How to create new units
Posted: Sun Jan 05, 2020 9:36 am
I'm trying to create a unit for Rome, I did everyting that is written in the wiki : http://archonwiki.slitherine.com/index. ... ding_Units
But there's one thing I don't manage to do correctly :
" Name - This is a reference to the name used for this unit type. Add a new, unique string id in this table (by convention, starting with IDS_UNIT_NAME_ and ending with the unique portion of the Alias) and then define a new string with this id in your scenario's TEXT1.TXT file.
Text - This is a reference to the description used for this unit type. Add a new, unique string id in this table (by convention, starting with IDS_UNIT_TEXT_ and ending with the unique portion of the Alias) and then define a new string with this id in your scenario's TEXT1.TXT file."
I created the new unique ID and Text in the UNITS.CSV table, but I don't know how to add a new string id in the TEXT1.txt file. I've read the wiki but I've still not understood. At first I tried to add this at the end of the TEXT1.TXT file, but I think I'm not doing the right thing at all :
IDS_UNIT_NAME_PEDITES_EXTRAORDINARII0,
IDS_UNIT_TEXT_ROM_PEDITES_EXTRAORDINARII0,
I don't know much about modding, if someone knows how to do it I'm all ears
But there's one thing I don't manage to do correctly :
" Name - This is a reference to the name used for this unit type. Add a new, unique string id in this table (by convention, starting with IDS_UNIT_NAME_ and ending with the unique portion of the Alias) and then define a new string with this id in your scenario's TEXT1.TXT file.
Text - This is a reference to the description used for this unit type. Add a new, unique string id in this table (by convention, starting with IDS_UNIT_TEXT_ and ending with the unique portion of the Alias) and then define a new string with this id in your scenario's TEXT1.TXT file."
I created the new unique ID and Text in the UNITS.CSV table, but I don't know how to add a new string id in the TEXT1.txt file. I've read the wiki but I've still not understood. At first I tried to add this at the end of the TEXT1.TXT file, but I think I'm not doing the right thing at all :
IDS_UNIT_NAME_PEDITES_EXTRAORDINARII0,
IDS_UNIT_TEXT_ROM_PEDITES_EXTRAORDINARII0,
I don't know much about modding, if someone knows how to do it I'm all ears