RimWorld

RimWorld

(Temp 1.6)Rimatomics PID Autothrottle
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.