WineHQ
Category: Main Games Online (MMORPG) Games Neocron 2 2.2 Evolution

Neocron 2

2.2 is the latest version in the Neocron world after Neocron 1, 2, and 2.1

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!

Link Official Neocron Website Link Neocron Wiki: Running Neocron in Linux Free Download Client Download & System Requirements

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

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:

  • GPU:
  • Driver:

Additional Comments

Everything including D3D9 works perfect now in Neocron 2. All effects and power armors look great.

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
ShowGentoo Linux x86_64Mar 23 20141.7.13Yes Yes NoGoldbara 
ShowGentoo Linux x86_64Oct 10 20131.7.0Yes Yes NoGoldbara 
ShowLinux Mint 14 "Nadia" x86_64Jan 26 20131.5.22N/A Yes NoGoldan anonymous user 
ShowGentoo Linux x86_64Dec 09 20121.5.19N/A Yes NoGoldbara 
ShowGentoo Linux x86_64Nov 02 20121.4.1N/A Yes NoGoldbara 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

Bugs

The game its self is buggy. The Neocron engine is very old, almost too old to have as much content as Neocron packs into it. If you encounter strange behavior or bugs. You should check for bug reports in the Official Neocron Forum here

S3 Texture Compression

Neucron might require S3TC (S3 Textrure Compression). Symthoms are

  • Neocron does not start, no errors in the console
  • Error.log in the logs/ folder of neocron contains Error: Begin Frame Failed

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.

How-to set up

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

export WINEPREFIX=~/.wine_neocron
export WINEARCH=win32
winecfg
to change wine configuration for this prefix.


  • Download Winetricks - wget http://www.kegel.com/wine/winetricks
  • Install the following packages via Winetricks with the following command:
    sh winetricks vcrun6 dotnet20 mfc42 quartz vcrun2010 vcrun6sp6 
    vcrun6 is Visual C++ 6 sp4 (mfc42, msvcp60, msvcirt)
  • Download the game client. Links can be found here.
  • Run the installer wine neocron2ce-setup-2.2.180.16.exe
  • Follow default installation
  • Open the file neocron.ini in the Neocron game folder with an editor. Change the two lines with NOSPLASH and NOEXTRO to look like this:
    NOSPLASH = "TRUE"
    NOEXTRO = "TRUE"
    
    This will disable the intro at stat and shutdown, which make the game freeze on mouse or keyboard input.
  • Download and place the two following dll-files in the Neocron game folder:
    • msvcr120.dll
    • msvcp120.dll
  • Run the wine NeocronLauncher.exe from the Neocron folder
  • You might need to go to Configuration -> Configure hardware to set the right resolution after new patches have been applied.
  • If Neocron can not find your native desktop resolution, enable Virtual Desktop in winecfg under Graphics tab and set it to your resolution. Be warned thou! The fonts do not scale and are hard to read on high definition displays!
  • Done! Neocron should now run smoothly.

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

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back