Page 1 of 1

sv_savegames not work :(

Posted: Mon Nov 24, 2014 9:22 am
by Die
Hi guys, i add sv_savegames (for /save and / load) in autoexec.cfg but not work http://prntscr.com/59klv2 why? If possible help me, thanks.

Re: sv_savegames not work :(

Posted: Mon Nov 24, 2014 9:53 am
by laxa
It's weird.
It might be related to the fact that you need anyway a database to use this feature. I don't see anything SQL related on your configuration file.

Using SQL is more for a live server than a personnal server.
But if you really wanna use this feature, you should install Maria DB and give SQL configuration to your server.

Re: sv_savegames not work :(

Posted: Mon Nov 24, 2014 4:53 pm
by Die
laxa wrote:It's weird.
It might be related to the fact that you need anyway a database to use this feature. I don't see anything SQL related on your configuration file.

Using SQL is more for a live server than a personnal server.
But if you really wanna use this feature, you should install Maria DB and give SQL configuration to your server.

How? xD sorry i'm noob for this... can you link a guide?

Re: sv_savegames not work :(

Posted: Mon Nov 24, 2014 5:20 pm
by deen
How it should work:
  • Compile your own server with bam server_sql_release (This would make the download much bigger and nearly no one needs it, so it's not added in the normal Client/Server, and I don't even know if it works on Windows, sorry)
  • Install MySQL (or MariaDB) and setup a user and database
  • Set sv_sql_user, sv_sql_pw, sv_sql_database in your config
I'm curious though, why do you want this feature?

Re: sv_savegames not work :(

Posted: Mon Nov 24, 2014 10:22 pm
by Die
deen wrote:How it should work:
  • Compile your own server with bam server_sql_release (This would make the download much bigger and nearly no one needs it, so it's not added in the normal Client/Server, and I don't even know if it works on Windows, sorry)
  • Install MySQL (or MariaDB) and setup a user and database
  • Set sv_sql_user, sv_sql_pw, sv_sql_database in your config
I'm curious though, why do you want this feature?
This thing is hard :(
Anyway, I wanted to do it out of curiosity