In the text editor, is there any way to add a NEW entry to the list of text?
It's easy enough to get one to appear there by changing an already existing value, but I want to create one that I can't find elsewhere in the editor, but I need.
e_cmdNotEnoughCustomResource to be precise - it's wanted when you don't have enough custom resource to produce something, but doesn't exist in the current text listings.
That's just the thing though, that particular string ID is referenced by the game when it gives the error that should be "not enough custom resource" when you set a unit cost to include said resource and don't have enough of it.
It just pops up a red e_cmdNotEnoughCustomResource at the bottom left.
In the text editor, is there any way to add a NEW entry to the list of text?
It's easy enough to get one to appear there by changing an already existing value, but I want to create one that I can't find elsewhere in the editor, but I need.
e_cmdNotEnoughCustomResource to be precise - it's wanted when you don't have enough custom resource to produce something, but doesn't exist in the current text listings.
Just placing a text entry would not do anything as it would not be referenced anywhere. You can set custom error text for a validator, though.
That's just the thing though, that particular string ID is referenced by the game when it gives the error that should be "not enough custom resource" when you set a unit cost to include said resource and don't have enough of it.
It just pops up a red e_cmdNotEnoughCustomResource at the bottom left.
Edit: my mistake, it's e_cmdNotEnoughCustom
Picture to illustrate