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
file: 07_ep3_values
1. Go to folder for this mod .\workshop\content\1158310\2224039876\common\ and delete other folders except for the script_values folder.
2. Go to script_values and you should see only one file: 00_building_values.txt
Overwrite it with the real 00_building_values.txt from the game .\common\Crusader Kings III\game\common\script_values\00_building_values.txt
3. Edit the build times in your mod's 00_building_values.txt file:
@very_quick_construction_time_base = 1
@quick_construction_time_base = 1
@standard_construction_time_base = 1
@slow_construction_time_base = 1
@very_slow_construction_time_base = 1
You could set them to 0, but I set them all to 1 to avoid any potential divide_by_zero errors. Just being cautious.
4. Run your mod!
There is undoubtedly a much cleaner way of doing this, but this is quick and it works.