RimWorld
96 оценки
Better Zzzt
   
Награда
Добавяне към любими
В любими
Премахване от любими
Mod, 1.0, 1.1, 1.2
Размер на файла
Публикуван на
Обновен на
4.345 MB
12 ян. 2020 в 1:46
10 авг. 2020 в 15:51
4 бележки за промени ( преглед )

Абониране, за да се свали
Better Zzzt

В 1 колекция от NECEROS
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]
33 коментара
blues 22 юли 2021 в 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://steamproxy.net/sharedfiles/filedetails/?id=2322956181
NECEROS  [автор] 20 юли 2021 в 19: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 20 юли 2021 в 18:53 
+1 for a 1.3 update! :steamhappy:
Logan 3 дек. 2020 в 23: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.
sonRaim 21 септ. 2020 в 0:57 
I want to make this 75% -> 25%.
I saw 1.33f in the code.
What does this mean?
NECEROS  [автор] 13 юли 2020 в 13:24 
lol :gearthumbsup: nice
Lemming 13 юли 2020 в 9:42 
"looks through mods code" "Changes it to 0%"

That's better
NECEROS  [автор] 30 май 2020 в 16:18 
No, they still cause a Zzzt event. The 'plody still happens.
Potato 30 май 2020 в 14:31 
Does this stop battereis from exploding?
NECEROS  [автор] 29 февр. 2020 в 20:51 
PLEASE NOTE

You must have Harmony mod for this to work.