The Nations Gold Edition by JoWood game fully functional with dxwrapper! #271
axtox
started this conversation in
Show and tell
Replies: 2 comments 14 replies
-
Hello :) i have the original game in spanish, do you think you can make it work if i give you the ISO image of the game? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am using the GOG version of the game, but I tested it and it works with the latest version of dxwrapper. Just unzip the dx7 binary files into the "bin" folder of the game. Edit: the only option you need to enable is |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Intro
I really love this game so I decided to make it work with Windows 10 no matter what. I've tried different PC's, different GPU's and even Virtual Machines. And finally I was able to run it.
In my case the game was pretty much functional, thanks to root folder installation, but the mouse cursor was blinking as well as screen during the game - so I solved that using dxwrapper.
Setup
How To:
Game Installation
First of all the game should be installed on the root drive which is C:\ in my case. During the installation you have to change the installation folder to any folder exactly at C:\ drive - I guess this is due to unhandled spaces or symbols in the Windows 10 paths that occurs on x64 when installing x32 apps (they goes into C:\Program Files (x32)\ folder).
Warning
If you skip this step you'll see the black screen every time trying start new game. In some cases you'll hear the sea sounds but that's all
Game Settings
Once installed locate the installation folder - there will be a
\tools
folder which containssetRegTrouble.exe
, sometimes it is called little bit different, just try to find some kind of a settings executable. It looks somewhat like this:Set all the settings just like in the screenshot:
custom
option from dropdownDxWrapper Installation
There's no installation actually, just download
dxwrapper.zip
file from the latest release from Release Assets and unpack it right inside the\bin
folder in game installation folder (C:\ZM4\bin
in my case)DxWrapper Settings
Note
There is a lot of settings in the dxwrapper, so if I did not mention some of them, this means that you should leave this setting as is with no changes!
I noticed that this game works best with
ddrawcompact
, so the settings are mostly related to this technology.This is the most important step - it wont run without these settings, there will be a lot of artifacts if you leave it as it is, so here's the correct settings for dxwrapper:
dxwrapper.ini
file with any text editorCompatibility
setting group and set this settings to1
:DDrawCompat
setting group and set this settings to1
:ddraw
setting group and set this settings to1
:d3d9
setting group and set this settings to1
:All other settings should be set to default values
Enjoy!
You now can just open the game and play! The resolution settings should work fine - but stick to 16:9 ratio, on my 21:9 the maximum possible resolution was 1260x920.
Good luck!
Beta Was this translation helpful? Give feedback.
All reactions