Hello Everyone!
I'm trying to add a custom description for Mars.
So far I've set a custom "mars" planet class and the game recognizes it, along with the new art.
However, it absolutely refuses to take the custom description.
I've tried every possible reformat of the text and files I can think of and in the game it just stubbornly says "pc_mars_desc".
Here's my setup:
In -> localisation -> 99_l_english.yml
l_english:
pc_mars:0 "Test"
pc_mars_desc:0 "Testing"
That's it. Just for fun I renamed it to the basic english yml, and naturally it broke all the text in the game but *still* couldn't read the custom stuff. What's infuriating is that nowhere in the files does it seem to need to specify localization for planets e.g. pc_barren. It just auto-links from the class in the common files as far as I can tell.
I could really use some help with this. It seems super basic and I'm probably doing something brutally stupid.
Thanks in advance!
I'm trying to add a custom description for Mars.
So far I've set a custom "mars" planet class and the game recognizes it, along with the new art.
However, it absolutely refuses to take the custom description.
I've tried every possible reformat of the text and files I can think of and in the game it just stubbornly says "pc_mars_desc".
Here's my setup:
In -> localisation -> 99_l_english.yml
l_english:
pc_mars:0 "Test"
pc_mars_desc:0 "Testing"
That's it. Just for fun I renamed it to the basic english yml, and naturally it broke all the text in the game but *still* couldn't read the custom stuff. What's infuriating is that nowhere in the files does it seem to need to specify localization for planets e.g. pc_barren. It just auto-links from the class in the common files as far as I can tell.
I could really use some help with this. It seems super basic and I'm probably doing something brutally stupid.
Thanks in advance!


Last edited:
- 1