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

Insignificant

Captain
15 Badges
Jun 3, 2009
343
1
  • Crusader Kings II
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Hearts of Iron III Collection
  • Majesty 2 Collection
  • Victoria: Revolutions
  • 500k Club
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 200k Club
  • Europa Universalis III: Collection
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
To get rid of the annoying icon left on the Czech border of forts in a province with none in Doomsday. I changed two things the 5's to 4's so that it would leave one fort level in Usti and Strakonwice.

Code:
		command = { type = leave_alliance }
 		command = { type = construct which = land_fort where = 466 value = -4 } #Strakonice
		command = { type = construct which = land_fort where = 467 value = -5 } #Tabor
		command = { type = construct which = land_fort where = 471 value = -4 } #Usti
		command = { type = construct which = land_fort where = 472 value = -5 } #Liberec

Does that do anything besides leave one fort level?
 

Insignificant

Captain
15 Badges
Jun 3, 2009
343
1
  • Crusader Kings II
  • Darkest Hour
  • Deus Vult
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Hearts of Iron III Collection
  • Majesty 2 Collection
  • Victoria: Revolutions
  • 500k Club
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 200k Club
  • Europa Universalis III: Collection
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
It works just fine. I was wondering if there might be any hidden consequences but again I don't notice any.