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:tutoway [2014/11/29 14:25] – gauthier | en:tutoway [2024/06/15 02:27] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | <WRAP box>[[:en: | + | <WRAP box> |
====== 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</ | \\ image[NSE][1]=track.3.1</ | ||
+ | |||
+ | <WRAP warning> | ||
===== Essential parameters ===== | ===== Essential parameters ===== | ||
- | |||
|Parameter | |Parameter | ||
|obj |object type |way || | |obj |object type |way || | ||
- | |waytype |way type |internal name |maglev_track | | + | |[[en: |
|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: |
- | + | ||
- | + | ||
- | ==== waytype ==== | + | |
- | + | ||
- | + | ||
- | [[: | + | |
- | + | ||
- | + | ||
- | ==== System_type ==== | + | |
- | + | ||
- | + | ||
- | [[http:// | + | |
<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 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.</ | ||
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 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 box>[[:en: | + | <WRAP box> |