Oddly enough I have a F Lock (Function lock) button on my keyboard which disables/enables the function keys, but the script overrides this and saves anyway whether the F Lock is on or off. I have even tried keyboard re-mapping tools to try and manually disable the auto-save, but alas I have had no such luck in getting it to work.
<jargon alert!> That would be because the F-Lock key is part of the keyboard and not part of the system. I'm guessing the script sends the "F5" keystroke to the system, not the keyboard scan-code for the F5 key.
</jargon alert!>I am not a programmer by trade - just a system administrator who writes some file/utility type scripts at work. If anyone has any suggestions on how maybe to accomplish this - I will look further into trying to get this to work.
Same here, just an amateur. <img src="/ubbthreads/images/graemlins/smile.gif" alt="" />
I had a look at your script (not knowing anything about the language), and I was wondering about the path names. It looks like the game must be installed in
C:\Games\Beyond Divinity Demo\ for the script to work. I'd suggest at least having a quick fix guide for anyone that has it installed elsewhere.
Also, does the script need to know which saved game is more recent?