So, I want to add a tip to the loading screen, however I don’t know precisely how or whether it is possible.
What I’ve dug up with my study:
In the locales/en.json file, I’ve found the tips under “ui”:{“shell”:{“loading_screen”:{“tips”:{"###":“tips”}}}}.
But I don’t think that adding another line to that (mixin into the en.json from stonehearth) will work, scince things inside the en.json file generally are referenced to by other things. I suspect I would need to be in that other thing to say that a 28’th tip is now added.
But the en.json json structure follows the folder structure in the main game folder, so I could get to stonehearth/ui/shell/loading_screen. But there was no .json file for me to manipulate, only a folder with pictures, loading_screen.html which I presume is for the layout, a javascript (.js) file and a .less file.
Because of this, I’m starting to doubt whether it is possible to add another loading screen tip.
Does anyone know more about this?