IMPORTANT: When using gamescope you need to uncheck the box in the initial launcher “Close modloader after game start.” If you do not do this gamescope will hang as the initial window it draws goes away and it is not expecting another one (that is my technical description)
That’s it you should be able to start an IPX Multiplayer game now or of course enjoy some single player!
This can be achieved by using the Warcraft II Clone, War2Combat and using ipxwrapper using WINE.
Download War2Combat and ipxwrapper and extract them both into a directory:
~/War2Combat> tree ├── ipxwrapper-0.7.2 │ ├── changes.txt │ ├── dplay-setup.exe │ ├── dpwsockx.dll │ ├── ipxconfig.exe │ ├── ipxwrapper.dll │ ├── license.txt │ ├── mswsock.dll │ ├── readme.txt │ └── wsock32.dll └── War2Loader.exeInstall the proper packages
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install wine wine32 winetricksSet a Wine Prefix (your choice as to what directory, absolute path only.):
mkdir /home/norza/.local/winewar export WINEPREFIX=/home/norza/.local/winewarSet 32 bit architecture.
export WINEARCH=win32Set up ipxwrapper
~/War2Combat> wine ipxwrapper-0.7.2/dplay-setup.exeClick yes to configuring DirectPlay to enable the use of IPX
Run ipxconfig to select the network interface for the IPX emulation:
~/War2Combat> wine ipxwrapper-0.7.2/ipxconfig.exeOptionally install fonts via winetricks (This will help with the launcher and display settings):
~/War2Combat> winetricks allfontsInstall Wine Mono Download the latest msi from: https://dl.winehq.org/wine/wine-mono/
This will fix the:
0024:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installederror. Make sure you are using the right WINE_PREFIX.Try running the game and see if everything is working well:
~/War2Combat> wine War2Loader.exeOn my older laptop the video would not display in the entire screen, the fix for this was to use Gamescope.
apt-get install gamescope ~/War2Combat> gamescope -f wine War2Loader.exeIMPORTANT: When using gamescope you need to uncheck the box in the initial launcher “Close modloader after game start.” If you do not do this gamescope will hang as the initial window it draws goes away and it is not expecting another one (that is my technical description)
That’s it you should be able to start an IPX Multiplayer game now or of course enjoy some single player!