Page 1 of 2

sv_savegames problem

Posted: Tue Dec 22, 2015 6:13 am
by Apolnaiz
i can't use /save and /load how to solve??? thanks

Image

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 7:48 am
by Ryozuki
/save (and some word here
e.g:

/save pepe

then you do

/load pepe

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 4:04 pm
by Apolnaiz
Image

i write on server.cfg
sv_savegames 1
sv_test_cmds 1

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 5:02 pm
by HMH
As this errormessages states you can not use the save feature with a server that uses files to store ranks. You have to compile the ddnetserver on your own (bam server_sql_release) to make /save work. And of course you will need a sql-server running then.

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 6:26 pm
by Apolnaiz
HMH wrote:As this errormessages states you can not use the save feature with a server that uses files to store ranks. You have to compile the ddnetserver on your own (bam server_sql_release) to make /save work. And of course you will need a sql-server running then.
how ?? (sorry im noob)

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 7:54 pm
by Ryozuki

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 8:06 pm
by Apolnaiz
only with linux ?

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 8:24 pm
by HMH
On mac os x you can use macports to install the additional libraries. For windows: Well no idea if this is going to work with sql, not sure if this was ever done.

The official guide for compiling teeworlds might help you: https://www.teeworlds.com/?page=docs&wi ... everything

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 11:27 pm
by Apolnaiz
The server doesn't recognize this function

Image



UPDATE: How can add in my server the command /save and /load ?? is it really that hard to do that :( ??

Re: sv_savegames problem

Posted: Tue Dec 22, 2015 11:55 pm
by kamillentee
HMH wrote: You have to compile the ddnetserver on your own (bam server_sql_release) to make /save work. And of course you will need a sql-server running then.