Zone.exe running on separate PC
All you have to do is run the zone.exe's on the other computer like this:
zone zonename myIP port worldIP
zonename is the short name of the zone you wish to run (i.e. halas, freeportn, nexus, etc.)
myIP is the IP address of the computer running zone.exe
port is any port number that isn't reserved or already used
worldIP is the IP address of the computer running world.exe
for example:
If I wanted to run 5 zones on a computer when another computer is running world.exe, I would do this (given: world.exe computer has IP address of 192.168.0.1 (replace this with the computer's real IP):
zone nexus localhost 7995 192.168.0.1
zone bazaar localhost 7996 192.168.0.1
zone dreadlands localhost 7997 192.168.0.1
zone nro localhost 7998 192.168.0.1
zone shadowhaven localhost 7999 192.168.0.1
Hope this helps!
|