127.0.0.1 is local host, what the other guy previous stated, it only allows you to see the server.
setting all the ip's where the tutorial told you, to 127.0.0.1.
after setting the ip to 127.0.0.1 in:
server.ini --> MatchServer
Agent.xml --> MatchAgent
Locator.ini --> Locator
dbo.LocatorStatus --> SMSE GunZ DataBase
dbo.ServerSetup --> SMSE GunZ DataBase
(the dbo. ones might be a little off. idk, havnt peeked into those in a while.)
set all those, where it says IP to 127.0.0.1.
if it fails, open ports through your router.
use this link on which ports to open.
http://www.forum.ragezone.com/search.php
you can open ports on this webiste
To view the content, you need to sign in or register
if it still fails, go back, double, triple check everything.
the littlest thing can make it mess up.
Example for Locator.ini:
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="censored"
[NETWORK]
IP="127.0.0.1,"
PORT="8900"
[ENV]
ID="1"
LOCATOR_UID_HIGH="5"
LOCATOR_UID_LOW="0"
MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
UDP_LIVE_TIME="10000000"
MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
BLOCK_TIME="0"
UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
MARGIN_OF_ERROR_MIN="500000"
USE_COUNTRY_CODE_FILTER="no"
GMT_DIFF="-3"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
TEST_SE
notice where it says IP="127.0.0.1,"
the "," (without the " ")
shouldnt be there.
lol censored my pass.