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

Fawr

Field Marshal
80 Badges
Jan 22, 2003
3.788
3.941
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Cadet
  • Stellaris Sign-up
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Prison Architect
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Stellaris: Ancient Relics
  • Imperator: Rome Sign Up
  • Knights of Pen and Paper 2
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Stellaris: Megacorp
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Europa Universalis III Complete
  • Heir to the Throne
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
You have probibily been found that despite what the tooltips say you don't get any piety or prestige for building any of the buildings. However I have found a simple DIY fix.

In the file <CK FOLDER>\db\provinceimprovements.txt there are details about the various buildings. You will see descriptions like this:

school =
{
cost = { gold = 100 prestige = 0 piety = 0 }
construction_time = 12
required_advances = { monastic_schools = yes }

onetime_bonus = { prestige = 25 }

lasting_effects =
{
percentage_score = { gold = 0.95 }
}
}
But if you change to cost line to:
cost = { gold = 100 prestige = -25 piety = 0 }
Then building this building will give you 25 prestige. You will still want to leave in the onetime_bonus line (where the 25 came from), because the tooltips don't display prestige/piety costs. There are two issues with this:
1) You get the prestige/piety when you start building
2) If you cancel the building you will pay part of the costs, but will also gain part of the pretige/piety. This is an exploit, so don't do it.

I modified the entire provinceimprovements.txt file in about 5 minutes (moving the onetime_bonus lines into the cost lines). I don't know much about posting the final file anywhere, but I thought I would share the results so that you can play a proper Orthodox game (without the game ending because of a spree of usury).
 
Thanks Fawr, nice to have a way to fix this for now.

Myros
 
That simple? Then I guess even I can do it...it'll be my second mod ever. :) Anyway, thanks for the information.
 
Fawr said:
You have probibily been found that despite what the tooltips say you don't get any piety or prestige for building any of the buildings. However I have found a simple DIY fix.

In the file <CK FOLDER>\db\provinceimprovements.txt there are details about the various buildings. You will see descriptions like this:


But if you change to cost line to:

Then building this building will give you 25 prestige. You will still want to leave in the onetime_bonus line (where the 25 came from), because the tooltips don't display prestige/piety costs. There are two issues with this:
1) You get the prestige/piety when you start building
2) If you cancel the building you will pay part of the costs, but will also gain part of the pretige/piety. This is an exploit, so don't do it.

I modified the entire provinceimprovements.txt file in about 5 minutes (moving the onetime_bonus lines into the cost lines). I don't know much about posting the final file anywhere, but I thought I would share the results so that you can play a proper Orthodox game (without the game ending because of a spree of usury).

you write -piety but say that it will give you +prestige. Is this correct?
 
Sikker said:
you write -piety but say that it will give you +prestige. Is this correct?

Are you refering to the line where I say

cost = { gold = 100 prestige = -25 piety = 0 }

this should be read as a

cost =
{gold = 100
prestige = -25
piety = 25}

So the -25 here refers to prestige not piety. The number is -ve because it is a "cost" of constructing the building, so you pay -25 prestige = gain 25 prestige.
 
Yes I am referring to that line (cost = { gold = 100 prestige = -25 piety = 0 } )

and below you say:
Then building this building will give you 25 prestige.

Wouldn't that give 25 piety?
 
Soarom said:
does it work?
it doesnt seem to work for me.
changed the line to:

cost = { gold = 100 prestige = -25 piety = 0 }

and yet no effect on prestige when i start building my school. :confused:
It should have an effect if the school is completed not when start building it(this is how i think it should work)!
 
It should have an effect if the school is completed not when start building it

The way prestige/piety for buildings should work is that you get them when the building is finished. However unfortunatly my work-around gives you the piety/prestige when you start, which isn't perfict, but is better than no piety/prestige.

it doesnt seem to work for me.
changed the line to:
cost = { gold = 100 prestige = -25 piety = 0 }
and yet no effect on prestige when i start building my school.

Are you sure? Try cancelling the school and see if you get your presige taken away again. The peity/prestige costs definatly work, because there is a confirmed BUG in the bug forum about them. Could you try again, and check that you modified the cost of the school? Has anyone else got this working?
 
Fawr said:
The way prestige/piety for buildings should work is that you get them when the building is finished. However unfortunatly my work-around gives you the piety/prestige when you start, which isn't perfict, but is better than no piety/prestige.

Agreed, it's far better. It can be abused, but then so can the numerous cheat codes that are in the game. As long as you "play by the rules" the only problem is that the prestige/piety arrives a bit early, which is hardly a major problem.