RimWorld

RimWorld

Not enough ratings
(Temp 1.6)Rimatomics PID Autothrottle
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.3, 1.4, 1.6
File Size
Posted
57.743 KB
14 Aug @ 11:45am
1 Change Note ( view )

Subscribe to download
(Temp 1.6)Rimatomics PID Autothrottle

Description
Temporary 1.6 version of Rimatomics PID Autothrottle by belzebot

I decided to post a fix I made to relieve some of the stress on the wonderful Belzebot who created this mod. It will be removed once the original mod is updated.

Original mod link:

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2670896802


Belzebot we hope that things will calm down in your life soon :)
2 Comments
polios3  [author] 14 Aug @ 10:09pm 
@runbirdideal , thank belzebot not me, i'm just trying to help. it was simple fix too. i just replaced in code "Text.Font = 1" to "Text.Font = (GameFont)1" and "Text.Anchor = 7" for "Text.Anchor = (TextAnchor)7" , it was just slight change in Rimworld 1.6 code that forced to replace numbers for names, but i was to lazy to check them so i just casted them, and it worked.
runbirdideal 14 Aug @ 4:22pm 
thank you.