Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
But to implement Simple IP 2 IP connection. We do not need server managing community like EA has. Just listening on some Port and client typing IP of host.
1+ mp :)
The original DOS version uses the IPX protocol for multiplayer, and not the now popular TCP/IP protocol. Windows XP was the last operating system from Microsoft that had IPX support.
There are a few protocol wrappers such as IPXWrapper, that translate the IPX protocol to TCP/IP, however this does not always guarantee a flawless connection. The only way to get a good working mutiplayer mode back, would be to create one from scratch based on TCP IP protocol, which again costs a lot of money. For that reason I assume, the developers and publisher made the decision to remove the multiplayer part from the game.
If it is not possible to simply xchange the protocols, well, so just keep the IPX disabled as it is but implement or add the TCP/IP protocol into E2140 within a next patch or update. I would welcome Beta Testing, too.
If anyone wants play multiplayer:
For example I install game: C:\Earth
Who create game(server):
1.Start DosBox
commands...
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 have sound error just retry step 6. some times and play.
(I use Windows 7 64bit)