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

Gratianus

Omnes Omnibus
21 Badges
May 5, 2004
860
1
  • Crusader Kings II: Horse Lords
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Imperator: Rome Sign Up
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Monks and Mystics
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Conclave
  • Crusader Kings II
  • Crusader Kings II: Way of Life
  • 500k Club
  • Crusader Kings II: Sword of Islam
  • 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
I found unused bmp's are included in gfx\interface.
For example, bdg_graveyard.bmp, BDG_UC.bmp, and bdg_wall.bmp.

Using these files (or new pictures), is it possible to create new province improvements?
And if possible, what kind of ideas for new improvements do you have? :rolleyes:

My ideas: Grand Market Place(Market Town), Hospital, Bank, Mosque(Muslim only), Shrine(Pagan only), Guild House.
 
Hmmm, I tried to add Graveyard, but it resulted in failure. :(

The ways I have attempted are ...

1) to provinceimprovements.txt
Code:
school =
{
    x_offset =0172
    y_offset =0128
    completed_bitmap ="gfx\\interface\\bdg_graveyard.bmp"
    possible_bitmap ="gfx\\interface\\bdg_graveyard_icon.bmp"
}

2) to provinceimprovement_names.csv
Code:
PI_GRAVEYARD;Graveyard;;;;;;;;;;X
PI_GRAVEYARD_DESC;You are gripped by fear.;;;;;;;;;;X

3) to provinceimprovements.txt
Code:
graveyard =
{
	cost = { gold = 100 prestige = 0 piety = 0 }
	construction_time = 12

	lasting_effects =
	{
		periodic_score = { piety = 1 }
	}
}

Does anyone know where did I go wrong? :eek:
 
Last edited:
A shame...I guess that'll have to wait until CK2. :)