Difference between revisions of "Action3"
m (Feat 08 is 'Global Settings') |
(Add road stops to cargo IDs table) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 106: | Line 106: | ||
|- |
|- |
||
|11||Airport Tiles |
|11||Airport Tiles |
||
+ | |- |
||
+ | |12||[[Action3/Roadtypes|Roadtypes]] |
||
+ | |- |
||
+ | |13||[[Action3/Tramtypes|Tramtypes]] |
||
+ | |- |
||
+ | |14||Road Stops |
||
|} |
|} |
||
Line 119: | Line 125: | ||
In OpenTTD since r13482, each ID is an extended byte for vehicles, otherwise the ID is a regular byte. |
In OpenTTD since r13482, each ID is an extended byte for vehicles, otherwise the ID is a regular byte. |
||
+ | |||
+ | Since OpenTTD 14.0, each ID is an extended byte for all features. |
||
For canals and rivers the id has a special meaning, see its [[Action3/Canals|own Action 3 page]] |
For canals and rivers the id has a special meaning, see its [[Action3/Canals|own Action 3 page]] |
||
Line 132: | Line 140: | ||
=== cargo-type === |
=== cargo-type === |
||
+ | {| |
||
− | <u>For vehicles (features 00 .. 03) and stations (feature 04)</u> |
||
+ | |- |
||
− | |||
+ | ! Feature !! cids |
||
− | The cargo-type for which the set-ID applies. If the item is built to use this type of cargo, or if it is refitted for it, the given set-ID is used as its graphics. See column "type A" in the table at [[CargoTypes]] for a list of cargo-type values. |
||
+ | |- |
||
− | |||
+ | | 00..03 vehicles || |
||
− | If the grf file has installed a [[Action0/Global Settings#Cargo translation table 09|cargo translation table]], the cargo type here refers to the cargo with the label in the given slot of the translation table, e.g. if you use cargo-type=08, it refers to the cargo that has the label in the ninth slot (numbered 08) in the translation table. |
||
+ | * 00..FE: cargo-type (index in [[Action0/Global Settings#Cargo translation table 09|cargo translation table]]; cargobit if no table present) |
||
− | |||
+ | * FF: purchase list <ref>For dual-headed trains (prop 13) special rules for the purchase menu sprite apply: two sprites are drawn (for front and back) as if the vehicle is normally constructed. If you supply one purchase menu sprite, it will be used for both vehicle parts in the purchase menu. Provide a set of 8 sprites, and the 7th resp. 3rd sprite will |
||
− | If defined, cargo-type FF is used for graphics shown in the purchase or construction window. |
||
+ | be drawn; provide a set of 8 blank sprites except the 7th if you want to fully control a single purchase menu sprite for a dual-headed engine.</ref> |
||
− | |||
+ | * default: used if none of the listed cids apply |
||
− | For stations, you can additionally define a special cargo-type of FE which prevents the default from being used (which would show the sum of all cargo). Instead, the given set-ID is displayed with no cargo at all. |
||
+ | |- |
||
− | |||
+ | | 04 stations || |
||
− | <u>Railtypes are available only in OpenTTD > r19056 and its action 3 re-uses the 'cargo'-type definition.</u> |
||
+ | * 00..FD: cargo-type (index in [[Action0/Global Settings#Cargo translation table 09|cargo translation table]]; cargobit if no table present) waiting at the station. The waiting amount of this cargo is used in [[Action2/Stations|Action2]] to decide the spriteset. |
||
− | |||
+ | * FE: used if none of the listed cids apply. [[Action2/Stations|Action2]] will assume "zero waiting cargo". |
||
− | For details see its [[Action3/Railtypes|own Action 3 page]] |
||
+ | * FF: purchase list |
||
− | |||
+ | * default: used if none of the listed cids apply. [[Action2/Stations|Action2]] will use "sum of all waiting cargos". |
||
− | <u>For canals/rivers, houses, industry tiles, industries and cargoes (features 05, 07, 09, 0A and 0B)</u> |
||
+ | |- |
||
− | |||
+ | | 05 canals || default only |
||
− | As <num-cid> is zero for features 05 (canals/rivers), 07 (houses), 09 (industry tiles), 0A (industries), and 0B (cargoes), <cargo-type> and <set-ID> need to be skipped and you only have to set <default set-ID>. |
||
+ | |- |
||
− | |||
+ | | 07 houses || default only |
||
− | <u>For objects (feature 0F)</u> |
||
+ | |- |
||
+ | | 09 industry tiles || default only |
||
+ | |- |
||
+ | | 0A industries || default only |
||
+ | |- |
||
+ | | 0B cargos || default only |
||
+ | |- |
||
+ | | 0C sound effects || default only |
||
+ | |- |
||
+ | | 0D airports || default only |
||
+ | |- |
||
+ | | 0E signals || default only |
||
+ | |- |
||
+ | | 0F objects || |
||
+ | * FF: purchase list |
||
+ | * default: used if none of the listed cids apply |
||
+ | |- |
||
+ | | 10 rail types || special cids, see [[Action3/Railtypes#cargo-type|here]] |
||
+ | |- |
||
+ | | 11 airport tiles || default only |
||
+ | |- |
||
+ | | 12 road types || special cids, see [[Action3/Tramtypes#cargo-type|here]] |
||
+ | |- |
||
+ | | 13 tram types || special cids, see [[Action3/Roadtypes#cargo-type|here]] |
||
+ | |- |
||
+ | | 14 road stops || |
||
+ | * 00..FD: cargo-type (index in [[Action0/Global Settings#Cargo translation table 09|cargo translation table]]; cargobit if no table present) waiting at the road stop. |
||
+ | * FE: used if none of the listed cids apply. |
||
+ | * FF: purchase list |
||
+ | * default: used if none of the listed cids apply. |
||
+ | |- |
||
+ | |} |
||
+ | <references/> |
||
− | Objects support a buy menu sprite similar to vehicles (cargo-type FF). |
||
=== default set-ID === |
=== default set-ID === |
Latest revision as of 14:17, 24 December 2023
Introduction
Action 3 assigns graphics sets (referenced to by (chains of) action 2(s) to feature IDs (vehicles, stations, houses, industries, ...).
Format
The format of the data is feature-dependent.
The data is:
<Sprite-number> * <Length> 03 <feature> <n-id> <ids...> <num-cid> (<cargo-type> <set-ID>)... <default set-ID>
Element | Size | Description |
---|---|---|
<Sprite-number> | dec | A sequential sprite number |
<length> | dec | The total number of bytes used in this action |
03 | B | Defines action 03 |
<feature> | B | What type of feature the IDs refer to |
<n-id> | B | Number of IDs this action 3 associates graphics with |
<ids...> | B/B* | IDs of the current feature this action 3 associates graphics with. There must be as many IDs as <n-id> specifies |
<num-cid> | B | Number of different cargo types to support |
<cargo-type> | B | Cargo type for which to use the following set-ID |
<set-ID> | W | Set-ID (from action 2 or from a varaction2 chain) to use for this cargo type |
<default set-ID> | W | Default set-ID to use if none of the above matches |
Description
Sprite-number
This is just the number you are at.
Length
Count the number of bytes in this action.
Feature
This sets the type of feature that you wish to change. Set it to:
Value | Feature |
---|---|
00 | Trains |
01 | Road Vehicles |
02 | Ships |
03 | Aircraft |
04 | Stations |
05 | Canals/Rivers |
07 | Houses |
09 | Industry Tiles |
0A | Industries |
0B | Cargos |
0C | Sound Effects (generic callback only) |
0D | Airports |
0E | Signals (generic callback only) |
0F | Objects |
10 | Railtypes |
11 | Airport Tiles |
12 | Roadtypes |
13 | Tramtypes |
14 | Road Stops |
n-id
How many items of the current feature this action 3 defines new graphics for. If this is more than one, all items listed will get the same graphics. If this value has bit 7 set (i.e. 80 added), it is a wagon override. See Action 3 - Livery Override for more info on this feature.
You can make a definition with n-id equal to zero (and thus no ids that follow). This creates a generic feature-specific definition not associated with any particular item. At the moment, this is used for generic callbacks, but might be extended to other functions eventually.
ids
Feature IDs to use this action 3 for. All IDs are counted from the first of their class, i.e. the first road vehicle has 00, as does the first plane, the first ship, and the first train vehicle.
In OpenTTD since r13482, each ID is an extended byte for vehicles, otherwise the ID is a regular byte.
Since OpenTTD 14.0, each ID is an extended byte for all features.
For canals and rivers the id has a special meaning, see its own Action 3 page
For town buildings, the IDs are the house IDs, and specifying a house ID that haven't been defined before (by setting its property 08) doesn't do anything, but doesn't cause an error, either. Note that you don't necessarily have to assign a set-ID to a house ID, the old TTD sprite of the substitute type will be used if you don't do so. Industry tile IDs work in the same manner.
num-cid
Number of cargo type definitions that follow. Can be zero if only the default follows.
For features 05 (canals/rivers), 07 (houses), 09 (industry tiles), 0A (industries), and 0B (cargoes) this must always be zero.
cargo-type
Feature | cids |
---|---|
00..03 vehicles |
|
04 stations |
|
05 canals | default only |
07 houses | default only |
09 industry tiles | default only |
0A industries | default only |
0B cargos | default only |
0C sound effects | default only |
0D airports | default only |
0E signals | default only |
0F objects |
|
10 rail types | special cids, see here |
11 airport tiles | default only |
12 road types | special cids, see here |
13 tram types | special cids, see here |
14 road stops |
|
- ↑ For dual-headed trains (prop 13) special rules for the purchase menu sprite apply: two sprites are drawn (for front and back) as if the vehicle is normally constructed. If you supply one purchase menu sprite, it will be used for both vehicle parts in the purchase menu. Provide a set of 8 sprites, and the 7th resp. 3rd sprite will be drawn; provide a set of 8 blank sprites except the 7th if you want to fully control a single purchase menu sprite for a dual-headed engine.
default set-ID
Default set-ID if no entry from the cargo-type list above matches, or if there are no special cargo-types listed at all.
Example
Below is an example of what a real action 3 pseudo-sprite could look like for a train engine.
13 * 7 03 00 01 02 00 00 00
Byte | Meaning |
---|---|
13 | <sprite-number> |
7 | <length> of the action in bytes; start counting at 03 (<action>) |
03 | <action>: sets this pseudo-sprite to function as action 3 |
00 | <feature>: 00 for trains |
01 | <n-id>: One ID to change in this case |
02 | <ids...>: vehicle ID (02 - Ploddyphut Choo-Choo) |
00 | <num-cid>: this engine doesn't have cargo-specific graphics |
00 00 | <default set-ID>: Use action 2 ID 00, because it is a word value you add 00 |