Difference between revisions of "Action0/Canals"
From GRFSpecs
< Action0
Jump to navigationJump to searchm (layout fix) |
Planetmaker (talk | contribs) (→Graphic flags (09): version info on river flags) |
||
Line 35: | Line 35: | ||
{| |- |
{| |- |
||
− | !'''ID'''!!'''Description'''!!'''Sprites'''!!'''Sprites when Bit 0 is set''' |
+ | !'''ID'''!!'''Version'''!!'''Description'''!!'''Sprites'''!!'''Sprites when Bit 0 is set''' |
|- |
|- |
||
− | |00||Watercliffs||4 slope sprites||1 flat ground sprite followed by 4 slope sprites |
+ | |00||{{ottdp|0.6|}}||Watercliffs||4 slope sprites||1 flat ground sprite followed by 4 slope sprites |
|- |
|- |
||
− | |01||Locks||24||undefined |
+ | |01||{{ottdp|0.6|}}||Locks||24||undefined |
|- |
|- |
||
− | |02||Dikes||12||undefined |
+ | |02||{{ottdp|0.6|}}||Dikes||12||undefined |
|- |
|- |
||
− | |03||Icons||1||undefined |
+ | |03||{{ottdp|no|}}||Icons||1||undefined |
|- |
|- |
||
− | |04||Flat docks||4||undefined |
+ | |04||{{ottdp|no|}}||Flat docks||4||undefined |
|- |
|- |
||
− | |05||River Slope||4||1 flat ground sprite followed by 4 slope sprites |
+ | |05||{{ottdp|0.6|}}||River Slope||4||1 flat ground sprite followed by 4 slope sprites |
|- |
|- |
||
− | |06||River waterside||12*5 (Last 4 for slopes)||undefined |
+ | |06||{{ottdp|0.6|}}||River waterside||12*5 (Last 4 for slopes)||undefined |
|- |
|- |
||
− | |07||River GUI||2||undefined |
+ | |07||{{ottdp|no|}}||River GUI||2||undefined |
|} |
|} |
||
Revision as of 06:04, 1 September 2011
Introduction
Defining properties of canals / rivers.
Properties
Number | Size | Version | Description |
---|---|---|---|
08 | B | 1.1 2.6 | Canals / Rivers Callback flags, see below |
09 | B | 1.1 2.6 | Canals / Rivers Graphic flags |
Description
Canals callback (08)
For canals and rivers, the following callbacks can be defined by setting the corresponding bit in property 08:
Bit | Value | Variable 0C value | Callback |
---|---|---|---|
0 | 1 | 0x147 | Enable add sprite offset callback* |
* Please note that not all feature ids support this callback
Graphic flags (09)
For canals and rivers, describes the provided format and features in the sprite block
If bit 0 of graphic flags is enabled, the way Sprites and the count of sprites will change.
It's not allowed to set bit 0 for undefined entries!
Example
To be written