Page 1 of 1
Bfbc2 procon server problem
Posted: Tue Dec 03, 2013 2:09 pm
by KiboRussia
So i made one server (with is full tnx god) now i want to make another server but the problem is that pro con is using the information from the 1st server
http://gyazo.com/d2716f6610891c4d68159fa2934fbb02 is there a way to fix it?
Re: Bfbc2 procon server problem
Posted: Tue Dec 03, 2013 4:12 pm
by Kerrigan
Are the servers using the same ip ? If yes, change the ports.
Re: Bfbc2 procon server problem
Posted: Tue Dec 03, 2013 4:24 pm
by KiboRussia
Yea they are on the same ip (running it from an server box)
Re: Bfbc2 procon server problem
Posted: Tue Dec 03, 2013 4:26 pm
by RobbingHood
As Kerrigan said, change the RCON port for the second server to something that is not 48888 (Use the ~StartServer.bat to change it)
Re: Bfbc2 procon server problem
Posted: Tue Dec 03, 2013 4:33 pm
by zesty
Please copy the Instance folder to a new folder give it a name, e.g: Instance2. Then write a new bat for starting the server, and it should be looks like this:
Code: Select all
Frost.Game.Main_Win32_Final.exe -serverInstancePath "Instance2/" -mapPack2Enabled 1 -port 19568 -timeStampLogNames -region OC -heartBeatInterval 300000 -displayErrors 0 -displayAsserts 0
Note the differences? And now you can just separate it into two indepedent servers :3
Cheers.
Edit:
Don't forget to change the ports, that's also important.
Re: Bfbc2 procon server problem
Posted: Thu Dec 05, 2013 3:23 pm
by KiboRussia
Tnx for the help
