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
- Support for RimWorld 1.6.
Need a dark red color for my vampire mechs :P
Read the mod description above.
Keep it up!
* Set color for an entire mech group and/or all mechs controlled by a mechanitor.
* Set opacity of the color.
* Copy color from another mech.
Oh yes. All of that would be easy. Setting up the UI for controlling it is easy but takes a while.
Controlling the colors, now that was a bit tricky. The drawing part is the part with the most optimizations done, and that can make it difficult to follow.
Would be neat to have each more specific category override the previous, ie.
Global < Mechanitor < Group < Mech
Wouldn't be too tough to implement in theory, basically just a couple if / else statements for the back end. I couldn't figure out where the color was being set in the first place myself, though, so I'm not one to talk on ease-of-programming, lol...