Topic: PSA: how to separate 0.6 and 0.7 settings
The problem
Many of you may find yourselves switching between 0.6.x and 0.7.1 Teeworlds.
Some settings - like mouse max movement - can have conflicts, and 0.7-specific settings will be lost when you will play 0.6.
So you probably want to keep those two settings separated
The solution
Store 0.6 or 0.7 settings locally (one is enough). This is how:
- You have a storage.cfg file next to your teeworlds.exe. Open it.
It says this (past the comment section):
add_path $USERDIR
add_path $DATADIR
add_path $CURRENTDIR
add_path $APPDIR
- Create a "cfg" folder, next to this teeworlds.exe:
- Replace the first line ($USERDIR):
add_path cfg
add_path $DATADIR
add_path $CURRENTDIR
add_path $APPDIR
That's it!