Traductions possibles :

Différences

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

en:tutoway [2014/11/29 14:25]
gauthier
en:tutoway [2015/09/03 10:43] (version actuelle)
gauthier
Ligne 1: Ligne 1:
-<WRAP box>[[:en:tutomakeobj3#objects|Come back to objects]] </WRAP> +<WRAP box>[[en:tutomakeobj3#objects|Come back to objects]] </WRAP>
====== Ways ====== ====== Ways ======
- 
===== Png and dat patterns ===== ===== Png and dat patterns =====
Ligne 30: Ligne 28:
 \\ retire_month=1  \\ retire_month=1
 \\  \\
- \\ icon=> source.1.2 + \\ icon=> source.0.2 
- \\ cursor=source.1.3+ \\ cursor=source.0.3
 \\ image[-]=source.5.3  \\ image[-]=source.5.3
- \\ image[N]=source.0.0 + \\ image[N]=source.1.0 
- \\ image[S]=source.0.1 + \\ image[S]=source.1.1 
- \\ image[E]=source.0.2 + \\ image[E]=source.1.2 
- \\ image[W]=source.0.3 + \\ image[W]=source.1.3 
- \\ image[NS]=source.1.0 + \\ image[NS]=source.0.0 
- \\ image[EW]=source.1.1+ \\ image[EW]=source.0.1
 \\ image[NE]=source.2.0  \\ image[NE]=source.2.0
 \\ image[SE]=source.2.1  \\ image[SE]=source.2.1
Ligne 94: Ligne 92:
 \\ retire_month=1  \\ retire_month=1
 \\  \\
- \\ icon=> track.1.2 + \\ icon=> track.0.2 
- \\ cursor=track.1.3+ \\ cursor=track.0.3
 \\ image[-]=track.6.3  \\ image[-]=track.6.3
- \\ image[N]=track.0.0 + \\ image[N]=track.1.0 
- \\ image[S]=track.0.1 + \\ image[S]=track.1.1 
- \\ image[E]=track.0.2 + \\ image[E]=track.1.2 
- \\ image[W]=track.0.3 + \\ image[W]=track.1.3 
- \\ image[NS]=track.1.0 + \\ image[NS]=track.0.0 
- \\ image[EW]=track.1.1+ \\ image[EW]=track.0.1
 \\ image[NE]=track.2.0  \\ image[NE]=track.2.0
 \\ image[SE]=track.2.1  \\ image[SE]=track.2.1
Ligne 143: Ligne 141:
 \\ #snowy view  \\ #snowy view
 \\ image[NSE][1]=track.3.1</WRAP>  \\ image[NSE][1]=track.3.1</WRAP>
 +
 +<WRAP warning>This feature is not available for catenaries.</WRAP>
===== Essential parameters ===== ===== Essential parameters =====
- 
|Parameter  |Description  |Content  |Example  | |Parameter  |Description  |Content  |Example  |
|obj |object type |way || |obj |object type |way ||
-|waytype |way type |internal name |maglev_track |+|[[en:tutowaytype|waytype]] |way type |internal name |maglev_track |
|name |name |text |AMT | |name |name |text |AMT |
|cost |price (%%*%%100c) |number |390000 | |cost |price (%%*%%100c) |number |390000 |
Ligne 159: Ligne 158:
|copyright |name of the creator |text |Gauthier | |copyright |name of the creator |text |Gauthier |
|draw_as_ding |draw over things |boolean (0,1) |0 | |draw_as_ding |draw over things |boolean (0,1) |0 |
-|system_type |special parameter |number |1 | +|[[en:tutosystemtype|system_type]] |special parameter |number |1 |
- +
- +
-==== waytype ==== +
- +
- +
-[[:en:tutowaytype|Possible waytypes]] +
- +
- +
-==== System_type ==== +
- +
- +
-[[http://www.simutrans-france.fr.nf/doku.php?id=en:tutosystemtype|Possible special parameters]] +
<WRAP tip>To make a fence, waytype = track; system_type = 255 and draw_as_ding = 1. Draw_as_ding draws the fence over graphics which are behing it. Don't forget to make topspeed = 0.</WRAP> <WRAP tip>To make a fence, waytype = track; system_type = 255 and draw_as_ding = 1. Draw_as_ding draws the fence over graphics which are behing it. Don't forget to make topspeed = 0.</WRAP>
Ligne 178: Ligne 164:
<WRAP tip>To make an elevated way, system_type = 1 is used. If there are graphics beneath the way, like pillars, you will have to place them higher on the image so it still fit into the squares. Use offsets in the dat file to make your graphics appear at the right place in game.</WRAP> <WRAP tip>To make an elevated way, system_type = 1 is used. If there are graphics beneath the way, like pillars, you will have to place them higher on the image so it still fit into the squares. Use offsets in the dat file to make your graphics appear at the right place in game.</WRAP>
-<WRAP box>[[:en:tutomakeobj3#objects|Come back to objects]] </WRAP>+<WRAP box>[[en:tutomakeobj3#objects|Come back to objects]] </WRAP>