[HELP] I:SS Untounched - DB - Tutorial - Hamachi.

Joined
Nov 1, 2013
Messages
39
Reaction score
4
http://forum.ragezone.com/f790/release-untouched-iss-src-bin-1090204/

Hi friends of RaGEZONE, i need help, i take a long time doing a emulator with the new source V2, i downloaded I:SS untounched SRC+Bin, i need a database (DB) and a tutorial for what ip must to change. also if you can do a tutorial for doing work with hamachi. One tutorial for noobs like me, like Setting up Infestation MMo server - RaGEZONE Community Edition! This can help me and also help a lot of people, thank for the support, see you
 
Upvote 0
I don't understand your problem.
EVERY source is setuped the same. Just replacing the ips he is replacing with your hamachi ip.
Changing IP addresses.
1. WZ\src\EclipseStudio\Sources\Main.cpp
Replace all records of 127.0.0.1 with xxx.xxx.xxx.xxx
2. WZ\src\RSUpdate\Launcher.cfg
Replace all records of localhost with xxx.xxx.xxx.xxx
3. WZ\src\RSUpdate\LauncherConfig.cpp
Replace all records of localhost and 127.0.0.1 with xxx.xxx.xxx.xxx
4. WZ\src\server\SupervisorServer.cfg
Replace all records of 127.0.0.1 with xxx.xxx.xxx.xxx
5. WZ\src\server\WO_GameServer\Sources\ServerMain.cpp
Change 127.0.0.1 to xxx.xxx.xxx.xxx
6. WZ\bin\SupervisorServer.cfg
Replace all records of 127.0.0.1 with xxx.xxx.xxx.xxx
7. WZ\bin\game.ini
Replace all records of 127.0.0.1 with xxx.xxx.xxx.xxx
8. WZ\bin\build\rsbuild.xml
Change 127.0.0.1 to xxx.xxx.xxx.xxx
 
Upvote 0
Back