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:tutomakeobj1 [2014/08/08 10:38] – gauthier | en:tutomakeobj1 [2024/06/15 02:27] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== I.Prepare ====== | ====== I.Prepare ====== | ||
- | |||
===== 1.Presentation ===== | ===== 1.Presentation ===== | ||
- | |||
Making addons for Simutrans can't be impovised but is very easy once the method is known. This complete tutorial will guide you step by step to create objects for Simutrans. | Making addons for Simutrans can't be impovised but is very easy once the method is known. This complete tutorial will guide you step by step to create objects for Simutrans. | ||
- | |||
If you have any question contact me (Gauthier) on the Simutrans' | If you have any question contact me (Gauthier) on the Simutrans' | ||
- | |||
[[http:// | [[http:// | ||
- | |||
<WRAP important> | <WRAP important> | ||
- | |||
This tutorial is composed of four parts : | This tutorial is composed of four parts : | ||
- | |||
* The presentation you're reading. | * The presentation you're reading. | ||
Ligne 24: | Ligne 17: | ||
* How to create source files. | * How to create source files. | ||
* How to use makeobj. | * How to use makeobj. | ||
- | |||
To recap the work needed to create an addon : you have to draw, by a drawing software (pixel-art), | To recap the work needed to create an addon : you have to draw, by a drawing software (pixel-art), | ||
- | |||
<WRAP info>The two main methods to have a source picture are the pixel-art and the 3D. For a beginner, 3D looks much more interesting but be carefull ! Using 3D is more difficult than it seems to be, it needs patience, even more if it's used for Simutrans so you have to manage well the detail level and some other things. Of course if you know how to use 3D, the result is very good. | <WRAP info>The two main methods to have a source picture are the pixel-art and the 3D. For a beginner, 3D looks much more interesting but be carefull ! Using 3D is more difficult than it seems to be, it needs patience, even more if it's used for Simutrans so you have to manage well the detail level and some other things. Of course if you know how to use 3D, the result is very good. | ||
- | |||
However pixel-art isn't very easy but is easier to learn than 3D. If you never did any 3D, you should rather begin with pixel-art.</ | However pixel-art isn't very easy but is easier to learn than 3D. If you never did any 3D, you should rather begin with pixel-art.</ | ||
- | |||
===== 2.Downloads ===== | ===== 2.Downloads ===== | ||
+ | You need makeobj to pak objects for Simutrans, download [[en: | ||
- | You need makeobj to pak objects for Simutrans, download [[http:// | + | A simple text editor like windows' |
- | + | ||
- | + | ||
- | A simple text editor like windows' | + | |
+ | The source pictures are 24 bits .png pictures, you can make them with 3D or with pixel-art. | ||
Now you're ready. There are both a 3D tutorial using google sketchup and a pixel-art tutorial using Photofiltre (both softwares are free). There' | Now you're ready. There are both a 3D tutorial using google sketchup and a pixel-art tutorial using Photofiltre (both softwares are free). There' | ||
- | |||
- | |||
<WRAP box> | <WRAP box> |