Hide - Disable (qload,qsave) at SaveLoadUI

All about user interface, be it customizing built-in UIs or adding new ones.
Post Reply
bugger
Posts: 14
Joined: 22 Apr 2022 08:10

Hide - Disable (qload,qsave) at SaveLoadUI

Post by bugger »

Hello,
How to delete (qload,qsave) at SaveLoadUI ?
(Game does not use (qload,qsave) )

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Hide - Disable (qload,qsave) at SaveLoadUI

Post by idaot »

It's not possible to disable them outright, but you can hide the option to quick save/load on the SaveLoadUI and text printer.

bugger
Posts: 14
Joined: 22 Apr 2022 08:10

Re: Hide - Disable (qload,qsave) at SaveLoadUI

Post by bugger »

but you can hide the option to quick save/load on the SaveLoadUI
Thank you for reply but quick save disable at SaveLoadUI not work.
Should we fix at save saveLoadMenu.cs?

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: Hide - Disable (qload,qsave) at SaveLoadUI

Post by idaot »

There's no quick save panel in SaveLoadUI, so I'm not sure what you mean. It's possible to hide any section of the SaveLoadUI (without removing any of the required dependencies) but you will need to go through several objects and adjust their values (disable image, set object size to 0, remove SetActive from On Click() etc.)

Post Reply