donderdag 13 augustus 2009

How to play Championship Manager 01/02 on Linpus Lite

Last time, I showed how to mount an ISO file. My intention was to install Championship Manager 01/02, a Windows 95 football manager I was addicted to at the time. I'm playing it now again. Many say the 01/02 version is the most playable version.

As a promotion for the newest version of the game, the creators decided to give the 01/02 game away for free. You will have to register on their site, though. Once you're registered and logged in, you can download the original cd from this page.

In order to have our Linpus Lite be able to run Windows applications, we'll install Wine. The yum repository doesn't have the newest version (I have 0.9.47), but it's new enough to run CM01/02. Install it in a terminal screen by typing
sudo yum install wine

I have mounted my ISO of the game on /mnt/iso/. I now can install the game with
sudo wine /mnt/iso/Setup.exe
Just install the default directories.

Wine installed the game in ~/.wine/drive_c/Program Files/Championship Manager 01-02/
We can now start the game by typing
cd ~/.wine/drive_c/Program Files/Championship Manager 01-02/
sudo wine cm0102.exe
Unfortunately, when the guys at championshipmanager.co.uk decided to release the free version of the game, they didn't remove the cd check. If the original cd isn't in a cd drive, the game won't start. Since the Aspire One does not have a built in cd drive, it is impossible to have a cd in a drive. So i'm afraid a no cd crack is necessary. Although I don't like hacks en cracks, I don't see another option.
But first we're going to upgrade the game to the latest version.

The best site to find all kind of things for Championship Manager 01/02 is the fan site www.champman0102.co.uk. It's here I downloaded the SI Games Official Patch v3.9.68 which is the newest patch. All other patches and updates on the champman0102.co.uk site need this patch. I installed the patch:
sudo wine /home/user/Downloads/242.exe

I'm thinking about downloading and installing the Tapanified March 2009 Patch, which includes the current players (to start the season at 2008 instead of 2001). The game on my desktop computer also has this patch. It should enable me to use the other savegames, maybe save them to a server so both games can access them.

What is necessary is a no cd patch. I downloaded the file ppfcm68.rar from gamecopyworld. Unformtunately .rar was the only choice, so I extracted the file on my Windows desktop computer and rename the old .exe files and replaced them with the patched ones.

You can now play the game. Unfortunately you can't alt-tab in and out of the game, it will lock up. Windowed mode (cm0102.exe -windowed) also didn't help. So I'll play the game without multitasking. You can get the Linpus taskbar out of the screen by clicking on the arrow in the bottom left of the screen, the left of the taskbar. You'll have a full screen game then.
You can play the game:
sudo wine ~/.wine/drive_c/Program\ Files/Championship\ Manager\ 01-02/cm0102.exe -nosound
I disabled the sound, I guess you will too.

1 opmerking:

  1. Why in the name of all that is holy would you use the root user via "sudo" to install and start the game? That is a rather horrible safty leak, in my opinion.
    Or was that something specific to Linpus back in the days?

    BeantwoordenVerwijderen