RSDKModding / Sonic-Mania-Decompilation

A complete decompilation of Sonic Mania (2017)
Other
632 stars 116 forks source link

Incorrect Monitor Behaviour in LRZ2 #91

Closed TrackerTD closed 2 years ago

TrackerTD commented 2 years ago

Extremely minor, but if the monitor on the conveyor in LRZ2 is broken before it reaches the Lava, it just slides across the surface. It's supposed to sink (which it does correctly, if it's not broken).

Decomp: ManiaDecompBrokeMonitorSlide

Steam release: ManiaVanillaBrokeMonitorSink

Rubberduckycooly commented 2 years ago

this one's really weird, I can't reproduce it and looking at mania's logic the "intended" behaviour is to stay on the lava I think? Itemboxes should usually sink, but broken itemboxes always do tile collision checks, it's the same reason why itemboxes don't follow the lift from TMZ1 boss to TMZ2 but broken itemboxes do.

Please let me know if there's any more specifics I should know on how to replicate or if you can replicate it on steam again

TrackerTD commented 2 years ago

Tested both again, with no mods loaded on anything. Works just as in the gifs. Hit the monitor before it lands in the lava, and it sinks in vanilla, slides on decomp. I'm using v5U, 64-bit dx11 build.

Rubberduckycooly commented 2 years ago

fixed in 2669dd85e3c228d253cf1c6034c0d07bedca6db1