Page 1 of 1

Mod spec question

Posted: Fri Mar 26, 2021 4:58 pm
by Erik2
I have edited the specialisations for the Korea mod (adding various original German/British/Soviet specs to the United Nation factions)..
Added some entries to the english_mod txt file, but the original spec names are still displayed.
Any tips?

Thanks
Erik

// SPECS

spec_Auftragstaktik = Small Unit Tactics
spec_PaK_Front = Anti-Tank Tactics
spec_Panzer_Keil = Tank Attack Tactics
spec_Panzer_Fibel = Tank Advanced Training
spec_Goliath_Mine = Demolition Vehicle
spec.jpg
spec.jpg (116.35 KiB) Viewed 989 times

Re: Mod spec question

Posted: Fri Mar 26, 2021 5:38 pm
by bebro
The labels displayed are taken from a couple language files.

Have't tried yet, but would probably golike this:

Look up the name for the spec you wanna change in specialisations, first column.

Example "Tank_School"

Search for that exact string in ..\Content\Language

You should get a hit for each language, but can get by 1st by just editing the language you use.
The specs are dispersed over several files tho, so depends what you wanna do. Maybe you just need to include a copy of a particular language_number file, with the edit as below.

Once found edit the pure text behind the label, change it to your liking, but leave the label intact.

Example for Tank_School, in English_7
spec_tank_school_title = Tank School
spec_tank_school_descr = Extensive training programs for tank crews and commanders allow them to become more proficient at gunnery, communications, maneuvers, and tactical decision making.
spec_tank_school_effect = • Newly purchased tanks start with 1 experience star
Edit the parts behind the =

Re: Mod spec question

Posted: Mon Mar 29, 2021 8:46 am
by Erik2
Thanks, Bernd.
The hunting game is afoot.