Traductions possibles :

Différences

Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.

en:installation [2013/08/27 20:40]
gauthier
en:installation [2016/09/05 22:07] (version actuelle)
gauthier
Ligne 20: Ligne 20:
===== IV.Download a pakset ===== ===== IV.Download a pakset =====
-There are several paksets according to the player's preferences, they're different by their graphics and sometimes by their size. These are the paksets you can play :+There are several paksets with various graphics. You will find detailed information on paksets [[http://www.simutrans.com/en/paksets|here]], although these information may be pretty outdated.
-==== pak128 ====+Addons from SNFOS are made for pak128, you will find download information on [[en:Simutrans|this page]].
-It's the pakset which has the most graphics, it's well playable and just awesome.+===== V.Installing =====
-==== pak64 ====+====== Windows ======
-The fist pakset of Simutrans, it's economicaly well balanced but graphicaly limited because of its small size.+Once you have downloaded Simutrans and at least one pakset, put the compressed files in the directory you to have Simutrans installed in (commonly "program files" under Windows). Then, unpack these files.
-==== pak96 Comic ====+<WRAP help>In order to unpack a compressed file, you can use a free version of winrar or 7zip for instance.</WRAP>
-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.+Paksets must be placed in the directory called "simutrans". Then, launch Simutrans by its executable, it will create a directory in your documents to put savegames and other things in.
-==== pak128 Britain ====+<WRAP info>Several paksets can be used, Simutrans would ask at startup which pakset to load. Moreover, if you have addons [[en:installation_addons|installed correctly]], the game also asks if you want to load them.</WRAP>
-Its graphics are dull colored which remains the London's atmosphere. This pakset is playable and it's the only one compatible with Simutrans experimental (another development of Simutrans in which new ecenomics and ideas are experimented, unfortunately it's atrociously performance unfriendly).+<WRAP tip>Finally your installation directory "simutrans" should contain the executable, at least one pakset's folder, and some other folders and files.</WRAP>
-==== pak128 Japan ====+====== Linux ======
-The pak japan was developed by the Japanese Simutrans'community, its development started because Japanese creators found the size of trains in pak128 too small, that's why trains are much bigger in pak japan.+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://www.simutrans.com/paksets.htm|this site]].+Simutrans would ideally but unlikely run without problems. If you are experiencing problems, it's because some dependancies are missing.
-===== V.Install =====+<WRAP important>The command lines presented later are adapted to Ubuntu, users of other distros should be able to do the necessary researches from these information to get things to work. If it's not the case, ask for help on Simutrans'forum or a help forum related to your distro.
-Once you downloaded Simutrans and at least one pakset, put the packed files in the folder where you want to install simutrans (often programs or program files in windows) then unpack them.+Anyway, given the diversity and the fast evolving nature of linux systems, these explanations may be not 100% up to date or accurate.</WRAP>
 +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:
-<WRAP help>To easily unpack or pack files/folders, you can use the free release of winrar, downloadable on [[http://www.clubic.com/telecharger-fiche9632-winrar.html|this page.]] </WRAP>+  sudo apt-get install lib32z1
 +Then, try to run Simutrans from a terminal and read the error messages you get, they tell you the missing libraries to install.
-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.+<WRAP warning>A 32 bits version of Simutrans needs 32 bits versions of libraries, same goes for 64 bits. To install the 32 bits version of a package under a 64 bits ubuntu, add ":i386" at the end of the package's name.</WRAP>
 +These are the two most commonly missing libraries and how to install them:
-<WRAP info>It's possible to have several paksets at a time, the game will ask you which pakset to load at starting.</WRAP>+  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: 
 + 
 +  sudo apt-get install libbz2-1.0:i386 
 +  sudo apt-get install libsdl1.2debian:i386