Difference between revisions of "Running Neocron in Linux"

From Neocron Wiki
Jump to: navigation, search
Line 69: Line 69:
 
<br />
 
<br />
  
== Instructions for getting Neocron working with Cedega ==
 
  
<br />
 
''Neocron 2.2 can be run directly from an NTFS drive. No need to copy it over. I assume it will install nicely in Cedega, please let me know otherwise.''<br />
 
<br />
 
<br />
 
These instructions should work for people on all GNU/Linux distros.
 
----
 
1. Download and install [http://www.Cedega.com Cedega].<br />
 
2. Open Cedega, go to Tools > Game Folders > Add. Call it NC2, or whatever you want.<br />
 
3. Right click the game folder you just created, click 'Add Shortcut' and point it directly to your NC2 Client.exe<br />
 
  This can be on an NTFS drive if you havn't copied it accross e.g. "/media/hda1/Games/Neocron2.2/Client.exe".<br />
 
4. Give the shortcut a name (Neocron), and Extract the icon.<br />
 
 
5. In the "Command Line Options" enter '-sysconfig'. Press Ok.<br />
 
6. Run Neocron (double click, or hit 'Start').<br />
 
 
7. Now right click the Neocron shortcut, go to 'Properties' and replace the 'Command Line Option' with -precache PlayTutorial<br />
 
  If the game loads the tutorial, which it should, you now have a working NC2 :)<br />
 
8. You can remove the Command Line Options now.<br />
 
9. You will need to edit your /etc/hosts file in order to play online. Replace your hostname (LOCALHOST) with your external IP.<br />
 
10. Now just launch the game and play! >:D<br />
 
<br />
 
 
 
----
 
 
And there you have it! As far as we have gotten with Neocron in Linux.
 
  
 
== Notes on getting the launcher to play nicely ==
 
== Notes on getting the launcher to play nicely ==

Revision as of 18:35, 7 September 2008

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
2 GB DDR2 800Mhz
XFX GeForce 7900GS
Ubuntu Linux X86 (Feisty Fawn)

Wine 1.0 Installed from Ubuntu repository.

Neocron 2.2 in Linux with Cedega


AMD Athlon64 3700+
1 GB DDR2 800Mhz
GeForce 7900GT
Ubuntu Linux X86 (Gutsy Gibbon)

TransGaming Cedega Version 6.0.2

== Instructions for getting Neocron working with Wine ==

I just copied my Neocron 2.2 folder from my NTFS drive, so I include no instructions for installing Neocron

Update! Automatrix is outdated, and WineDoors is unsupported. WineHQ Recommend the use of Winetricks.
These instructions are for people who have just installed Ubuntu



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.



If not, 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


Notes on getting the launcher to play nicely

With the recent server re-shuffle i'd been having trouble getting the launcher working. First off you need to get version 6 of MFC42.dll and put it in your neocron directory.

Edit ini/updater.ini so it looks like this:

SERVERIP=83.236.174.254
PORT=8020
PATCHPREFIX=patches\cp
EXE=Client.exe
GAMESERVERIP=83.236.174.254
HOMEURL=http://launcher.neocron.com/
FTPSERVER=ftp.neocron.com
TESTPATCHDIR=/nc2testserver
RETAILPATCHDIR=/nc2retail
ISRETAILVERSION=1
USELOCALPORT=0
LOCALPORT=0

And finally launch NeocronUpdater.exe from the wine command line as such

xenocide@trillian:~/.cedega/NC2/c_drive/Program Files/neocron2$ wine NeocronLauncher.exe

This will allow you to watch for any other DLL conflicts/needs and rectify them. You can now start your game patched up!