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
对之前的重大问题造成的不便,十分抱歉!
关键bug修复:
• 解决了在一次无政府之后大阪的特殊能力失效的问题;
• 解决了特色改良海滨别墅无法提供宜居度的问题
Version 1.1.0 Update Log
We sincerely apologize for any inconvenience caused by the previous issues.
Critical bug fixes:
• Resolved an issue where Osaka's unique ability would become non-functional following a single Anarchy period
• Corrected a problem where the Summer House improvement failed to provide the intended amenity bonus
Oh, I see. Due to the limited space for describing Osaka's ability, I have to keep it brief.
We start the game as Chiefdom. After researching certain civics (firstly Political Philosophy), we can select new governments. Only after choosing a new government and leaving Chiefdom, does Osaka's Anarchy ability start to work.
Then how does it work? Anarchy occurs in two scenarios: when the world enters a new era (right after our age is announced, Golden Age for example), and when we complete civics that unlock new governments (e.g., Divine Right, Reformed Church, etc., but not Political Philosophy, as when finishing this civic, we have not changed any government yet). These are the only two situations where Osaka's Anarchy is caused.
Apart from these, Anarchy can only occur if we select a government we've already chosen before, which is a Civ6 original game mechanism, and we'll be warned when attempting to do so.
You're welcome! I realized that the mod design is very bad, everything is separated, which can lead to a poor gaming experience, and i must change this situation.
Regarding the anarchy feature, I'm sorry that I didn't include a way to turn it off in game yet. So unfortunately, you'll have to modify the mod's source files. Search the "PQ_GamePlay_Osaka.lua" file in the "steamapps\workshop\content" directory under your Steam installation path. Open the lua file and find the line "function PQ_GoAnarchy(iPlayer)". Start a new line after it and add "return;"(with no quotation marks) to that line. Feel free to ask if you have more questions!