Skip to content

juliogonzalez/sc3u-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versión en Castellano

Native SimCity 3000 Unlimited for modern GNU/Linux distributions

This is just one of the results of a project for the 16th SUSE Hackweek.

Since running Loki and other old native and propietary games can be a challenge, we decided to research a little how much effort could take prepare such games to run on moderm GNU/Linux distributions.

Challenges

For SimCity 3000 the biggest problems were:

  • SimCity 3000 is 32 bits
  • It does not work with current glib versions. This can be avoided with Loki Compatibility Libraries
  • The patch 2.0 is not able to run because of changes to the POSIX standards
  • The sound uses OSS and it is not able to use padsp, aoss or esdcompat neither at openSUSE 42.3 or Debian SID

Workarounds

There are a lot of different workarounds on the Internet, including one I wrote in Spanish years ago, but in the end all of them require the user to run a lot of different commands with a lot of arguments.

So this repository tries to easy the procedure so we can run just install the game, apply the patch, configure sound and start playing.

Instructions

Get the game

First of all, you need the original CD or an ISO image from the original CD.

If you do not have it, try one of the following links:

Install the game

Insert the CD or mount the image, and then use a terminal to proceed to the directory where the CD/image is mounted and run:

sudo linux32 ./setup.sh

Use the default paths for installation when required, and answer y to the different questions about what to install (that way you will not need the CD or the ISO to run the game)

Patch the game

Clone this repository (if you are reading this file at GitHub WebUI), and proceed to the directory where the local clone is stored (using a terminal)

Make sure you have the required tools installed. The names of the packages that provides them depends on your distributions:

  • curl
  • cat
  • patch
  • tar

Run:

./sc3u-patcher.sh

The script will take care of everything, asking for your password to use sudo when required. It will start the official SimCity 3000 2.0 patch for you (after patching it), so you just need to follow the assitant.

Provided that there were no errors, you are ready to run SimCity 3000.

But I do not have sound!

Yes, if you are using PulseAudio (most people at this moment), there is a final step.

Since the game requires OSS (so far I was not able to make it work with padsp, aoss or esdcompat), you will need to use a software that is able to emulate OSS devices and send the audio to PulseAudio.

You need osspd.

openSUSE/SUSE

You can proceed to openSUSE downloads and select your distribution for One Click Install. Then add yourself to the system group audio, restart your session and you will be able to run SimCity 3000 with audio.

Debian/Ubuntu

Install osspd and the backend for PulseAudio:

apt-get install osspd osspd-pulseaudio

Enabling osspd on boot

  • systemd (openSUSE and modern Debian)

    sudo systemctl enable osspd
  • SysVinit (Debian)

    sudo update-rc.d osspd enable

About

Running SimCity 3000 Unlimited on modern GNU/Linux distributions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages