边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
(Temp 1.6)Rimatomics PID Autothrottle
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3, 1.4, 1.6
文件大小
发表于
57.743 KB
8 月 14 日 上午 11:45
1 项改动说明 ( 查看 )

订阅以下载
(Temp 1.6)Rimatomics PID Autothrottle

描述
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2670896802


Belzebot we hope that things will calm down in your life soon :)
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.