Page 1 of 1
Save demos in a external directory
Posted: Mon Jun 06, 2016 9:19 pm
by Ñı©Ø
Hi,
I'm using ubuntu-linux and I'd like to know if there is a way to record and save demos not in .teeworlds/demos but in another directory or just move the main game folder (.teeworlds) in another location... is it possible?

Re: Save demos in a external directory
Posted: Mon Jun 06, 2016 10:18 pm
by deen
Edit your storage.cfg
, the first entry is where all files are stored.
Alternatively you could remove ~/.teeworlds
and symlink it to another directory.
Re: Save demos in a external directory
Posted: Tue Jun 07, 2016 1:37 pm
by Ñı©Ø
Thanks...
I tried it like this:
add_path media/(myname)/(mydevice)/App/.teeworlds
add_path $DATADIR
add_path $CURRENTDIR
but it doesn't work... am I doing something wrong?
Re: Save demos in a external directory
Posted: Tue Jun 07, 2016 1:48 pm
by Chairn
I think you forgot the first /
or C:/
on windows.
Re: Save demos in a external directory
Posted: Tue Jun 07, 2016 2:03 pm
by Ñı©Ø
Thanks! I did ./
and then I created a folder inside DDNet(versionname)
So now my .teeworlds
folder is in the DDNet folder (the one I download from the website)
Thanks for help, just what I needed!