Hello
Im trying to make game portable and i need some help.
To make it work i need some kind och batch or nsis script that edits a certain file called Hospital.Cfg
The contents of the file:
INSTALL_PATH=[the path to where the game and file is located]
INSTALL_TYPE=MAX
LANGUAGE=ENG
The thing i need the script to do is to when it's run it changes the INSTALL_PATH value to the current location. This way the game can be run from anywhere.
Someone know how to do this?