Hello , I have agame called Borderlands and my father likes to play with god mode and I don't.
I found a ini file which enables god mode bu it takes too much time to find and and change it.
I know a bit of programming ( batch ) , and I would like to know how I can make a batch file to change "false" to "true" and vice versa by typing false or true.
Thanks in advance.
3 replies to this topic
#1
Posted 21 May 2011 - 09:16 AM
|
|
|
#2
Posted 21 May 2011 - 05:41 PM
Have two backup copies of the file and use your batch file to overwrite the "real" one with the appropriate copy.
#3
Posted 21 May 2011 - 08:52 PM
I would not have even thought of that. Maybe
godmode.bat:
godmode.bat:
set location="C:\path\to\ini\file" copy %location%\godmode.ini %location%\game.ininogodmode.bat:
set location="C:\path\to\ini\directory" copy %location%\nogodmode.ini %location%\game.iniAnd you could place the bats on your desktop or whatnot and have it copy it over each time. Do not quote on my syntax though.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 22 May 2011 - 05:28 AM
Back when I played Populous a lot, I had a batch file called switch.bat that I used to switch it between "normal" and "expansion pack" modes.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









