For my own learning purposes, I am attempting to change the text string for 'Coal' to 'Catfood'. I can accomplish this in part, but industries are not concatenating 'n tonnes of' to the production information.
I have included '\7C' in my string, as per the documentation. This is simply rendered as text (see screenshot). Please ignore that the mine is also producing steel - I am also learning industry coding: this element works and is not connected to the action 4 issue. Have I missed something obvious?
Code: Select all
4 * 18 04 0B FF 01 1E DC "\7C Catfood" 00
5 * 25 00 0B 07 01 01
08 18
09 1E DC
0A 1E DC
0B 1E DC
0C 1E DC // TextID for multiple units of cargo
0D 1E DC
0E D1 10
- I am aware that I need different strings for properties 09, 0A, 0B and 0E. One step at a time...
cheers,
Andy