01-13-2008, 01:51 AM
Hi guys.
I am running two instances ( two different directories) of SRCDS.
1 is used for CSS and other is used for TF2.
Have assigned and opened different hostport, clientport, tv port for both.
Both servers are up and running. I can even play from same machine ( as client ports are different). But only 1 server is VAC secured.
IP address is same.
PC directly connected to ISP. No router.
Here are the two batch files I have made to start two servers.
Only the server which i start first gets VAC secured. Second one does not.
Any solutions?
I am running two instances ( two different directories) of SRCDS.
1 is used for CSS and other is used for TF2.
Have assigned and opened different hostport, clientport, tv port for both.
Both servers are up and running. I can even play from same machine ( as client ports are different). But only 1 server is VAC secured.
IP address is same.
PC directly connected to ISP. No router.
Here are the two batch files I have made to start two servers.
Code:
I:
cd srcds2
srcds.exe -console -game cstrike -tickrate 100 +port 27065 +clientport 27055 +tv_port 27077 +ip 220.226.162.222 +sv_lan 0 +maxplayers 16 +map de_dust2 -autoupdate -secure
Code:
I:
cd srcds
cd orangebox
srcds.exe -console -game tf -port 27075 +clientport 27050 +ip 220.226.162.222 +tv_port 27078 -tickrate 100 +sv_lan 0 +maxplayers 16 +map ctf_2fort -autoupdate -secure
Only the server which i start first gets VAC secured. Second one does not.
Any solutions?