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
I don't think there is much I can do from my side. I've also just looked at their code and I think if they would expand their Harmony DesignationDraw-Patch, they could just skip the rendering of the Planning-Designations.
If I find the time tomorrow, I might give changing their code a try and if it works, create a pull request for them to merge.
I've spent a few hours yesterday implementing the layers, which took a bit longer than expected due to the undo / redo mechanic. Unfortunately, even if it would work in theory, right now it doesn't work, as RimWorld prevents me from adding the same designation again. Right now, you could draw a wall plan on one layer and objects on another at the same position, but not two wall plans.
There are two ways forward now. I could rewrite the method using Harmony, or I could investigate the new vanilla planning, as I think they don't use designations anymore. I think I'll look into the second approach first.