Rain World

Rain World

YIPPEE BACKFLIPS!
After Rain World v1.9.15, Cyan Lizards Can No Longer Leap
With this mod enabled, Cyan Lizards can't leap anymore.

ExceptionLog.txt: https://pastebin.com/w7nsbYQF
LogOutput.log: https://pastebin.com/Ug0j2hj0
< >
Showing 1-10 of 10 comments
Sigh-Fi 21 Mar, 2024 @ 5:18pm 
such a shame :') pained me to disable this mod. hope it gets compatibility soon!!
Quansly 23 Mar, 2024 @ 7:06am 
the same :(
Rawra 23 Mar, 2024 @ 8:12am 
I believe just recompiling the mod linked against the latest HOOKS-Assembly-CSharp might fix this. Atleast it worked for me and changing the way the mod accesses the "LizardJumpModule/JumpFinder.bestJump" field.

private void LizardJumpModuleJumpHook(On.LizardJumpModule.orig_Jump orig, LizardJumpModule self) { if (this.options.EnableYippeeCyanLizardJump.Value && this.options.EnableYippeeTransient && this.random.NextDouble() <= (double)this.options.YippeeCyanLizardJumpChance.Value) { LizardJumpModule.JumpFinder actOnJump = self.actOnJump; bool flag4; if (actOnJump == null) { flag4 = false; } else { LizardJumpModule.JumpFinder.JumpInstruction bestJump = actOnJump.bestJump; float? num2 = new float?(bestJump.power); float num3 = 0.3f; flag4 = (num2.GetValueOrDefault() > num3 & num2 != null); } if (flag4) { Lizard lizard = Traverse.Create(self).Field("lizard").GetValue() as Lizard; if (lizard.Template.type == CreatureTemplate.Type.CyanLizard) { this.PlayYippee(lizard.mainBodyChunk, this.options.VolumeYippeeCyanLizardJump.Value, 1.15f); } } } orig(self); }
All this can be done in your C# decompiler of your choice, cheers.
BluSharpie  [developer] 1 Apr, 2024 @ 8:16pm 
My goodness, I never got a notification about this. I'll look into this as soon as I can
Ted Slugczynski 2 Apr, 2024 @ 4:50am 
thank you so much!!
BluSharpie  [developer] 4 Apr, 2024 @ 12:34pm 
Should be fixed! I also added a couple more features while I was at it
Rawra 4 Apr, 2024 @ 1:35pm 
What a GOAT, ty ty
Sigh-Fi 4 Apr, 2024 @ 3:18pm 
what can i say other than........... YIPPEEEE!!!
Quansly 4 Apr, 2024 @ 6:40pm 
YIPEEEEEEEE!
Ted Slugczynski 4 Apr, 2024 @ 7:27pm 
YAY!! thank you!!
< >
Showing 1-10 of 10 comments
Per page: 1530 50