Skip to content
skzk edited this page Jan 24, 2024 · 15 revisions

Item ID: 0x24 (36)
Item file: base if the sign has a traffic rule associated with it; aux otherwise.

Structure

Field(s) Description
struct kdop_item

See k-DOP item.

Flags:
Bit 24: Follow road direction
Bit 26: Water reflection
Bit 27: Ignore cut planes

token sign_model Unit name of the sign model as defined in /def/world/sign.sii.
u64 node_uid UID of the node of the item.
token sign_look
token sign_variant
Look and variant of the model.
u8 board count
array_struct sign_boards
For legacy navigation signs: boards on the sign.

To the best of my knowledge, there are either 0 or 3 entries, even if the sign has 1 or 2 boards.

Field(s) Description
token road Symbol of the road.
token city1
token city2

City names.

All of the above are overlays defined in /def/world/overlay.sii.

string override_template For template signs, this is the name of the template, as defined in /def/sign/templates.sii. This is not a token, but the full unit name as a string, e.g. "sign_templ.it_51".
struct sign_override

Modified attributes of the template, such as the text content or position of an element. Only exists in the file if the above override_template is not empty.

Field(s) Description
u32 item_count
array_struct items
Override items. See Sign override struct.
Clone this wiki locally