Posts: 22
	Threads: 6
	Joined: Dec 2005
	
Reputation: 
0
	 
 
	
	
		When my server crashes it starts up with a different port. 20716. That means Serverchecker doesn't know the server is up because it's checking port 27015.
Is there a way to make this work? Something like a Serverchecker alternative would be great. (anything but Serverdoc)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,906
	Threads: 404
	Joined: Oct 2007
	
Reputation: 
21
	 
 
	
	
		Add  this to your startup line:
-port 20716
	
	
	
~ Mooga ...w00t? - 
SRCDS.com on Twitter
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different.  it runs a version of the game that handles the entire world for each client connected.  that's the 2 sentence explanation.
 
	
		
	
 
 
	
	
	
		
	Posts: 22
	Threads: 6
	Joined: Dec 2005
	
Reputation: 
0
	 
 
	
	
		It still changes the port.
I guess it's impossible to start two servers with the same port. :\
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,321
	Threads: 85
	Joined: Feb 2008
	
Reputation: 
11
	 
 
	
	
		yes it is impossible unless they are on different IPs
	
	
	
~ trewq
	
		
	
 
 
	
	
	
		
	Posts: 22
	Threads: 6
	Joined: Dec 2005
	
Reputation: 
0
	 
 
	
	
		ok thanks.
I've found a solution anyway. I made it so it kills the process before it starts the server. (autoit)