sv_savegames or any other capacility to save/load game position.
Posted: Sat Sep 13, 2014 6:01 pm
I start discussion at https://www.teeworlds.com/forum/viewtop ... 79#p112079 how to become PRO.
One of suggestion - train on ddrace maps.
I run server n personal PC with IAP-Gores map to train myself.
I miss save / load command. In order to practice selected part of map. When you saved at some position and try to pass corridor again and again...
There are /save and /load command, but on /save I get errors:
http://ddnet.org/settingscommands/ have option:
and I add it to sv_savegames to ~/game/ddrace/autoexec.cfg but in admin menu ther are no such command and /save x doesn't work....
I check sources:
and think that it available only if build with SQL support. Seems that http://ddnet.org/ build is doesn't provide such feature...
Do I need to build server with defined CONF_SQL myself or there are already prebuild DDNet-Server with SQL support?
What is team and why for saving I need to join to team?
What options I must set in order to have savepoints (to run own local server for myself)?
What is a dummy? I see settings:
How they used?
One of suggestion - train on ddrace maps.
I run server n personal PC with IAP-Gores map to train myself.
I miss save / load command. In order to practice selected part of map. When you saved at some position and try to pass corridor again and again...
There are /save and /load command, but on /save I get errors:
Code: Select all
help save
[help]: Save team with code s
help load
[help]: Load with code s
save
[chat]: *** Invalid arguments... Usage: save s
save xxx
[chat]: *** Save-function not supported in file based servers
Code: Select all
sv_savegames Enables savegames (/save and /load)
I check sources:
Code: Select all
git clone https://github.com/def-/ddnet.git
Do I need to build server with defined CONF_SQL myself or there are already prebuild DDNet-Server with SQL support?
What is team and why for saving I need to join to team?
What options I must set in order to have savepoints (to run own local server for myself)?
What is a dummy? I see settings:
Code: Select all
bind leftbracket "toggle cl_dummy 0 1"
bind rightbracket "toggle cl_dummy_hammer 0 1"