[1.1.0][5d33] Inconsistent order of loading localisation strings (?)

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

tom_jones

Lt. General
46 Badges
Dec 20, 2013
1.619
2.640
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Mare Nostrum
  • Stellaris - Path to Destruction bundle
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Crusader Kings II
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Hearts of Iron IV: Colonel
  • Shadowrun: Hong Kong
  • Europa Universalis IV: Rights of Man
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife Pre-Order
  • Cities: Skylines - Parklife
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Hearts of Iron IV: Cadet
  • Stellaris Sign-up
  • Hearts of Iron IV Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Pride of Nations
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • Europa Universalis IV
  • Europa Universalis IV: Third Rome
Example 1:

file zz_aircraft_icons_l_english.yml
Code:
CHI_fighter_equipment_1:0 "Polikarpov I-152"
CHI_fighter_equipment_1_short:0 "I-152"

file z_flavor_names_equipment_l_english.yml
Code:
CHI_fighter_equipment_1:0 "CAMCO P40"
CHI_fighter_equipment_1_short:0 "P40"

when only single mod/file is enabled, things works as you'd expect. With both files though...

upload_2016-8-11_8-50-26.png

... the game shows short string from file #1, and the full string for file #2. But it's not a fixed 'rule':
yes the icon is actually I-16. don't you mind that :d

Example 2:

file zz_aircraft_icons_l_english.yml
Code:
CZE_fighter_equipment_1:0 "Avia B-534"
CZE_fighter_equipment_1_short:0 "B-534"

CZE_tac_bomber_equipment_1:0 "Aero Vodochody A.304"
CZE_tac_bomber_equipment_1_short:0 "A.304"
CZE_tac_bomber_equipment_2:0 "Letov Å -50"
CZE_tac_bomber_equipment_2_short:0 "Å -50"

file z_flavor_names_equipment_l_english.yml
Code:
CZE_fighter_equipment_1:0 "Avia B-534.1"
CZE_fighter_equipment_1_short:0 "Avia B-534.1"

CZE_tac_bomber_equipment_1:0 "Aero Vodochody A.304"
CZE_tac_bomber_equipment_1_short:0 "Aero A.304"
CZE_tac_bomber_equipment_2:0 "Letov Å -50"
CZE_tac_bomber_equipment_2_short:0 "Letov Å -50"

in game:

upload_2016-8-11_8-55-36.png

here it's short string from file #2 and the full string from file #1. To make it even weirder, at the same time:

upload_2016-8-11_8-57-2.png

one plane gets short name from file #1, the other from file #2

if there's any logic to this all, I can't spot it :s

edit: potential reason identified in https://forum.paradoxplaza.com/foru...ng-decided-by-content-of-the-string-d.963437/
 
Last edited:
Upvote 0