hi to all is there a tut on how to create subserver using zteam season 8 server files because i want to have non pk server thnx!
Printable View
hi to all is there a tut on how to create subserver using zteam season 8 server files because i want to have non pk server thnx!
To be able to do this you need to focus copy ur gameserver folder and paste it samething that goes for ur data folder make sure u have 4 folder all together gameserver,gameserver2, data,data 2 or something like that.
and go into your zconnectserver.
and add another line like this.
Then once ur done with that go and open your data2 folder and open serverinfo.dat and look for this line.Code:1 "zTeam-1" "127.0.0.1" 55901
2 "zTeam-1" "127.0.0.1" 55920
end
ServerPort = 55901
and change it to ServerPort = 55920
Next look for ServerCode = 1 and change that 1 to a 2
then go open port 55920 on ur router. and test to see if everything works
i don't know if this is all right if not maybe @kurmis73 can fill in some of the spots i missed