RimWorld
96 evaluări
Better Zzzt
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Mod, 1.0, 1.1, 1.2
Dimensiunea fișierului
Postat
Actualizat
4.345 MB
12 ian. 2020 la 1:46
10 aug. 2020 la 15:51
4 notițe privind schimbările ( vizionare )

Abonează-te pentru a descărca
Better Zzzt

În 1 colecție creată de NECEROS
The NECEROS Collection
58 obiecte
Descriere
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 comentarii
blues 22 iul. 2021 la 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  [autor] 20 iul. 2021 la 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 iul. 2021 la 18:53 
+1 for a 1.3 update! :steamhappy:
Logan 3 dec. 2020 la 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 sept. 2020 la 0:57 
I want to make this 75% -> 25%.
I saw 1.33f in the code.
What does this mean?
NECEROS  [autor] 13 iul. 2020 la 13:24 
lol :gearthumbsup: nice
Lemming 13 iul. 2020 la 9:42 
"looks through mods code" "Changes it to 0%"

That's better
NECEROS  [autor] 30 mai 2020 la 16:18 
No, they still cause a Zzzt event. The 'plody still happens.
Potato 30 mai 2020 la 14:31 
Does this stop battereis from exploding?
NECEROS  [autor] 29 febr. 2020 la 20:51 
PLEASE NOTE

You must have Harmony mod for this to work.