Just setup the server as though you were intending on using it as a LAN.(Example server IP of mine is 192.168.0.5) Run no-ip. Then change the IP of the game client to match the IP address in no-ip client.(Example mine is 174.x.x.x) **It doesn't matter if you start no-ip first of last. Just make sure you have started DBSRV, MSGSRV, Zones.** I have done it and tried using my neighbor's internet with success. The game client can be run from the server if you have no other computer available. I am using Windows 7 Ultimate with my server.(AMD64X2 4000+ processor, 4gigs or RAM) Also I noticed that your server can only use one network interface. I was running both wifi and ethernet but, disabled the wifi. On another note setup your server and router to use a static IP as well but, like using LAN(example 192.168.x.x)and set your server in DMZ. I have found it interesting that I am able to use multiple versions of the client with my server and it still works fine.
Hey bro if you have ever created a batch file it is easy lol. Takes all the guess work out of what to start but, ya I would love to have a copy of yagamy's tool.
This is the way I setup my batch file named - Tantra.bat
@echo off
start /min C:\Tantra_Server_Beginning\DBSRV_K4\DBSRV\DBSRV.exe
start C:\Tantra_Server_Beginning\MSGSRV_k4\MSGSRV\MSGSRV.exe
ping 192.168.0.5
start /min C:\Tantra_Server_Beginning\TantraZones\Zone1\Zone_1.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone2\Zone_2.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone3\Zone_3.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone4\Zone_4.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone5\Zone_5.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone6\Zone_6.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone7\Zone_7.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone8\Zone_8.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone9\Zone_9.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone10\Zone_10.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone11\Zone_11.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone12\Zone_12.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone13\Zone_13.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone14\Zone_14.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone15\Zone_15.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone16\Zone_16.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone17\Zone_17.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone18\Zone_18.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone20\Zone_20.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone21\Zone_21.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone22\Zone_22.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone24\Zone_24.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone25\Zone_25.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone26\Zone_26.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone27\Zone_27.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone28\Zone_28.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone29\Zone_29.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone30\Zone_30.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone31\Zone_31.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone32\Zone_32.exe
start /min C:\Tantra_Server_Beginning\TantraZones\Zone33\Zone_33.exe
exit
I had to create the batch file in the command prompt first but, was able to edit it in Windows.
