How to change InfoCard content?
from
Sins Forums
Hi,
I'm working on my MOD and I'm trying to figure out how to add additional information to the InfoCard.
I found this in English.str:
StringInfo
ID "IDS_INFOCARD_STRINGINFO_HULL"
Value "Hull:*SPACING100* *VALUE0* / *VALUE1*"
What I would like to do is add another value like this:
Value "Hull:*SPACING100* *VALUE0* / *VALUE1* (+*VALUE2*)"
But how do I tell the game that is has to output another value? Right now it skips VALUE2 because it is empty of course..
Any help would be appreciated, thx.
I'm working on my MOD and I'm trying to figure out how to add additional information to the InfoCard.
I found this in English.str:
StringInfo
ID "IDS_INFOCARD_STRINGINFO_HULL"
Value "Hull:*SPACING100* *VALUE0* / *VALUE1*"
What I would like to do is add another value like this:
Value "Hull:*SPACING100* *VALUE0* / *VALUE1* (+*VALUE2*)"
But how do I tell the game that is has to output another value? Right now it skips VALUE2 because it is empty of course..
Any help would be appreciated, thx.