Application Details:
Version: | 2.2 Evolution |
License: | Free to use |
URL: | http://www.neocron.com |
Votes: | 1 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 1.7.13 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Everything works. Installer to Launcher to game all works. No longer need to -precache or anything special.
What does not
Workarounds
What was not tested
Nothing
Hardware tested
Graphics:
Additional Comments
Everything including D3D9 works perfect now in Neocron 2. All effects and power armors look great.
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Gentoo Linux x86_64 | Mar 23 2014 | 1.7.13 | Yes | Yes | No | Gold | bara | |
Show | Gentoo Linux x86_64 | Oct 10 2013 | 1.7.0 | Yes | Yes | No | Gold | bara | |
Show | Linux Mint 14 "Nadia" x86_64 | Jan 26 2013 | 1.5.22 | N/A | Yes | No | Gold | an anonymous user | |
Show | Gentoo Linux x86_64 | Dec 09 2012 | 1.5.19 | N/A | Yes | No | Gold | bara | |
Show | Gentoo Linux x86_64 | Nov 02 2012 | 1.4.1 | N/A | Yes | No | Gold | bara |
Bug # | Description | Status | Resolution | Other apps affected |
The game its self is buggy.
Neucron might require S3TC (S3 Textrure Compression). Symthoms are
You may need to enable S3 Texture Compression, if it is disabled on your system by default. You can check and enable it with the tool driconf.
Create an own prefix for Neocron to keep the wine settings and dependencies clean and separated from other applications. You can do it by running the following commands first:
export WINEPREFIX=~/.wine_neocron export WINEARCH=win32 wineboot
The first command will tell wine to use ~/.wine_neocron as a system folder, the second will create the system with basic configuration.
Now to use this prefix you will need to run the first command in the same terminal before running wine related commands. For example
to change wine configuration for this prefix.
export WINEPREFIX=~/.wine_neocron export WINEARCH=win32 winecfg
wine neocron2ce-setup-2.2.180.16.exe
This will disable the intro at stat and shutdown, which make the game freeze on mouse or keyboard input.NOSPLASH = "TRUE" NOEXTRO = "TRUE"
If you have put Neocron in its own prefix, you can create a small script to execute the required commands. Create a file neocron.sh containing the following lines:
#!/bin/bash export WINEPREFIX=~/.wine_neocron export WINEARCH=win32 cd "~/.wine_neocron/drive_c/Games/Neocron 2.2 CE" wine NeocronLauncher.exe
Comments for this application have been disabled because there are no maintainers.