PDA

View Full Version : Move regnum directory


mailme_gx
10-19-2008, 06:30 AM
Hi all

I tried moving the regnum directory from ~/regnum to /mnt/sda2/games/regnum

when launching the game it took forever to load and to my dismay it had redownloaded all files to ~/regnum again...

I searched all text files but found no relevant references, is there a way (bar running the initial install again) to to this

Thanks

GX

NorthFear
10-19-2008, 06:43 AM
try launching game this way
sh -c "cd /mnt/sda2/games/regnum && ./rolauncher"

Mikan
10-19-2008, 07:45 PM
Regnum Online will always place its files in ~/regnum no matter what you do. :(

Regards,

Froste
10-20-2008, 08:02 AM
Regnum Online will always place its files in ~/regnum no matter what you do. :(

Regards,

Eh? I have my regnum stuff in /usr/local/games/regnum_online/, it all depends on which directory you start the launcher from

surak
10-20-2008, 11:30 AM
It all depends on the working directory, which some environments (Gnome?) always set to $HOME, but some others don't.

(Yeah, I know... this should be improved... :( )

arlick
10-20-2008, 11:43 AM
the game will download all resources if it dont find the files at current directory like surak said, so you must do:

cd /mnt/sda2/games/regnum
./rolauncher

mailme_gx
10-21-2008, 02:08 PM
thanks for feedback,

sh -c "cd /mnt/sda2/games/regnum && ./rolauncher"


worked like a charm, will create a bash alias

Thanks