E2140 - Multiplayer

From InsideEARTH

Multiplayer

Currently the only version that support Multiplayer is the DOS version, you can obtain the DOS version from the GOG store

Multiplayer - How to set up a Game

To create a Multiplayer game follow this process:

[Hamachi] For this example, the game is installed in: C:\Earth

Host = Create game (server):

1. Start DosBox
2. mount c c:\earth
3. c:
4. ipx true
5. ipxnet startserver
6. game.exe (go to menu, net, create game)

Client:

1. Start DosBox
2. mount c c:\earth
3. c:
4. ipx true
5. ipxnet connect xx.xxx.xxx.xxx (xxx <---server ip hamachi)
6. game.exe

If someone gets a sound error, just retry step 6.```