Jump to content
  • 0
Sign in to follow this  
PunkBuster

Two Servers

Question

I have a test server along with a main server. I'd like to allow players to connect to the test server during testing periods so I can test new features, exactly like a Sakray Server. How do I add the second server to the Service Select screen upon log in?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

just add the <connection> entry in your clientinfo.xml

example

<?xml version="1.0" encoding="big5" ?> <clientinfo> 		<servicetype>korean</servicetype>	<servertype>primary</servertype>	<extendedslot>9</extendedslot>	<connection>		<display>Server 1</display>		<desc>Tes Server 1</desc>		<balloon>Unknown</balloon>		<address>127.0.0.1</address>		<port>6900</port>		<version>32</version>		<langtype>1</langtype>		<aid>			<admin>20000000</admin>		</aid>		<registrationweb></registrationweb>	</connection>	<connection>		<display>Server 2</display>		<desc>Tes Server 2</desc>		<balloon>Unknown</balloon>		<address>127.0.0.2</address>		<port>6900</port>		<version>32</version>		<langtype>1</langtype>		<aid>			<admin>20000000</admin>		</aid>		<registrationweb></registrationweb>	</connection><clientinfo>

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.