Hello,
Ive been set on creating my first published mod involving units and Ive came into a problem regarding my units not displaying their name, description or type when the player hovers over them on the build menu, in fact the unit doesn't even have a name when you select it, it is just blank.
Things you should know:
In case you are wondering this is the Units .XML file lines referring to the Mod.str
And here is a screen shot of it ingame
http://i.imgur.com/Qyqe7.png
And here is a screenshot of the mod.str file
http://i.imgur.com/fRBH9.png
If any one has an idea of what the problem may be, or if you need a little more information, please reply.
Thanks.
Ive been set on creating my first published mod involving units and Ive came into a problem regarding my units not displaying their name, description or type when the player hovers over them on the build menu, in fact the unit doesn't even have a name when you select it, it is just blank.
Things you should know:
- The unit is fully functional ingame, it is just the name and description not appearing
- The Mod.STR file is inside the /Mod/Data folder
- The units .XML file correctly states the description and Name ID
In case you are wondering this is the Units .XML file lines referring to the Mod.str
Code:
id="AlliedArtemis" ... Description="Desc:AlliedArtemisDesc" TypeDescription="Type:AlliedArtemisType"
http://i.imgur.com/Qyqe7.png
And here is a screenshot of the mod.str file
http://i.imgur.com/fRBH9.png
If any one has an idea of what the problem may be, or if you need a little more information, please reply.
Thanks.
Comment