IcyRelic / SpookSuite

A Content Warning Cheat Menu
16 stars 10 forks source link

Fixed SuperSpeed, KBInput, and added unlimited battery for the rescue hook and norg gun #10

Closed Civilux closed 4 months ago

Civilux commented 4 months ago

If you check with unity explorer, the default value of movementForce is actually 17 instead of 10, and the default value of sprintMultiplier is 2.3 instead of 2

TheGreenBandit commented 4 months ago

image

TheGreenBandit commented 4 months ago

It is 10; sprint is 2. Where are you getting your values from?

Civilux commented 4 months ago

As I mentioned, unity explorer, I know dnspy says 10, but if you actually test the speeds in-game, you can tell you're slower with 10

Toaaa commented 4 months ago

As I mentioned, unity explorer, I know dnspy says 10, but if you actually test the speeds in-game, you can tell you're slower with 10

The "real" value is 16f. I already fixed SuperSpeed in https://github.com/IcyRelic/SpookSuite/commit/914e153adacc2ef22338f442589badef94721080 but @TheGreenBandit reverted it for some reason.

Civilux commented 4 months ago

Yeah, it doesn't matter if it's 16 or 17; the difference won't be as noticeable. Just 10 is definitely too slow

Toaaa commented 4 months ago

Yeah, it doesn't matter if it's 16 or 17; the difference won't be as noticeable. Just 10 is definitely too slow

It's 17f. But why did you change sprint from 2 to 2.3?

TheGreenBandit commented 4 months ago

Yeah, it doesn't matter if it's 16 or 17; the difference won't be as noticeable. Just 10 is definitely too slow

It is 17, just logged it, idk if they set it on awake or something to 17 but i was just going off dnspy lol

Civilux commented 4 months ago

Yeah, it doesn't matter if it's 16 or 17; the difference won't be as noticeable. Just 10 is definitely too slow

It's 17f. But why did you change sprint from 2 to 2.3?

Same story, I checked with unity explorer