Hide - Disable (qload,qsave) at SaveLoadUI

Posted: 18 Jul 2022 00:58
by bugger

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


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

Posted: 18 Jul 2022 07:10
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.


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

Posted: 18 Jul 2022 22:38
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?


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

Posted: 19 Jul 2022 08:48
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.)