Running Neocron in Linux

From Neocron Wiki
Jump to: navigation, search

Huge thanks to vitamin and all the guys at #winehq on irc.freenode.net for all the help they gave me in this. Could not have done it without you guys!

Credit and questions go to MrTrip for this wiki entry (Josh@DigitallyEvolved.net - MrTrip on NC forums)

Neocron 2.2 in Linux with Wine

This has been tested on Ubuntu Linux x86, the system stats follow

AMD Athlon64 X2 5200+ Dual Core
2GB DDR2 800Mhz
GeForce 7900GS
Ubuntu Linux X86 (Feisty Fawn)


Intel Core 2 Quad Q9300
4GB PC2-8500C5 1066MHz SLI-Ready DDR2
GeForce 9800 GX2 1024MB GDDR3
Ubuntu GNU/Linux 32bit 8.04.1 LTS


== Instructions for getting Neocron working with Wine ==

It is preferably to copy Neocron 2.2 directory from an NTFS drive/Windows PC. This guide offers no instructions for installing Neocron

Update! Automatrix is outdated, and WineDoors is unsupported. WineHQ Recommend the use of Winetricks.



1. Install Wine and ubuntu-restricted-extras from your terminal with the following
sudo apt-get install wine ubuntu-restricted-extras
2. Run the command winecfg in terminal, this will setup your user account for Wine.
3. Download Winetricks
wget http://www.kegel.com/wine/winetricks
4. Install the following packages via Winetricks
Visual C++ Runtime Libraries 6
MS Core Fonts
Microsoft Foundation Classes 4
With the following command;
sh winetricks corefonts vcrun6 mfc42

5. Now just run the launcher! Either by double clicking the exe, or in terminal cd to the Neocron directory and type wine NeocronLauncher.exe

Done! Neocron should now run smoothly.

Feel free to message BaDDaSS on NC forums with any questions about this updated wiki guide. If all else fails, follow MrTrip's additional steps below.

If all else fails

If the above didn't work, you may need to follow these additional instructions

6. Copy your Neocron2.2 directory over to ~/.wine/drive_c/Program\ Files/
7. run winecfg and Add Application Client.exe with the following options
Windows Version: Windows 98
[Libraries]
Override msvcrt, set to Native (Windows) [Thanks to vitamin in #winehq for this]
Override quartz, set to Native (Windows) [Again thanks to vitamin in #winehq for this]

8. Copy msvcrt.dll and quartz.dll from your C:\Windows\System32 folder on your WIndows machine to ~/.wine/drive_c/windows/system32
9. From the terminal, go to your Neocron 2 folder (cd ~/.wine/drive_c/Program\ Files/Neocron2/) and type wine Client.exe -sysconfig
10. Setup your options and click OK.
11. From the terminal again type wine Client.exe -precache PlayTutorial
12. After making sure that it works, you need to make sure that in your /etc/hosts file, your hostname is set to resolve to your external IP, NOT LOCALHOST!
13. Now just fire up Client.exe and connect! WORKS!

A few notes on getting things working, sometimes you have to fiddle with the msvcrt.dll or quartz.dll file versions to get the one that works properly. I offer the versions I use on my website at http://areamc5.info/linux to get things rolling