Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Before Dharma came out, the old Government system had it where when you created a custom nation, and picked Daimyo as your Government type, once the game started up, it automatically made you a vassal of the Shogun upon startup and the only way to change from the Daimyo government was stuff that happened in game(becoming Shogun, Losing the war for the Shogun and becoming Independant Daimyo, winning the war for the Shogun but not completely annexing the Shogun making HIM a new independant Daimyo etc) but now with the new reform system, you can change reforms within the same tier as many times as you want at a huge penalty cost so to prevent that, PDX had to add a new line to the Daimyo government reform:
potential = {
NOT = { has_country_flag = formed_japan_flag }
overlord = { has_reform = shogunate }
}
As you can see there, you have to be a vassal of the Shogun in order to have that reform, but when using a custom nation, you start off as an independant force and even tho pre_dharma, the game would make you a vassal IF you had the government Daimyo upon start up., it seems now cuz of that line, as soon as you load up your new custom nation in Japan, since you are independant when the game loads up, that line automatically blocks that reform from being used, stripping you of it the instant the game loads up.
So to fix it, you have to either delete the line
overlord = { has_reform = shogunate }
Or simply comment it out so the line looks like...
potential = {
NOT = { has_country_flag = formed_japan_flag }
#overlord = { has_reform = shogunate }
}
But as you can probably guess, by doing so, you can then as an independant Daimyo, take the huge penalty hit and switch to the daimyo reform, which then a month or 2 later triggers the event of you being an independant Daimyo, which then strips of the Daimyo reform and switches you back to the Independant Daimyo reform, causing a whole whack of issues.
And of course, an other issue with this is that by having to edit that file to fix it, it wont be acheivement compatible.
I have always wanted to try out the mechanics to make a roman empire with
Julii, Brutii, Scipii and Rome.