I am creating some things in FreeRCT, but I just can not understand an essential point: create string.
I am currently doing the following:
- add new line in graphics/rcd/lang/en_GB.txt (example: LIST_TITLE: "List of data about the park";)
- add new line in src/generated/gui_string.cpp (example: "LIST_TITLE",)
- add new line in src/generated/gui_string.h (example: GUI_LIST_TITLE,)
As the name itself suggests, the gui_string.cpp and gui_string.h files are automatically generated. But I did not understand how to do this. I found something about the wiki.