Quote:
Originally Posted by xXRomeXx
thx and where could i change the port of the sql server ?
|
You don't need to change the port of the SQL server.
Make both of your game server instances in the same SQL server.
Just have different names for the Telecasters (and Arcadias if they are different Epics you are running) If you are not running different Epics then you can share the Arcadias.
ex.
Databases
- Auth
Arcadia5_2
Arcadia8_1
Telecaster5_2
Telecaster8_1
If you made 2 SQL instances you are making more work for yourself than it is worth.
Now edit your gameserver.opts with the correct names and change the ports for each game server
Code:
S auth.server_idx:1
S auth.server_name:5_2
S db.c.name:Arcadia5_2
S db.user.name:Telecaster5_2
S io.port:4504
Code:
S auth.server_idx:2
S auth.server_name:8_1
S db.c.name:Arcadia8_1
S db.user.name:Telecaster8_1
S io.port:4505
I have omitted the rest of the game server opts as I am only showing you the lines you would need to change to run 2 game servers.
Of course you need to run one Auth and then you need to run a Herlock instance from different directories with different gameserver.opts for each server you run.