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
Can you please confirm if this is still happening for you when you enable the mod's immigration options (randomize ages and education boost)?
Do you expect me to uninstall all the other mods to confirm? I'm wondering how troublesome it's going to be to remove (unsubscribe) them temporarily and re-install later.
Anyway, before I do anything, can you please tell me what is the default mod's behavior when "Apply 25% variation to immigrant education levels" is disabled?
Also, is it possible that one of the DLCs is required to make it work correctly? In particular, I don't have the Campus DLC. Perhaps you made some assumptions in the code related to this?
- DLCs don't actually work that way; they don't contain any code themselves (all installs of the game have the same code, regardless of what DLCs are active or otherwise; DLC downloads are all assets and metadata). There are no feature or functionality checks for DLC in the method patched by the mod.
- The default mod behavior when that option is disabled is to do nothing; just take the unmodified immigration education level that the game decides, which is based entirely on the level of the building that they're moving into (level 1 building means uneducated, level 2 building means educated, level 3 means well-educated, and levels 4 and 5 mean highly-educated).
So if you've got a lot of empty level 1 buildings that people are moving into, seeing all citizens being uneducated is not unusual, which is why applying this setting will help determine what's the primary driver for the education levels we're seeing.
- The ideal test case would be this mod on its own (plus LSM because of sanity and it's a known quantity that won't affect anything), but this is not needed at this stage. For reference, there's an easy way to do this: move the userGameState.cgs file out of it's default location at %LocalAppData%\Colossal Order\Cities_Skylines\ and restart the game Doing this will reset all your settings, including disabling all your mods - you then just have to re-enable this mod and LSM, and start testing. At the conclusion of testing, simply restore the old userGameState.cgs file (overwriting the new one that the game will have created), and hey presto, everything's back to the way it was (as always, don't rely on disabling mods for regular gameplay - unsubscribe instead if you're not using them - but it's okay for testing).
But as I said, let's do the above test with the mod's immigration education settings fully enabled first.
So this is the reason I am getting 2 and 3-years old kids that are highly educated... lol
I checked immigration log and I see things like:
Family member 2 immigrating with age 4 (1 years old) and education level ThreeSchools.
Family member 3 immigrating with age 8 (2 years old) and education level ThreeSchools.
Family member 4 immigrating with age 1 (0 years old) and education level ThreeSchools.
This is so stupid... is there a way to put some sanity into this? Like make sure that the education level doesn't exceed the one attached to age?
Not tried it yet, will later, but immigrants are all ineligible too. Adults and so forth. Is that purely based on the housing level they're immigrating to? So a new city, everyone is always uneducated until housing has leveled up? And adults aren't eligible for any education, at any level?
How do those uneducated adults ever raise their education? Or do they simply not, and the game relies on new immigrants after housing has leveled up, or children growing up and passing through school eligibility tiers?
Once a cim has passed the age range for a level of education (elementary, high, college/university), then that's it - the only chance they have at getting more education is through public libraries. They will be ineligible for any formal schooling.
Immigration will only marginally boost eligible students, and only for those immigrants that already fit into those age ranges (children etc.). As with adults, once an 'education stage' has been passed, that's it - no second chances. So an immigrating teenager who hasn't completed elementary school will also not be eligible for high school (or college/university).