1. Fixing the Server Files to allow others to connect.
a. You'll need to go in to your Program Folder.
b. Open AccountServer.ini You'll need to change the IP in BOTH to your IP address. (To find your IP Address Go to
WhatIsMyIp)
Code:
AddTail( -1, 1, "Test", "127.0.0.1", 0, 1, 0 );
AddTail( 1, 1, "Chan 1", "127.0.0.1", 1, 1, 600 );
To
Code:
AddTail( -1, 1, "Test", "YOUR IP ADDRESS", 0, 1, 0 );
AddTail( 1, 1, "Chan 1", "YOUR IP ADDRESS", 1, 1, 600 );
c. After that Save and Close.
d. Now Open loginserver.ini
e.
THE ONLY IP YOU HAVE TO CHANGE IS AddCache( "127.0.0.1" );
Change it to your IP AddCache( "YOUR IP HERE" );
f. You're all done changing the server files, Next if your behind a router you'll need to forward ports.
Please Remember When you Run the AccountServer You'll need to Set it to Allow External Connections
g. To Do this, open AccountServer.exe In 'Tool(T)' Just make sure its Checked to Allow (Check this everytime you restart the server.)