边缘世界 RimWorld

边缘世界 RimWorld

99 个评价
Better Zzzt
   
奖励
收藏
已收藏
取消收藏
Mod, 1.0, 1.1, 1.2
文件大小
发表于
更新日期
4.345 MB
2020 年 1 月 12 日 上午 1:46
2020 年 8 月 10 日 下午 3:51
4 项改动说明 ( 查看 )

订阅以下载
Better Zzzt

在 NECEROS 的 1 个合集中
The NECEROS Collection
58 件物品
描述
The Zzzt event will only take 75% of your power, not all of it.





Shout out to SmashPhil for the code guidance!


Github: https://github.com/Neceros/BetterZzzt


Conflicts
If you're using the RT_fuse mod this mod will not function. RT_Fuses uses a destructive prefix and I don't have to time to get into that. It won't break, it just won't save your power.






Now what?
Get help, Ask questions, Give suggestions:
[discord.gg]

Check out some mods:


Help keep our projects going:
[ko-fi.com]
[www.paypal.com]
34 条留言
[Br] Nasid 9 月 14 日 上午 7:32 
1.6
blues 2021 年 7 月 22 日 上午 7:20 
Since you said it, I had a mod going on for some time about short circuits. It's compatible with RT Fuse, Power Logic and it has bunch of settings to modify the Short Circuit event. For anyone interested: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2322956181
NECEROS  [作者] 2021 年 7 月 20 日 下午 7:28 
I'm very sorry but I won't be updating my mods to 1.3. I urge anyone to continue mod on their own and provide the link here for people to follow.

Thank you
The Bard of Hearts 2021 年 7 月 20 日 下午 6:53 
+1 for a 1.3 update! :steamhappy:
Logan 2020 年 12 月 3 日 下午 11:08 
@Jjung Rare to see someone showing initiative, so I'll happily do a "drive by" help. 1.33f means the number 1.33, as a single precision (32bit) "floating point" (how computers store decimal numbers internally). Significantly, this is 4 thirds (4/3).

You correctly identified this as the critical number. The first parameter is "OpCodes.Ldc_R4", which tells the computer to push the operand (1.33f) onto the stack. On the next line, you can see it yields "OpCodes.Div", which is the division operator. To see this as a percent, assume you have 1 already on the stack, as the amount of energy in the battery. So the VM does 1/1.33, which leaves 0.75 on the stack. (Obviously, that number gets scaled by whatever number the battery returned).

Bottom line: If you want to have it only take 25% of your stored energy, change that 1.33f to 4.0f.
son seoung min 2020 年 9 月 21 日 上午 12:57 
I want to make this 75% -> 25%.
I saw 1.33f in the code.
What does this mean?
NECEROS  [作者] 2020 年 7 月 13 日 下午 1:24 
lol :gearthumbsup: nice
Lemming 2020 年 7 月 13 日 上午 9:42 
"looks through mods code" "Changes it to 0%"

That's better
NECEROS  [作者] 2020 年 5 月 30 日 下午 4:18 
No, they still cause a Zzzt event. The 'plody still happens.
Potato 2020 年 5 月 30 日 下午 2:31 
Does this stop battereis from exploding?