Hi there,
I’ve made a menu for an old PC game. Everything’s working pretty great, except that because I needed to add a Registry command in the batch files, some of the options keep changing:
reg add HKCU\Software\Sonicteam\PSOV2 /v CTRLFLAG1 /t REG_DWORD /d 0x00000000 /f
The problem is that 4 settings are affected by one Registry Key: Online/Offline, 3D Sound, Frame Rate and Connection Type.
My Goal is to only switch between Online and Offline by the using different batch files without affecting the other 3 settings.
http://i1.tinypic.com/n4ckg8.jpg
By looking at the included picture, you can see that no matter what settings I choose in the option menu, 16 Decimals or 10 Hexadecimals is required to make the switch from Offline to Online.
So here’s my question, how can I change my command so that the switch from Online to Offline will not affect my settings for 3D Sound, Frame Rate and Connection Type?
Thank you for your time.