1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-20 06:12:57 +01:00

Updated Objects (markdown)

Ted John
2017-11-30 12:47:58 +00:00
parent 13923fe9f4
commit 0841ee50de

@@ -16,6 +16,48 @@ There are 11 different types of object:
# objexport checklist
## Small Scenery
* [ ] Name
* [ ] Images
* [ ] Price
* [ ] Removal price
* [ ] Scenery tab
* [ ] Tool icon
* [ ] Height
* [ ] Animation delay
* [ ] Animation mask
* [ ] Animation frame count
* [ ] Animation frame offsets[]
* [ ] Flags
* [ ] Is full tile
* [ ] SMALL_SCENERY_FLAG_VOFFSET_CENTRE
* [ ] Requires flat surface
* [ ] Rotatable
* [ ] Animated
* [ ] Can wither
* [ ] Can be watered
* [ ] Has overlay image (UI only)
* [ ] SMALL_SCENERY_FLAG_DIAGONAL
* [ ] Has glass
* [ ] Has primary colour
* [ ] SMALL_SCENERY_FLAG_FOUNTAIN_SPRAY_1
* [ ] SMALL_SCENERY_FLAG_FOUNTAIN_SPRAY_4
* [ ] Is clock (peep checks time and frames are for each hour:minute of day)
* [ ] SMALL_SCENERY_FLAG_SWAMP_GOO
* [ ] Has animation frame offsets (can be derived)
* [ ] SMALL_SCENERY_FLAG17
* [ ] Must be on surface
* [ ] Prohibit walls
* [ ] Has secondary colour
* [ ] No supports
* [ ] SMALL_SCENERY_FLAG_VISIBLE_WHEN_ZOOMED
* [ ] SMALL_SCENERY_FLAG_COG
* [ ] Allow supports above
* [ ] SMALL_SCENERY_FLAG_HALF_SPACE
* [ ] SMALL_SCENERY_FLAG_THREE_QUARTERS
* [ ] Supports have primary colour
* [ ] SMALL_SCENERY_FLAG27
## Large Scenery
* [ ] Name
* [ ] Images