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

postm00v

Colonel
100 Badges
Apr 14, 2009
1.107
180
  • Rome: Vae Victis
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Sengoku
  • Rome Gold
  • Victoria: Revolutions
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Crusader Kings Complete
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Cities: Skylines - Green Cities
  • Hearts of Iron IV: Together for Victory
  • Cities: Skylines - Natural Disasters
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Stellaris Sign-up
  • Europa Universalis IV: Mare Nostrum
  • Cities: Skylines - Snowfall
  • Stellaris: Megacorp
  • Hearts of Iron IV: No Step Back
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Cities: Skylines - Campus
  • Prison Architect
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Horse Lords
  • Cities: Skylines Industries
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Cradle of Civilization
I wanted to add the Empire of Scandanavia to the game, so I downloaded the 'More Empires' mod to see how he did it, and tried it myself.

I have changed the landed_titles.txt and added a flag, but I think the localisation file is messing up my little mod !
I have added two lines for scandanavia, just like the maker of More Empires, only changed it so it doesn't say Nordic Empire, but Scandanavian Empire. Saved and exited, started up the game, only to see that all menu buttons have weird names like BUTTON_SINGLE_PLAYER and the HRE has E_HRE as title.

My guess is that I used the wrong program for the excel sheet that the localisation file is in (I'm using OpenOffice). Even though the extention of the file is still .csv.
Is it indeed Openoffice that is screwing me over, or am I missing something ?

I should also mention that this is my very FIRST attempt at modding, so it could also be a common newbie mistake.
 
When I opened up the localization file in open office it added quotation marks to every value, when the real file shouldn't have it. You can try removing all quotation marks and see if that fixes it, otherwise you'll have to uninstall and reinstall the game.


Use notepad to edit the localization files, just remove word wrapping so you can actually see what you're doing.
 
Uninstalling the game ? Why would I want to do that ? I put all files neatly into a mod folder, so I could mess around with them without the risk of screwing the game up.
If I select the other mod which I have installed, everything works fine. It's just my attempt at modding that doesn't work.
 
As praguepride has said, most spreadsheet programs automatically add quotation marks to comma seperated value-lists (ie. .csv files), even though that's not necessary or usually even wanted. OpenOffice should have an option somewhere to stop it from doing that, but I've no idea where.
Better use a good word processor like notepad++ to edit those files.
 
Okay, titles are fixed now.

Now the shields are messed up. the HRE is showing the shield of Bavaria. Also, the de Jure empire of Scandinavia doesn't show up when I click on the de jure empire map mode.
 
One thing to try is delete the gfx cache in My Documents. In My Documents/Paradox/Crusader Kings II delete the gfx folder.

As for the de jure thing have you put the relevent Kingdoms inside your new Empire in landed_titles.txt?
 
Code:
e_scandinavia = {
	color={ 62 122 189 }
	color2={ 255 255 20 }
	
	capital = 290 # Uppland
	
	#religion=catholic
	culture = swedish

        short_name = yes
k_finland = {
  color={ 140 65 65 }
  color2={ 255 255 255 }

  capital = 381 # Uusimaa

  culture = finnish

  # Creation/usurpation trigger
  allow = {
    OR = {
      culture_group = north_germanic
      culture_group = finno_ugric
    }
  }

  d_esthonia = {
    color={ 150 75 75 }
    color2={ 255 255 255 }

    capital = 378 # Kalevan

    culture = ugricbaltic

    c_reval = {
      color={ 160 85 85 }
      color2={ 255 255 255 }

      b_reval = {
      }
      b_hapsal = {
      }
      b_toompea = {
      }
      b_leal = {
      }
      b_borpeal = {
      }
      b_laane = {
      }
      b_pades = {
      }
      b_parnaw = {
      }
    }
    c_narva = {
      color={ 175 55 55 }
      color2={ 255 255 255 }

      b_narva = {
      }
      b_agelinde = {
      }
      b_wesenberg = {
      }
      b_telsborg = {
      }
      b_pudiviru = {
      }
      b_askala = {
      }
      b_repel = {
      }
      b_alentagh = {
      }
    }
    c_vodi = {
      color={ 113 0 0 }
      color2={ 255 255 255 }

      b_nyen = {
      }
      b_noteborg = {
      }
      b_valaam = {
      }
      b_jogopera = {
      }
      b_ivanovskaya = {
      }
      b_nosok = {
      }
      b_liivtsula = {
      }
      b_khotchino = {
      }
    }
  }
  d_karelia = {
    color={ 155 135 45 }
    color2={ 255 255 255 }

    capital = 388 # Karjala

    c_onega = {
      color={ 165 45 45 }
      color2={ 255 255 255 }

      b_ust-onega = {
      }
      b_aunus = {
      }
      b_kondopoga = {
      }
      b_pudoga = {
      }
      b_petrozavodsk = {
      }
      b_segezha = {
      }
      b_medvezhyegorsk = {
      }
      b_pryazha = {
      }
    }
    c_karelen = {
      color={ 135 25 25 }
      color2={ 255 255 255 }

      b_kem = {
      }
      b_sordavala = {
      }
      b_kalevala = {
      }
      b_soroka = {
      }
      b_loukhi = {
      }
      b_kostomuksha = {
      }
      b_muezersky = {
      }
      b_pitkyaranta = {
      }
    }
    c_kexholm = {
      color={ 185 70 70 }
      color2={ 255 255 255 }

      b_antrea = {
      }
      b_raivola = {
      }
      b_kakisalmi = {
      }
      b_jekaborg = {
      }
      b_koivisto={
      }
      b_toksovo = {
      }
      b_terijoki = {
      }
      b_taipale = {
      }
    }

    c_kola = {
      color={ 145 35 35 }
      color2={ 255 255 255 }

      b_kola = {
      }
      b_mafelskoi = {
      }
      b_pechenga = {
      }
      b_waranger = {
      }
      b_tre = {
      }
      b_lovozero = {
      }
      b_molovskoi = {
      }
      b_jekanskoi = {
      }
    }
    c_kandalax = {
      color={ 135 60 60 }
      color2={ 255 255 255 }

      b_kantalahti = {
      }
      b_umba = {
      }
      b_varzuga = {
      }
      b_lekastrom = {
      }
      b_sarapo = {
      }
      b_kolsky = {
      }
      b_ponoy = {
      }
      b_pyaozero = {
      }
    }
  }
  d_finland = {
    color={ 131 108 26 }
    color2={ 255 255 255 }

    capital = 382 # Suomi

    c_savolaks = {
      color={ 120 10 10 }
      color2={ 255 255 255 }

      b_olavinlinna = {
      }
      b_mikkeli = {
      }
      b_savitaipale = {
      }
      b_sotkamo = {
      }
      b_brahelinna = {
      }
      b_iisalmi = {
      }
      b_kuopio = {
      }
      b_sysma = {
      }
    }
    c_nyland = {
      color={ 185 65 65 }
      color2={ 255 255 255 }

      b_porvoo = {
      }
      b_raseborg = {
      }
      b_espoo = {
      }
      b_siuntio = {
      }
      b_svartholm = {
      }
      b_hanko = {
      }
      b_lohja = {
      }
      b_helsinge = {
      }
    }
    c_finland = {
      color={ 125 15 15 }
      color2={ 255 255 255 }

      b_kuusisto  = {
      }
      b_turku  = {
      }
      b_naantali  = {
      }
      b_rikala  = {
      }
      b_rauma  = {
      }
      b_jukarsborg  = {
      }
      b_lieto  = {
      }
      b_stenberga  = {
      }
    }
    c_tavasts = {
      color={ 130 20 20 }
      color2={ 255 255 255 }

      b_hameenlinna = {
      }
      b_lahti = {
      }
      b_vanaja = {
      }
      b_mattila = {
      }
      b_harviala = {
      }
      b_vesilahti = {
      }
      b_hattula = {
      }
      b_haikonen = {
      }
    }
    c_satakunta = {
      color={ 116 46 46 }
      color2={ 255 255 255 }

      b_ulvila = {
      }
      b_liinmaa = {
      }
      b_kiukainen = {
      }
      b_pori = {
      }
      b_telja = {
      }
      b_hahlo = {
      }
      b_kankaanpaa = {
      }
      b_hiittenharju = {
      }
    }
    c_osterbotten = {
      color={ 152 66 66 }
      color2={ 255 255 255 }

      b_oulu = {
      }
      b_nykarleby = {
      }
      b_kristinestad = {
      }
      b_korsholm = {
      }
      b_liminka = {
      }
      b_kalajoki = {
      }
      b_jakobstad = {
      }
      b_veteli = {
      }
    }
    c_kemi = {
      color={ 130 65 55 }
      color2={ 255 255 255 }

      b_kemi = {
      }
      b_neiden = {
      }
      b_rovaniemi = {
      }
      b_inari = {
      }
      b_tornio = {
      }
      b_kemijarvi = {
      }
      b_utsjoki = {
      }
      b_savukoski = {
      }
    }
  }
}
k_norway = {
  color={ 170 170 210 }
  color2={ 220 220 220 }

  culture = norwegian

  capital = 274 # Bergenshus

  d_iceland = {
    color={ 195 190 255 }
    color2={ 220 220 220 }

    c_vestisland = {
      color={ 235 230 250 }
      color2={ 220 220 220 }

      b_reykjavik = {
      }
      b_alftanes = {
      }
      b_skalholt = {
      }
      b_pingvellir = {
      }
      b_kjalarnes = {
      }
      b_hlidarendi = {
      }
      b_hvamm = {
      }
      b_borg = {
      }
    }
    c_austisland = {
      color={ 225 235 245 }
      color2={ 220 220 220 }

      b_husavik = {
      }
      b_hrisey = {
      }
      b_holar = {
      }
      b_glaumbaer = {
      }
      b_valpjotstadur = {
      }
      b_akureyri = {
      }
      b_kirkjubaer = {
      }
      b_goddalir = {
      }
    }
  }
  d_orkney = {
    color={ 0 18 255 }
    color2={ 255 255 255 }

    c_faereyar = {
      color={ 5 20 255 }
      color2={ 255 255 255 }

      b_skansin = {
      }
      b_torshavn = {
      }
      b_kirkjubour = {
      }
      b_funningur = {
      }
      b_kvivik = {
      }
      b_sandur = {
      }
      b_klaksvik = {
      }
      b_hov = {
      }
    }
    c_shetland = {
      color={ 15 25 255 }
      color2={ 255 255 255 }

      b_scalloway = {
      }
      b_muness = {
      }
      b_tingwall = {
      }
      b_cunningsburgh = {
      }
      b_sumburgh = {
      }
      b_northmavine = {
      }
      b_sound = {
      }
      b_yell = {
      }
    }
    c_orkney = {
      color={ 30 25 255 }
      color2={ 255 255 255 }

      b_kirkwall = {
      }
      b_birsay = {
      }
      b_orphir = {
      }
      b_westray = {
      }
      b_wyre = {
      }
      b_egilsay = {
      }
      b_sanday = {
      }
      b_ronaldsay = {
      }
    }
  }
  d_vestlandet = {
    color={ 24 0 255 }
    color2={ 255 255 255 }

    c_agder = {
      color={ 25 5 255 }
      color2={ 255 255 255 }

      b_iveland = {
      }
      b_flekkefjord = {
      }
      b_hylestad = {
      }
      b_grimstad = {
      }
      b_visedal = {
      }
      b_horga = {
      }
      b_holt = {
      }
      b_sirdal = {
      }
    }
    c_rogaland = {
      color={ 35 15 255 }
      color2={ 255 255 255 }

      b_eikundarsund = {
      }
      b_stavanger = {
      }
      b_roldal = {
      }
      b_naerbo = {
      }
      b_klepp = {
      }
      b_bygdeborg = {
      }
      b_hesby  = {
      }
      b_jonegarden = {
      }
    }
    c_telemark = {
      color={ 40 20 255 }
      color2={ 255 255 255 }

      b_skien = {
      }
      b_eidsborg = {
      }
      b_fredriksten = {
      }
      b_hitterdals = {
      }
      b_seljord = {
      }
      b_fyresdal = {
      }
      b_grenland = {
      }
      b_gimsoy = {
      }
    }
    c_bergenshus = {
      color={ 45 25 255 }
      color2={ 255 255 255 }

      b_bergenhus = {
      }
      b_kinsarvik = {
      }
      b_bergen = {
      }
      b_vik = {
      }
      b_hove = {
      }
      b_aurland = {
      }
      b_ask = {
      }
      b_fedje = {
      }
    }
  }
  d_ostlandet = {
    color={ 60 0 255 }
    color2={ 255 255 255 }

    c_vestfold = {
      color={ 65 5 255 }
      color2={ 255 255 255 }

      b_kaupang = {
      }
      b_skiringssal = {
      }
      b_uvdal = {
      }
      b_nore = {
      }
      b_tonsberg = {
      }
      b_arendall = {
      }
      b_re = {
      }
      b_horten = {
      }
    }
    c_akershus = {
      color={ 65 15 255 }
      color2={ 255 255 255 }

      b_akershus = {
      }
      b_oslo = {
      }
      b_bergheim = {
      }
      b_eidsvoll = {
      }
      b_nes = {
      }
      b_isegran = {
      }
      b_jessheim = {
      }
      b_baerum = {
      }
    }
    c_oppland = {
      color={ 75 25 255 }
      color2={ 255 255 255 }

      b_lillehammer = {
      }
      b_dovre = {
      }
      b_favang = {
      }
      b_lom = {
      }
      b_oyer = {
      }
      b_slidre = {
      }
      b_flesberg = {
      }
      b_garmo = {
      }
    }
  }
  d_trondelag = {
    color={ 144 90 205 }
    color2={ 255 255 255 }

    c_hedmark = {
      color={ 85 10 255 }
      color2={ 255 255 255 }

      b_hamarhus = {
      }
      b_elverum = {
      }
      b_hamar = {
      }
      b_kongsvinger = {
      }
      b_vang = {
      }
      b_loten = {
      }
      b_stange = {
      }
      b_eidskog = {
      }
    }
    c_trondelag = {
      color={ 90 20 255 }
      color2={ 255 255 255 }

      b_nidaros = {
      }
      b_trondheim = {
      }
      b_audunborg = {
      }
      b_steinvikholm = {
      }
      b_sverresborg = {
      }
      b_borgund = {
      }
      b_austratt = {
      }
      b_haltalen = {
      }
    }
    c_naumadal = {
      color={ 95 30 255 }
      color2={ 255 255 255 }

      b_tinghaugen = {
      }
      b_lade = {
      }
      b_logtun = {
      }
      b_levanger = {
      }
      b_hegra = {
      }
      b_maere = {
      }
      b_leksvik = {
      }
      b_halsstein = {
      }
    }
    c_halogaland = {
      color={ 98 38 255 }
      color2={ 255 255 255 }

      b_somna = {
      }
      b_bindal = {
      }
      b_veiga = {
      }
      b_brunnoy = {
      }
      b_hattfjelldalen = {
      }
      b_lein = {
      }
      b_mosjoen = {
      }
      b_alstahaug = {
      }
    }
    c_finnmark = {
      color={ 105 45 255 }
      color2={ 255 255 255 }

      b_varghoeya = {
      }
      b_vardohus = {
      }
      b_ostervagen = {
      }
      b_malangen = {
      }
      b_hammerfest = {
      }
      b_karsloy = {
      }
      b_piselvnes = {
      }
      b_tromso = {
      }
    }
    c_nordland = {
      color={ 115 55 255 }
      color2={ 255 255 255 }

      b_rost = {
      }
      b_kabelvag = {
      }
      b_bodo = {
      }
      b_narvik = {
      }
      b_rodoy = {
      }
      b_andenes = {
      }
      b_beiarn = {
      }
      b_harstad = {
      }
    }
  }
  d_jamtland = {
    color={ 15 199 239 }
    color2={ 255 255 255 }

    c_jamtland = {
      color={ 30 150 189 }
      color2={ 255 255 255 }

      b_mjalleborgen = {
      }
      b_husan = {
      }
      b_vasterhus = {
      }
    }
    c_herjedalen = {
      color={ 25 205 240 }
      color2={ 255 255 255 }

      b_sveg = {
      }
      b_hogvalen = {
      }
      b_tannas = {
      }
    }
  }
}
k_sweden = {
  color={ 62 122 189 }
  color2={ 255 255 0 }
  capital = 290 # Uppland

  culture = swedish

  d_uppland = {
    color={ 10 10 110 }
    color2={ 255 255 255 }

    capital = 290 # Uppland

    c_uppland = {
      color={ 5 215 255 }
      color2={ 255 255 255 }

         b_sigtuna = {
      }
         b_uppsala = {
      }
      b_osteras = {
      }
      b_hatuna = {
      }
      b_stockholm = {
      }
      b_enkoping = {
      }
      b_alsno = {
      }
      b_vaksala = {
      }
    }
    c_gastrikland = {
      color={ 15 220 255 }
      color2={ 255 255 255 }

      b_valbo = {
      }
      b_hille = {
      }
      b_farnebo = {
      }
      b_hedesunda = {
      }
      b_ockelbo = {
      }
      b_torsaker = {
      }
      b_hamrange = {
      }
      b_arsunda = {
      }
    }
    c_aland = {
      color={ 20 225 255 }
      color2={ 255 255 255 }

      b_kastelholm = {
      }
      b_sund = {
      }
      b_geta = {
      }
      b_saltvik = {
      }
      b_godby = {
      }
      b_finstrom = {
      }
      b_eckero = {
      }
      b_kumlinge = {
      }
    }
  }
  d_ostergotland = {
    color={ 0 186 255 }
    color2={ 255 255 255 }

    capital = 293 # Östergötland

    c_ostergotland = {
      color={ 50 170 215 }
      color2={ 255 255 255 }

      b_stegeborg = {
      }
      b_skanninge = {
      }
      b_vadstena = {
      }
      b_linkoping = {
      }
      b_norrkoping = {
      }
      b_soderkoping = {
      }
      b_alvastra = {
      }
      b_vreta = {
      }
    }
    c_narke = {
      color={ 10 195 255 }
      color2={ 255 255 255 }

      b_goksholm = {
      }
      b_orebro = {
      }
      b_mosas = {
      }
      b_kumla = {
      }
      b_riseberga = {
      }
      b_nora = {
      }
      b_askersund = {
      }
      b_hallsberg = {
      }
    }
    c_sodermanland = {
      color={ 15 200 255 }
      color2={ 255 255 255 }

      b_nykoping = {
      }
      b_telge = {
      }
      b_gripsholm = {
      }
      b_strangnas = {
      }
      b_torshalla = {
      }
      b_eskilstuna = {
      }
      b_vaderbrunn = {
      }
      b_hundhamra = {
      }
    }
  }
  d_vastergotland = {
    color={ 0 150 255 }
    color2={ 255 255 255 }
    capital = 297 # Västergötland

    c_vastergotland = {
      color={ 5 155 255 }
      color2={ 255 255 255 }

      b_galakvist = {
      }
      b_lodose = {
      }
      b_skara = {
      }
      b_falkoping = {
      }
      b_ymseborg = {
      }
      b_husaby = {
      }
      b_varnhem = {
      }
      b_lacko = {
      }
      # b_lena
      # b_skalunda
      # b_lindholmen
      # b_alvsborg
    }
    c_dal = {
      color={ 10 160 255 }
      color2={ 255 255 255 }

      b_dalaborg = {
      }
      b_bolstad = {
      }
      b_sundal = {
      }
      b_nordal = {
      }
      b_vedbo = {
      }
      b_tossbo = {
      }
      b_amordh = {
      }
      b_mellerud = {
      }
    }
    c_viken = {
      color={ 15 165 255 }
      color2={ 255 255 255 }

      b_bagahus = {
      }
      b_kungahalla = {
      }
      b_svarteborg = {
      }
      b_svenneby = {
      }
      b_ockero = {
      }
      b_hede = {
      }
      b_marstrand = {
      }
      b_kungsviken = {
      }
    }
  }
  d_norrland = {
    color={ 0 50 155 }
    color2={ 255 255 255 }
    capital = 285 # Hälsingland

    c_lappland = {
      color={ 91 120 25 }
      color2={ 255 255 255 }

      b_lycksele = {
      }
      b_asele = {
      }
      b_sorsele = {
      }
      b_arvidsjaur = {
      }
      b_bergvattnet = {
      }
      b_arjeplog = {
      }
      b_gallivare = {
      }
      b_kiruna = {
      }
    }
    c_vasterbotten = {
      color={ 15 105 205 }
      color2={ 255 255 255 }

      b_umea = {
      }
      b_bygdea = {
      }
      b_skelleftea = {
      }
      b_lovanger = {
      }
      b_pitea = {
      }
      b_lulea = {
      }
      b_kalix = {
      }
      b_tornea = {
      }
    }
    c_angermanland = {
      color={ 20 155 255 }
      color2={ 255 255 255 }

      b_bjartra = {
      }
      b_ulvo = {
      }
      b_natra = {
      }
      b_skulnas = {
      }
      b_solleftea = {
      }
      b_harnosand = {
      }
      b_ornskoldsvik = {
      }
      b_biedsta = {
      }
    }
    c_medelpad = {
      color={ 25 160 255 }
      color2={ 255 255 255 }

      b_selanger = {
      }
      b_alno = {
      }
      b_njurunda = {
      }
      b_skon = {
      }
      b_liden = {
      }
      b_otman = {
      }
      b_torp = {
      }
      b_sundsvall = {
      }
    }
    c_halsingland = {
      color={ 45 160 255 }
      color2={ 255 255 255 }

      b_norrala = {
      }
      b_hog = {
      }
      b_jattendal = {
      }
      b_forsa = {
      }
      b_tasta = {
      }
      b_nordanstig = {
      }
      b_alir = {
      }
      b_sundhed = {
      }
    }
  }
  d_bergslagen = {
    color={ 0 96 255 }
    color2={ 255 255 255 }
    capital = 288 # Värmland

    c_dalarna = {
      color={ 5 100 255 }
      color2={ 255 255 255 }

      b_borganas = {
      }
      b_kopparberg = {
      }
      b_hedemora = {
      }
      b_husby = {
      }
      b_sater = {
      }
      b_mora = {
      }
      b_tuna = {
      }
      b_idre = {
      }
    }
    c_varmland = {
      color={ 10 110 255 }
      color2={ 255 255 255 }

      b_saxholm = {
      }
      b_arvika = {
      }
      b_josse = {
      }
      b_nordmark = {
      }
      b_fryksdal = {
      }
      b_kil = {
      }
      b_vase = {
      }
      b_gillberg = {
      }
    }
    c_vastmanland = {
      color={ 15 115 255 }
      color2={ 255 255 255 }

      b_vasteras = {
      }
      b_arboga = {
      }
      b_kopingshus = {
      }
      b_koping = {
      }
      b_norberg = {
      }
      b_skinnskatteberg = {
      }
      b_badelunda = {
      }
      b_munktorp = {
      }
    }
  }
  d_smaland = {
    color={ 0 60 255 }
    color2={ 255 255 255 }
    capital = 298 # Småland

    c_smaland = {
      color={ 50 65 255 }
      color2={ 255 255 255 }

      b_aringsas = {
      }
      b_nasborg = {
      }
      b_kronoberg = {
      }
      b_jonkoping = {
      }
      b_alvesta = {
      }
      b_kalmar = {
      }
      b_vastervik = {
      }
      b_piksborg = {
      }
    }
    c_oland = {
      color={ 60 75 255 }
      color2={ 255 255 255 }

      b_borgholm = {
      }
      b_ottenby = {
      }
      b_mykleby = {
      }
      b_algutsrum = {
      }
      b_glomminge = {
      }
      b_hulterstad = {
      }
      b_gardby = {
      }
      b_gronhogen = {
      }
    }
    c_gotland = {
      color={ 65 80 255 }
      color2={ 255 255 255 }

      b_visby = {
      }
      b_visborg = {
      }
      b_slite = {
      }
      b_geatish_roma = {
      }
      b_hejde = {
      }
      b_othem = {
      }
      b_alva = {
      }
      b_hemse = {
      }
    }
  }
}

k_denmark = {
  color={ 247 77 54 }
  color2={ 136 157 23 }

  culture = danish

  capital = 266 # Sjaelland

  d_skane = {
    color={ 210 2 2 }
    color2={ 255 255 255 }

    capital = 303 # Skåne

    c_skane = {
      color={ 215 5 5 }
      color2={ 255 255 255 }

      b_lund = {
      }
      b_dalby = {
      }
      b_uppakra = {
      }
      b_herrevad = {
      }
      b_lillohus = {
      }
      b_helsingborg = {
      }
      b_malmo = {
      }
      b_ystad = {
      }
      b_trelleborg = {
      }
    }
    c_halland = {
      color={ 220 10 15 }
      color2={ 255 255 255 }

      b_varberg = {
      }
      b_falkenberg = {
      }
      b_halmstad = {
      }
      b_laholm = {
      }
      b_kungsbacka = {
      }
      b_aranaes = {
      }
      b_baastad = {
      }
      b_getinge = {
      }
    }
    c_bornholm = {
      color={ 220 15 20 }
      color2={ 255 255 255 }

      b_ronne = {
      }
      b_knudsker = {
      }
      b_hammershus = {
      }
      b_nexo = {
      }
      b_aakirkeby = {
      }
      b_hasle = {
      }
      b_svaneke = {
      }
      b_gudhjem = {
      }
    }
    c_blekinge = {
      color={ 220 30 20 }
      color2={ 255 255 255 }

      b_solvesborg_slott = {
      }
      b_solvesborg = {
      }
      b_avaskar = {
      }
      b_elleholm = {
      }
      b_lycka = {
      }
      b_ronneby = {
      }
      b_lyckeby = {
      }
      b_lister = {
      }
    }
  }
  d_sjaelland = {
    color={ 206 57 57 }
    color2={ 255 255 255 }
    capital = 266 # Sjaelland

    c_sjaelland = {
      color={ 216 50 50 }
      color2={ 255 255 255 }

      b_kobenhavn = {
      }
      b_roskilde = {
      }
      b_helsingor = {
      }
      b_kalundborg = {
      }
      b_naestved = {
      }
      b_slagelse = {
      }
      b_vordingborg = {
      }
      b_ringsted = {
      }
    }
    c_fyn = {
      color={ 216 55 55 }
      color2={ 255 255 255 }

      b_svendborg = {
      }
      b_odense = {
      }
      b_faaborg = {
      }
      b_assens = {
      }
      b_middelfart = {
      }
      b_nyborg = {
      }
      b_kerteminde = {
      }
      b_bogense = {
      }
    }
  }
  d_slesvig = {
    color={ 224 74 74 }
    color2={ 255 255 255 }

    c_slesvig = {
      color={ 225 78 78 }
      color2={ 255 255 255 }

      b_flensborg = {
      }
      b_ribe = {
      }
      b_slesvig = {
      }
      b_sonderborg = {
      }
      b_tonder = {
      }
      b_aabenraa = {
      }
      b_haderslev = {
      }
      b_kolding = {
      }
    }
    c_jylland = {
      color={ 225 84 84 }
      color2={ 255 255 255 }

      b_aarhus = {
      }
      b_viborg = {
      }
      b_aalborg = {
      }
      b_ringkobing = {
      }
      b_randers = {
      }
      b_horsens = {
      }
      b_skive = {
      }
      b_skagen = {
      }
    }
  }
}
	allow = {
		AND = {
			has_landed_title = k_denmark
			has_landed_title = k_sweden
			has_landed_title = k_norway
		}
	}
}

This is what I've got. the has_landed_title is from another mod which I used to understand how to mod this file. Not sure what is does though.

Also, the shields still mixed up after deleting the gfx folder.
 
Last edited: