- Joined
- Jun 24, 2009
- Messages
- 32
- Reaction score
- 20
I found a similar thread, teaching how to setup a VIP Subserver, and I find it a bit lacking from info, so I thought I'd make a new one with a lil bit more info in it.
And MOD's, if you find it unnecessary, you may delete it. :closedeyes:
Step 1.
Create a folder in your Server files, and name it Subserver.
Copy your Data folder and Gameserver folder into it.(If you're using SCFMuTeam files, you may also want to copy ScfData into it)
So, it would look something like that:
Step2.
Now we need to configure some server files, and we're half way there
:
First, go to CS(ConnectServer) folder-Data-ServerList.dat
It might look something like that:
Now, we need to add another server under the existing one.
I will make an example, to show you how:
Compare these 2 servers, and you will see, that I changed the Chaotic_SUB's SV Code from 0 to 1 , changed from Chaotic to Chaotic_SUB, and from Port 55901 to 55905.
Save it.
Now, go back to server files, and open Data folder, and find Mapserverinfo.dat
Here we will also make another server, so follow my example, and you will understand how:
Again, change the 0's to 1's, and change port from 55901 , to 55905
If you have mapserverinfo_CS.dat, change that also.
Next, go back to server files, and go to Subserver - Gameserver - Data folder.
Open ServerInfo.dat and you will find something like this:
Change ServerCode to 1, and ServerName like this:
Go back to Subserver - Data folder, and change Mapserverinfo.dat just like we did before.
Finally, create a shortcut of Subserver - Gameserver - Gameserver.exe, or create a shortcut of any other links, that run Gameserver.exe.
Right click on it, and change Target's info. It might look something like that:
C:\Repack\GameServer\RunServer.exe 127.0.0.1 55970 127.0.0.1 55960 55901
Change it to:
C:\Repack\GameServer\RunServer.exe 127.0.0.1 55970 127.0.0.1 55960 55905
How to make a VIP Server?
It's really simple, just go to Subserver - Gameserver - Data and open ServerList.dat, and change ConnectMemberLoad = 0 to 1,just like that:
And then go to Subserver - Data and open ConnectMember.txt
You might find something like this:
Now, you will have to test in many ways ,how it works for your server files.
For example:
And MOD's, if you find it unnecessary, you may delete it. :closedeyes:
Step 1.
Create a folder in your Server files, and name it Subserver.
Copy your Data folder and Gameserver folder into it.(If you're using SCFMuTeam files, you may also want to copy ScfData into it)
So, it would look something like that:

Step2.
Now we need to configure some server files, and we're half way there

First, go to CS(ConnectServer) folder-Data-ServerList.dat
It might look something like that:
Code:
//Sv Code Number Ip Port SHOW/HIDE
0 "Chaotic" "56.158.11.85" 55901 "SHOW"
I will make an example, to show you how:
Code:
//Sv Code Number Ip Port SHOW/HIDE
0 "Chaotic" "56.158.11.85" 55901 "SHOW"
1 "Chaotic_SUB" "56.158.11.85" 55905 "SHOW"
Save it.
Now, go back to server files, and open Data folder, and find Mapserverinfo.dat
Code:
//Code MapServerGroup InitSetting Ip Port
0
0 0 1 "s56.158.11.85" 55901
Code:
//Code MapServerGroup InitSetting Ip Port
0
0 0 1 "s56.158.11.85" 55901
1 1 1 "s56.158.11.85" 55905
If you have mapserverinfo_CS.dat, change that also.
Next, go back to server files, and go to Subserver - Gameserver - Data folder.
Open ServerInfo.dat and you will find something like this:
Code:
[GameServerInfo]
ServerName = Chaotic
ServerCode = 0
ConnectMemberLoad = 0
NonPK = 0
PkLimitFree = 0
Code:
[GameServerInfo]
ServerName = Chaotic_SUB
ServerCode = 1
ConnectMemberLoad = 0
NonPK = 0
PkLimitFree = 0
Go back to Subserver - Data folder, and change Mapserverinfo.dat just like we did before.
Finally, create a shortcut of Subserver - Gameserver - Gameserver.exe, or create a shortcut of any other links, that run Gameserver.exe.
Right click on it, and change Target's info. It might look something like that:
C:\Repack\GameServer\RunServer.exe 127.0.0.1 55970 127.0.0.1 55960 55901
Change it to:
C:\Repack\GameServer\RunServer.exe 127.0.0.1 55970 127.0.0.1 55960 55905
How to make a VIP Server?
It's really simple, just go to Subserver - Gameserver - Data and open ServerList.dat, and change ConnectMemberLoad = 0 to 1,just like that:
Code:
[GameServerInfo]
ServerName = Chaotic_SUB
ServerCode = 1
ConnectMemberLoad = 1
NonPK = 0
PkLimitFree = 0
And then go to Subserver - Data and open ConnectMember.txt
You might find something like this:
Code:
// Connect Member List
// Only Current GameServer.
For example:
Code:
// Connect Member List
// Only Current GameServer.
"Account1"
"Account2"
Credits:
Servers(me)
If you're having problems , you may contact me through msn [email protected]
Last edited: