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
See Intersection Marking Tool and Node Controller errors
I would appreciate some feedback if that solution helped you.
It can be issue of loading order, you need to make sure redesigned and some other framework (prefab hook, etc.) load earlier than mods based on them (IMT, TMPE, etc.)
You can have a look at my loading order (loading order is subscribing order) which may help you get rid of this ^^
I agree, tweaking the load older is all it takes. To do it, unsub the two mods, and re-subscribe them. This will make them load after Harmony Redesigned, since mods are loaded in the order they were subscribed.
Yes. It would then be loaded with the other local mods, in alphabetical order, and before any workshop mods.
However, worrying about load order is a one-time-thing. Once all the buggy mods are resubscribed after HR, there will be no more load order issues in the future.
Most mods that require Harmony and are correctly implemented do not have a load order problem, even though they load before Harmony. It's only a handful of mods that are incorrectly implemented. If run without any Harmony at all, these mods would crash instead of popping up the "Missing dependency, please install" prompt. This is because they don't check whether Harmony is installed, but assume it always is.
The short list of affected mods and feedback from their authors is at https://github.com/drok/Harmony-CitiesSkylines/issues/9#issuecomment-801507076