I. Preface
I'm a longtime fan of the games from Paradox, beginning back with Europa Universalis. Nowadays, though, I'm mostly spending my game time on Hearts of Iron 2 Doomsday Armageddon. Sometime last year, I got sick of the Windows operating system. I just couldn't stand the viruses, the malware, the spyware, the crashes, the BoD's.. And to make it worse, Microsoft released Vista.
Now, I moved to a different OS, GNU/Linux (commonly called Linux, which is actually wrong, Linux is just the kernel of the GNU operating system). The main problem was, my favorite game, HoI2, is for Windows. But then, I found out about WINE, a nice piece of software which makes you able to run certain Windows applications. And with it, I were, and still am, able to enjoy my favorite game in the OS I love.
II. Why am I doing this?
I am doing this so that people can enjoy HoI2 in a better OS-environment than Windows. I believe open source is the way to go, and stay away from proprietary products, such as the Windows family of operating systems. I also believe Windows systems are technically inferior to a Unix-like system.
III. Who is this for?
This is for users who just got into GNU/Linux, but still play HoI2 on Windows. I hope this guide will help you migrate fully.
IV. Preparations
First of all, make sure you have a fully functional and updated system. I'm currently running a Arch Linux-system, updated daily.
After your system is up to day, install WINE via your distributions repository, or download and compile it from the source (www.winehq.org). This is done differently on different distributions, on Arch Linux, I just run the following as root in the command line:
On for an example, on Ubuntu, you would probably do:
As you see, this varies by distribution. Consult your distro's documentation.
V. Installing HoI2
First of all, grab your HoI2-disc and slam it into the cd-drive (maybe you shouldn't slam it though..). If you run a popular desktop distro, your disc should mount automatically. If not, you may have to mount it manually.
Anyways, use your terminal to navigate to your disc, usually under /mnt/cdrom or /media/cdrom. Use the ls command to view the content, and you should see something like a SETUP.EXE. To execute it, run the following command:
If this is your first time running WINE, it will create a .wine-directory in your home-folder, in which WINE simulates a Windows partition. When installing the game to, let's say, C:\HoI2, in the installer, it will install in ~/.wine/drive_c/HoI2 on your machine. Hope this is not hard to understand
After you've successfully installed the game, you may want to patch it. Download the patches from the Paradox-site and run them using the same command like before:
The game and patches should install ok.
VI. Running the game
Running the game is really simple. Just navigate to the installed folder, for an example ~/.wine/drive_c/HoI2, and do:
The game should now run
VII. Comments
This has been tested on both my machines running Arch Linux and openSUSE and should work fine. If you have any problems, feel free to ask for help! I hope this may help people!
Have a nice day,
/kuninobu
I'm a longtime fan of the games from Paradox, beginning back with Europa Universalis. Nowadays, though, I'm mostly spending my game time on Hearts of Iron 2 Doomsday Armageddon. Sometime last year, I got sick of the Windows operating system. I just couldn't stand the viruses, the malware, the spyware, the crashes, the BoD's.. And to make it worse, Microsoft released Vista.
Now, I moved to a different OS, GNU/Linux (commonly called Linux, which is actually wrong, Linux is just the kernel of the GNU operating system). The main problem was, my favorite game, HoI2, is for Windows. But then, I found out about WINE, a nice piece of software which makes you able to run certain Windows applications. And with it, I were, and still am, able to enjoy my favorite game in the OS I love.
II. Why am I doing this?
I am doing this so that people can enjoy HoI2 in a better OS-environment than Windows. I believe open source is the way to go, and stay away from proprietary products, such as the Windows family of operating systems. I also believe Windows systems are technically inferior to a Unix-like system.
III. Who is this for?
This is for users who just got into GNU/Linux, but still play HoI2 on Windows. I hope this guide will help you migrate fully.
IV. Preparations
First of all, make sure you have a fully functional and updated system. I'm currently running a Arch Linux-system, updated daily.
After your system is up to day, install WINE via your distributions repository, or download and compile it from the source (www.winehq.org). This is done differently on different distributions, on Arch Linux, I just run the following as root in the command line:
Code:
pacman -S wine
On for an example, on Ubuntu, you would probably do:
Code:
sudo apt-get install wine
As you see, this varies by distribution. Consult your distro's documentation.
V. Installing HoI2
First of all, grab your HoI2-disc and slam it into the cd-drive (maybe you shouldn't slam it though..). If you run a popular desktop distro, your disc should mount automatically. If not, you may have to mount it manually.
Anyways, use your terminal to navigate to your disc, usually under /mnt/cdrom or /media/cdrom. Use the ls command to view the content, and you should see something like a SETUP.EXE. To execute it, run the following command:
Code:
wine SETUP.EXE
If this is your first time running WINE, it will create a .wine-directory in your home-folder, in which WINE simulates a Windows partition. When installing the game to, let's say, C:\HoI2, in the installer, it will install in ~/.wine/drive_c/HoI2 on your machine. Hope this is not hard to understand
After you've successfully installed the game, you may want to patch it. Download the patches from the Paradox-site and run them using the same command like before:
Code:
wine /path/to/file.exe
The game and patches should install ok.
VI. Running the game
Running the game is really simple. Just navigate to the installed folder, for an example ~/.wine/drive_c/HoI2, and do:
Code:
wine HOI2.EXE
The game should now run
VII. Comments
This has been tested on both my machines running Arch Linux and openSUSE and should work fine. If you have any problems, feel free to ask for help! I hope this may help people!
Have a nice day,
/kuninobu