;============================================================================================================== ; Autoit script for An Untitled Story ; By ; Zoonel ;============================================================================================================== ; The purpose of the script is to ; change the Read Only attribute ; from the savefiles with an hotkey ; or a gamepad button. ; The AUSreadmode.ini file is for ; the script config. ; ;============================================================================================================== ; AUSreadmode.ini options: ; ----------------------- ; [global] ; GamePath => path to the game folder i.g.: D:\AnUntitledStory ; UseGamepad => 1 or 0, 1 to enable gamepad section ; GamepadID => n , number of the gamepad ID. 0 for default gamepad ; ; [saves] ; Save1 => 1 or 0, 1 to authorize the change of attribute for the specific savefile ; Save2 => idem ; Save3 => idem ; ; [keyboard] ; Quit => keyboard hotkey to quit the script, only aphanumeric characters or blank ; ReadOnlyON => keyboard hotkey to enable the readonly attribute, only aphanumeric characters or blank ; ReadOnlyOFF => keyboard hotkey to disable the readonly attribute, only aphanumeric characters or blank ; ; n.b. : you can use the autoit ! + ^ # special keys for ALT SHIFT CTRL Windowskey ; i.g.: Quit=+!q for SHIFT+ALT+q ; ; [gamepad] ; Quit => gamepad button to quit the script, a number from 1 to 12 or blank ; ReadOnlyON => gamepad button to enable the readonly attribute, a number from 1 to 12 or blank ; ReadOnlyOFF => gamepad button to disable the readonly attribute, a number from 1 to 12 or blank ; ; ; ;============================================================================================================== ; rem: to use the readonly trick you must first set a savefile to readonly, then continue the corresponding ; game and then directly quit to the menu. An error screen will be prompted, answer 'abort'. ; You can now freely switch the readonly attrib to on/off and still beeing able to die or ; quit and restart from last save without weird bugs or errors. ; Do this each time you launch the game executable. ;==============================================================================================================