How to add new tutorial message
Tutorial "How to add help message like at the game start"
{
"id": "radiation_tip",
"topic_img": "rad_icn.png",
"topic_img_size": 64,
"text": "rad.tip.text"
}id = unique ID for calling with scripts
topic_img = texture name relative to assets/ui/ folder
topic_img_size = size of the topic image texture
text = can be string or language key{
"id": "my_mod_tutorial",
"topic_img": "items/ecolog_outfit.png",
"topic_img_size": 64,
"text": "my.mod.tutorial.message.text"
}

Last updated