Jump to content
lv1234

How to disable manual saves but allow the "save and exit" option only in scenarios?

Recommended Posts

In my scenario, I want to disable manual saves but still allow the game to save on exit. Is there a way to do that?

Share this post


Link to post
Share on other sites

The Search feature is magical.

Not that old either...

  • Like 1

Share this post


Link to post
Share on other sites
46 minutes ago, HazJ said:

The Search feature is magical.

Not that old either...

Have you tried this? Unfortunately, it doesn't work for me..It is not allowing me to use the "save and exit" option

Share this post


Link to post
Share on other sites

Option 1: Use the standard setting: Options >> Game >> Difficulty >> Misc >> Multiple saves

Option 2: Disable the save button:

while {true} do {
	waitUntil {uisleep 0.1; !isNull (findDisplay 49)};
	((findDisplay 49) displayCtrl 103) ctrlEnable false;
	waitUntil {uisleep 0.1; isNull (findDisplay 49)};
};

 

  • Thanks 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×