边缘世界 RimWorld

边缘世界 RimWorld

(Temp 1.6)Rimatomics PID Autothrottle
2 条留言
polios3  [作者] 8 月 14 日 下午 10:09 
@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 8 月 14 日 下午 4:22 
thank you.