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

nocthesis

Corporal
76 Badges
Oct 8, 2018
32
197
  • Hearts of Iron III Collection
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: El Dorado
  • Stellaris - Path to Destruction bundle
  • Semper Fi
  • Hearts of Iron IV: No Step Back
  • Imperator: Rome Deluxe Edition
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • For The Glory
  • Stellaris: Synthetic Dawn
  • Stellaris: Megacorp
  • Hearts of Iron IV: La Resistance
  • Europa Universalis IV
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Ancient Relics
  • Stellaris: Nemesis
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Apocalypse
  • Stellaris: Federations
  • Rome: Vae Victis
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Crusader Kings III Referal
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Dharma
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Golden Century
  • Imperator: Rome
  • Victoria 2
  • Europa Universalis III: Collection
  • Victoria 2: A House Divided
Pretty basic question here, but how would I go about renaming a religion? ie: Germanic > 'Forn Sidr' etc. I've tried simply changing the localisation file, zipping it and creating a custom .mod file, but it doesn't seem to work. Any help would be very much appreciated! :)
 
Strange it doesn't work... Can you send what you did?
Sure! Here were the files where I tried to rename 'Germanic' to 'Asatru'.

My .mod file is:
name="Ásatrú"
archive="mod/asatru.zip"
 

Attachments

  • asatru.zip
    186,1 KB · Views: 0
Your zip has a folder called asatru nested inside it, so the folder structure doesn't match the game's. localisation and descriptor.mod have to be at the top level.

You have this:

Code:
Asatru.zip
 └ Asatru
  └ Localisation

You need this:

Code:
Asatru.zip
  └ Localisation
 
Last edited:
  • 1
Reactions:
Your zip has a folder called asatru nested inside it, so the folder structure doesn't match the game's. localisation and descriptor.mod have to be at the top level.

You have this:

Code:
Asatru.zip
└ Asatru
  └ Localisation

You need this:

Code:
Asatru.zip
  └ Localisation
Thank you! it's working now :)
 
Your zip has a folder called asatru nested inside it, so the folder structure doesn't match the game's. localisation and descriptor.mod have to be at the top level.

You have this:

Code:
Asatru.zip
└ Asatru
  └ Localisation

You need this:

Code:
Asatru.zip
  └ Localisation
Great someone dealt with it :) I unfortunately couldn't help, because I didn't have time