SinisterXylene Posted June 24, 2015 Report Share Posted June 24, 2015 Hi, me and my friend have been playing on my epoch server but the redis database doesn't seem to save any of out gear on a server restart, anyone else had this problem? Link to comment Share on other sites More sharing options...
0 SinisterXylene Posted June 24, 2015 Author Report Share Posted June 24, 2015 So every time i start the server again all our gear is lost, someone please help. Link to comment Share on other sites More sharing options...
0 1Man Posted June 24, 2015 Report Share Posted June 24, 2015 If you don't see Redis saving at all then it's not configured properly. Check your epochserver.ini then double and triple check Link to comment Share on other sites More sharing options...
0 tinboye Posted June 25, 2015 Report Share Posted June 25, 2015 make sure your EpochServer.ini inside the @epochhive folder [Redis] IP = 127.0.0.1 Port = 6379 DB = 0 Password = ***** matches your redis.conf within your DB folder also maybe make a batch file like so to start up the database. @echo off echo Now Starting Database cd D:\servers\Epoch\DB START redis-server.exe redis.conf timeout 1 echo Database has Started timeout 2 exit just save that info to a text file, rename the extension to .bat and make sure to change the path to the db folder from what i have given here as an example. Link to comment Share on other sites More sharing options...
0 RC_Robio Posted June 25, 2015 Report Share Posted June 25, 2015 Not necessary to restart database. Just leave it running. Link to comment Share on other sites More sharing options...
0 SinisterXylene Posted July 2, 2015 Author Report Share Posted July 2, 2015 Not necessary to restart database. Just leave it running. If i cant turn of the database then how am i meant to turn of my pc? Link to comment Share on other sites More sharing options...
0 SinisterXylene Posted July 2, 2015 Author Report Share Posted July 2, 2015 Also still nothing is saving, i checked all the config files and they are correct, and i made a bat file for the db, that didnt seem to solve the problem either, thanks for the help though. Link to comment Share on other sites More sharing options...
0 SinisterXylene Posted July 2, 2015 Author Report Share Posted July 2, 2015 I use a program called TADST to launch the server because when i use a bat file i get autobanned, i think that TADST might be part of the problem. EDIT: Here is my redis window, http://gyazo.com/ef4761750f13c49f6266889483e969c7 It tells me its using the default databse config, where could i find a place to specify what file path to use. Link to comment Share on other sites More sharing options...
0 Richie Posted July 2, 2015 Report Share Posted July 2, 2015 TADST is great for single missions, I wouldn't use it for Epoch though. You want a .bat file or better yet use FireDaemon. Link to comment Share on other sites More sharing options...
0 SinisterXylene Posted July 2, 2015 Author Report Share Posted July 2, 2015 i have tried bat files but i get and autoban message when i join, i have read a bit about this message already. I will have a look into FireDeamon now, thanks! Link to comment Share on other sites More sharing options...
0 SinisterXylene Posted July 3, 2015 Author Report Share Posted July 3, 2015 Ok, i got the database to read the config file, however it still doesnt save my progress. Link to comment Share on other sites More sharing options...
0 germaniac Posted July 16, 2015 Report Share Posted July 16, 2015 How are you shutting down the server - and is it a dedicated linux server? Currently, the linux server does not shut down properly, comparehttp://feedback.arma3.com/view.php?id=22321 In case you use the starter script "epoch_linux_startscript.sh" you need to modify line 86 from kill -TERM $(< ${PIDFILE}) to kill -SIGINT $(< ${PIDFILE}) to have it shut down properly (this ist just a hack at the moment). If all that does not apply: shut down your dedicated server with "CTRL+C". You should see a few lines and it must take a few seconds when the server shuts down. Link to comment Share on other sites More sharing options...
Question
SinisterXylene
Hi, me and my friend have been playing on my epoch server but the redis database doesn't seem to save any of out gear on a server restart, anyone else had this problem?
Link to comment
Share on other sites
11 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now