Jump to content

Charactor and inventory not saving


Guest

Recommended Posts

Hello everyone,
 
I am having issues with my epoch server, its not saving. Players are loosing items, weapons, crypto, and just everything.  Redis says "The server is now ready and accepting connections on port 6379"
 
I also have my server running on that port. Does it need to be on a different port?
 
My redis config

bind 127.0.0.1
maxmemory 4gb
save 900 1
save 300 10
save 60 1000
requirepass *********

My EpochServer.ini

[EpochServer]
BattlEyePath = C:\A3Epoch_Server\BattlEye
InstanceID = NA123

[Redis]
IP = 127.0.0.1
Port = 6379
DB = 0
Password = ******  <-- Its different from my redis config

[SteamAPI]
Key = 
VACBanned = 0
VACMinimumNumberOfBans = 0
VACMaximumDaysSinceLastBan = 0

Heres a link to my RPT

http://pastebin.com/1TKjrce1

 

Any help on this would be appreciated. Thanks for your time!

Link to comment
Share on other sites

The password of the redist.cfg must be the same as it is in the EpochServer.ini.

 

EpochServer.ini -> [Redist] -> Password = Example

redist.cfg -> password = Example

 

After this you startup redist with the start-redist.bat and then the server application.

You also have to be sure that your server and client is running the newest EpochMod.

Have fun! ;)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...