Types/RailPieceLayers: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (typo)
(Migrated prototype doc to separate website)
Line 1: Line 1:
'''The prototype docs have moved to a new website with an improved format.''' This documentation page can now be found here: [https://lua-api.factorio.com/latest/types/RailPieceLayers.html https://lua-api.factorio.com/latest/types/RailPieceLayers.html]
This wiki page is no longer updated and '''will be removed at some point in the future''', so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback [https://forums.factorio.com/viewforum.php?f=233 on the forums].
== Basics ==
== Basics ==
Used for graphics by [[Prototype/Rail]]s and [[Prototype/RailRemnants]].
Used for graphics by [[Prototype/Rail]]s and [[Prototype/RailRemnants]].

Revision as of 17:51, 16 August 2023

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/types/RailPieceLayers.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.


Basics

Used for graphics by Prototype/Rails and Prototype/RailRemnants.

Mandatory properties

metals

Type: Types/SpriteVariations

Must have between 1 and 4 variations.

backplates

Type: Types/SpriteVariations

Must have same number of variations as metals.

ties

Type: Types/SpriteVariations

Must have between 1 and 4 variations.

stone_path

Type: Types/SpriteVariations

Must have between 1 and 4 variations.

Optional properties

stone_path_background

Type: Types/SpriteVariations

Must have less or equal than 4 variations.

segment_visualisation_middle

Type: Types/Sprite

segment_visualisation_ending_front

Type: Types/Sprite

segment_visualisation_ending_back

Type: Types/Sprite

segment_visualisation_continuing_front

Type: Types/Sprite

segment_visualisation_continuing_back

Type: Types/Sprite