Can i change the word "legio" in the description of the units in BI:help: ?
Printable View
Can i change the word "legio" in the description of the units in BI:help: ?
Hardcoded afaik, so nope.
can I just double check what you meant by question?
you can change some bits of text that appear in game - like unit names in export_units.txt
eg
{legio_lanciarii} Legio Lanciarii
you can change the second part in bold (outside the {} brackets) to display a different name in game, without altering other files.
Is that the sort of thing you meant? or could you screen shot where the bit you want to alter appears.
Thanks.~:(
This "legio":
https://img148.imageshack.us/img148/...mmaginepn5.jpg
No .. you can't :no:Quote:
Originally Posted by Aradan
Ah - sorry for the misunderstanding - see what you mean now!
You can tell who never plays vanilla / historic mods... :embarassed:
Only thing you can do is get rid of that line coming up completely - if you take the 'legionary_name' attribute off their EDU entry. (I think - I'll go crawl back into my corner now....)
Thank you, but I want to change the inscription, not eliminate it.
Can you change the text appearing in the unit description,too? As in,if I were to change "Greek Heavy Cavalry" to "Xystophoroi",can the text in the description be changed to match?Quote:
Originally Posted by Makanyane
Yep. Go to data/text/export_units.txt. All units have 3 entries there that use the unit's disctionary tag (second line of export_descr_units.txt entry) as a base.
Code:{unit_dictionary_tag} Unit name
{unit_dictionary_tag_descr}
Long unit description (the one you see on the UI card for example)
{unit_dictionary_tag_descr_short}
Short description (the one you see when you mouse-over units in CB selection menu for example)
You can change what the legion is calledd by going into the regions_and_settlements file in data/text and changing the tags - so you could add a new one, {palatine}, make it say legion: palatine in data\world\regions_and_settlements.txt, then make the tag say palatine in the text file. Result - the roman legions now become the Cohortes Palatina!
Okay. I see. But just to make sure,though,do I have it changed correctly here?Quote:
Originally Posted by Aradan
And do I have to change the name in the EDU file,too,or not?Quote:
{greek_heavy_cavalry} Xystophoroi
{greek_heavy_cavalry_descr}
Superior\nCan Form Wedge\n\nXystophoroi are armoured spear-armed horsemen capable of delivering a decisive blow. They wear armour and carry swords but do not have shields, so they are not necessarily at their best in prolonged close combat. However, when used to repeatedly charge enemy units they can have a tremendous cumulative effect.\n\nThe Macedonians have a fine tradition of horsemanship, unlike their southerly Greek neighbours, a legacy of having a large land-owning aristocracy who could afford to keep horses, unlike the farm-owning society of Greece that produced hoplites.
{greek_heavy_cavalry_descr_short}
Xystophoroi are armoured spear-armed horsemen capable of delivering a decisive blow.
what you've posted needs the edu entry dictionary line to be
if that was what it started as - no, you don't need to change anything else.Quote:
dictionary greek_heavy_cavalry
What about this,in bold:Quote:
Originally Posted by Makanyane
Does that need to be changed to Xystophoroi,too? Seems like it would.Quote:
type greek heavy cavalry
dictionary greek_heavy_cavalry ; Macedonian Cavalry
category cavalry
class heavy
Everything after a semicolon is a comment (in most files, not those that deal with textual descriptions like export_units for dexample) , and is ignored by the game, so whatever you do to it doesn't matter.
Okay,that clears everything up.Quote:
Originally Posted by Aradan