PDA

View Full Version : Changing save game locations,


VandalerAsh
09-15-2011, 04:01 AM
Hi I do not know if this post belongs here please move it if so but i want to know if there is a way to change the location where kings bounty the legend saves your games i know where the default is but i want it on another drive where the game is installed, there is a file called app.ini, it has something like this but I do not know what to change or if i should alter anything, anyone know if this is how and what would i need to change it to?

# %PERSONAL% - My Documets
# %USER% - Current user name
# %env% - Value of environment variable with name "env"

sets ~personal_path "%PERSONAL%\My Games\Kings Bounty"
#sample
#sets ~personal_path "%LOGONSERVER%\\\My Games\%USER%"
#sets ~personal_path "My Games\.\%USER%\..\vvv\."
#sets ~personal_path "\\server\!upload\xxx\yyy"
#sets ~personal_path "c:\xxx\yyy"

boblech
08-14-2012, 09:28 AM
# are comments like ' or rem // ect. the line will be ignored

Change this line
sets ~personal_path "%PERSONAL%\My Games\Kings Bounty"

to
example
sets ~personal_path "E:\King's Bounty Crossworlds GotY\save"

Don't forget to write the " at the start and the end of the path.
And you have to create a new save Folder in your new path. (Your WindowsUserAccount must have writing access to this location)