• 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.

ConjurerDragon

Generalissimus
79 Badges
Apr 19, 2005
5.559
611
  • Rise of Prussia
  • Hearts of Iron IV Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Humble Paradox Bundle
  • Pride of Nations
  • Magicka: Wizard Wars Founder Wizard
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: El Dorado
  • Europa Universalis III: Collection
  • 500k Club
  • War of the Roses
  • Warlock: Master of the Arcane
  • Rome: Vae Victis
  • Shadowrun: Hong Kong
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Victoria 2
  • Age of Wonders III
  • Crusader Kings Complete
  • Knights of Honor
  • Steel Division: Normandy 44 Deluxe Edition
  • Steel Division: Normandy 44
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • East India Company Collection
  • Deus Vult
  • Darkest Hour
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Hearts of Iron II: Armageddon
  • Arsenal of Democracy
  • Hearts of Iron Anthology
  • Magicka
  • Teleglitch: Die More Edition
  • Sword of the Stars
When the "culture" part of a province in the savegame only defines it´s city culture, e.g. here "iberian" then what would I need to change to change the provinceculture?

Code:
city = {
		name = "Awdaghost"
		culture = "iberian"
		population = 7511.230
		location = 1487
		bailiff = yes
		fortress = { level = 1.000 }
	}
 
In the province entry, though not all provinces have a specified culture tjere so I am guessing the game still uses information from provinces.txt unless it has been changed by event, in which case it recorded in the save.
Code:
province = {
    id = 1212
    control = { day = 1 month = march year = 908 }
    ownerchange = { day = 1 month = march year = 908 }
    winter = yes
    whiteman = yes
    maxnatives = 20
    wilderness = 0
    ferocity = 7
    efficiency = 7
    negotiation = 0
    tolerance = 0
    culture = "westslavic"
    religion = "christian"
}
 
In the province entry, though not all provinces have a specified culture tjere so I am guessing the game still uses information from provinces.txt unless it has been changed by event, in which case it recorded in the save.
...

You´re right that works. I only looked at the "city" entry below the state tag in the savegame and forgot that there is a seperate "province" entry in the savegame. Adding culture = iberian to that changed the provinceculture. Thankyou.