Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| en:installation [2010/08/23 10:22] – gauthier | en:installation [2024/06/15 00:27] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 16: | Ligne 16: | ||
| ===== III.Download a Simutrans' | ===== III.Download a Simutrans' | ||
| - | + | <WRAP info> | |
| - | Last stable releases of the game are avaible | + | |
| ===== IV.Download a pakset ===== | ===== IV.Download a pakset ===== | ||
| + | There are several paksets with various graphics. You will find detailed information on paksets [[http:// | ||
| - | There are several paksets according to the player' | + | Addons from SNFOS are made for pak128, you will find download |
| - | + | ||
| - | + | ||
| - | ==== pak128 ==== | + | |
| - | + | ||
| - | + | ||
| - | It's the pakset which has the most graphics, it's well playable and just awesome.< | + | |
| - | + | ||
| - | + | ||
| - | {{ http:// | + | |
| - | + | ||
| - | + | ||
| - | ==== pak64 ==== | + | |
| - | + | ||
| - | + | ||
| - | The fist pakset of Simutrans, it's economicaly well balanced but graphicaly limited because of its small size.< | + | |
| - | + | ||
| - | + | ||
| - | {{ http://www.simutrans.com/ | + | |
| - | + | ||
| - | + | ||
| - | ==== pak96 Comic ==== | + | |
| - | + | ||
| - | + | ||
| - | This pakset got simple graphics inspired by comics as its name says. Its simplicity highlights the gameplay. This pakset is under heavy development even it's already playable.< | + | |
| - | + | ||
| - | + | ||
| - | {{ http:// | + | |
| - | + | ||
| - | + | ||
| - | ==== pak128 Britain ==== | + | |
| - | + | ||
| - | + | ||
| - | Its graphics are dull colored which remains the London' | + | |
| + | ===== V.Installing ===== | ||
| - | {{ http:// | + | ====== Windows ====== |
| + | Once you have downloaded Simutrans and at least one pakset, put the compressed files in the directory you to have Simutrans installed in (commonly " | ||
| - | ==== pak128 Japan ==== | + | <WRAP help>In order to unpack a compressed file, you can use a free version of winrar or 7zip for instance.</ |
| + | Paksets must be placed in the directory called " | ||
| - | The pak japan was developed by the Japanese | + | <WRAP info> |
| + | <WRAP tip> | ||
| - | {{ http:// | + | ====== Linux ====== |
| + | First, follow the same steps as for Windows (see the previous section), provided you downloaded a release for linux of course. | ||
| - | These are the main paksets, you can find a complete list on [[http:// | + | Simutrans would ideally but unlikely run without problems. If you are experiencing problems, it's because some dependancies are missing. |
| + | <WRAP important> | ||
| - | ===== V.Install ===== | + | Anyway, given the diversity and the fast evolving nature of linux systems, these explanations may be not 100% up to date or accurate.</ |
| + | If you have a 64 bits version of Linux and had to download a 32 bits version of Simutrans, you have to install a library allowing to run 32 bits programs under 64 bits system: | ||
| - | Once you downloaded Simutrans and at least one pakset, put the packed files in the folder where you want to install | + | sudo apt-get |
| + | Then, try to run Simutrans from a terminal and read the error messages you get, they tell you the missing libraries to install. | ||
| - | < | + | < |
| + | These are the two most commonly missing libraries and how to install them: | ||
| - | The paksets have to be in simutrans folder. Then launch Simutrans by its executable so it will create a folder in your documents which will contain savegames and some other things. | + | sudo apt-get install libbz2-1.0 |
| + | sudo apt-get install libsdl1.2debian | ||
| + | If you have to install them on a 64 bits linux for a 32 bits Simutrans, you have: | ||
| - | <WRAP info> | + | sudo apt-get install libbz2-1.0:i386 |
| + | sudo apt-get install libsdl1.2debian: | ||