Log in

View Full Version : The word "Legio"



LucioSettimioSevero
04-21-2008, 16:27
Can i change the word "legio" in the description of the units in BI:help: ?

Aradan
04-21-2008, 17:37
Hardcoded afaik, so nope.

Makanyane
04-21-2008, 17:44
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.

LucioSettimioSevero
04-21-2008, 17:45
Thanks.~:(

LucioSettimioSevero
04-21-2008, 18:02
This "legio":
https://img148.imageshack.us/img148/4222/immaginepn5.jpg (https://imageshack.us)

Ibn-Khaldun
04-21-2008, 18:37
Hardcoded afaik, so nope.

No .. you can't :no:

Makanyane
04-21-2008, 18:46
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....)

LucioSettimioSevero
04-21-2008, 18:51
Thank you, but I want to change the inscription, not eliminate it.

Spartan198
04-23-2008, 12:12
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.
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?

Aradan
04-23-2008, 16:39
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.


{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)

Flying Pig
04-23-2008, 18:17
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!

Spartan198
04-23-2008, 21:14
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.


{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)
Okay. I see. But just to make sure,though,do I have it changed correctly here?

{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.
And do I have to change the name in the EDU file,too,or not?

Makanyane
04-23-2008, 21:50
what you've posted needs the edu entry dictionary line to be


dictionary greek_heavy_cavalry

if that was what it started as - no, you don't need to change anything else.

Spartan198
04-23-2008, 22:58
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.
What about this,in bold:

type greek heavy cavalry
dictionary greek_heavy_cavalry ; Macedonian Cavalry
category cavalry
class heavy
Does that need to be changed to Xystophoroi,too? Seems like it would.

Aradan
04-23-2008, 23:28
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.

Spartan198
04-24-2008, 02:21
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.