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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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