RefinedGunz
RefinedGunz copied to clipboard
MatchServer won't connect to remote server.
Hi,
I'm trying to set up a local MatchServer but after altering both "server.xml" and "server.ini" the program won't connect to the remote computer.
server.ini file:
[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="RGunz"
FREELOGINIP="192.168.0.24"
KEEPERIP="192.168.0.24"
MONITORIP="192.168.0.24"
MONITORPORT=6000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=127.0.0.1
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
server.xml file:
<is_master_server>0</is_master_server>
<ip>192.168.0.24</ip>
<database_type>sqlite</database_type>
Also, the game or the MatchServer doesn't generate a "config.xml" file like I found on the gladiator forum: http://gladiator.forumotion.net/t2122-serv-back-online
Am I forgetting something in the config files?
Thanks!
have you figure it out? i have try same but seems the SQLITE work localhost fine but using a remote server i cant make it work :(
Hey Pablo, try https://github.com/open-gunz/source, it's a fork of refined with some bug fixes and quality of life updates. We also have a server running and a discord community you can try at https://iGunZ.net
Hi @PabloMonfort
I have never figured out what was going wrong with refined and eventually gave up on trying.
Looking at @Michael-Steshenko s project, it seems like your best bet right now since refined is probably on the way of being archived.
Actually i have refined gunz working with virtual private server, it works well, and thanks for the help i checked that igunz proyect and im in the discord. but now that refined gunz worked for me maby i will stay around with this since i like the simple way of sqlite coz its really fast to create a game server using that ... so i will keep with refined gunz for the moment since its working great to me ! pheraps it has bugs that i dont know yet but its seems it works pretty nice avoiding what ever bugs have.
There is a huge amount of bugs in the refined source, a big amount was fixed in Open Gunz, but it is still a work in progress, and we still need to push plently of stuff from our closed repo. Since you're using sqlite, one bug that comes to mind is clan war score not updating in the DB. You can see a list of bugs under issues in open gunz github aswell.