Hello everyone, I'm planning to play it solo to scratch an itch and after reading some pages this seems to be a complete source. I'm trying to setup this source to play but i cant seem to get it working.
The first thing i do is to compile the source, then copying all the files in the folder "Test Server" to "Data" folder.
I open AccServer.ini and make the modification as follow:
[Socket]
Port = 9958
Backlog = 100
[Program]
Encoding = iso-8859-1
Debug = true
[MySQL]
Host = localhost
Database = copsv6
Username = root
Password = 1234
NbConnections = 5
[IP2Location]
Enabled = false
Host = 192.168.1.114
Database = ip2location
Username = zfserver
Password =
NbConnections = 5
and i edit MsgServer.ini as following:
[Socket]
Port = 5816
Backlog = 100
ThreadAmount = 5
[Program]
Name = Force
Encoding = iso-8859-1
Debug = true
[MySQL]
Host = localhost
Database = copsv6
Username = root
Password = 1234
NbConnections = 5
[AccMySQL]
Host = localhost
Database = copsv6
Username = root
Password = 1234
NbConnections = 5
[MongoDB]
Host = 192.168.1.114:27017
Database = zfserver
Username = zfserver_user
Password = zfserver_pwd
But i don't know what to put in MongoDB section, should i leave it empty, or delete it
if i try to launch account server it works okay, but running the message server raise this error
[1] COServer.StrRes/INFO - Overriding string resources...
[1] COServer.Database/ERROR - [MONGO] Unable to connect to server 192.168.1.114:27017: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.114:27017.
[1] COServer.Server/FATAL - Failed to setup MongoDB...
Should i install Mongo also? but reading around the project description it seems to use MySQL but not mentioning anything about Mongo