modding names - basic question

正在查看此主题的用户

Javolenus

Recruit
Hi There,

Please forgive a basic question about modding names, but I just need some clarification.

If I want to change the names of troops, bandits and mercenaries etc., I edit the troops module_troops file. But each name has 3 entries. For example, "sea_raider", "Sea Raider", "Sea Raiders" and so on. My question is: do I change all three entries or just the last two? I'm not sure what to do, so I'd really appreciate some guidance. Also, if I change the names in module_troops, do I also need to update other files, for example, module_parties? Again, any help appreciated.

As a general point, I'd like to do a major overhaul of names (factions, settlements, troops types etc.), so any guidance on this would be welcome. My main concern is that I edit all the right files.

Again, apologies for a basic question, but I'd like clarification before I jump on and goof things up. Many thanks in advance for replies.
 
Let me explain it:

sea_raider - is a code name of troop. You use it ony in module_system, it doesn't appear in game.
Sea Raider - is a singular name of troop.
Sea Raiders- is a plural name of troop.

To answer your question: change second and third entry if you want to change troops' names.

do I also need to update other files, for example, module_parties

Updating other files is only needed if you'll change code name.
 
Kolba 说:
Let me explain it:

sea_raider - is a code name of troop. You use it ony in module_system, it doesn't appear in game.
Sea Raider - is a singular name of troop.
Sea Raiders- is a plural name of troop.

To answer your question: change second and third entry if you want to change troops' names.

do I also need to update other files, for example, module_parties

Updating other files is only needed if you'll change code name.

Hi Kolba,

Many thanks for the speedy reply - much appreciated.

OK, I understand what you say. Sounds as though I need only change the last two names for my purposes. But - just out of curiosity - is there any benefit of changing the code name? I mean, for what would I need to change the code name? Sorry to ask, but just curious. Thanks again for your time - I'm really grateful.
 
It is easy to do, but difficult to explain :razz:.

Code name (another name is "troop ID") is used for referencing troops in other .py files.
For example - if you want to add Sea Raider to your party, you use code name: "sea_raider", but not singular or plural name.
 
Kolba 说:
It is easy to do, but difficult to explain :razz:.

Code name (another name is "troop ID") is used for referencing troops in other .py files.
For example - if you want to add Sea Raider to your party, you use code name: "sea_raider", but not singular or plural name.

OK, I see. Now I understand - many thanks again. It's great that you answered so quickly. All the best.
 
后退
顶部 底部