sofar / minetest.foo-projects.org

Website content of the Inside the Box server
http://minetest.foo-projects.org/
5 stars 3 forks source link

Boxes with known issues #14

Open EmeraldMT opened 4 years ago

EmeraldMT commented 4 years ago

Issues reported by players:

257 - Bouncing on trampolines isn't working properly. 679 - Players get stuck on top of trapdoors underwater. 777 - Gravel fell on piston and broke it. (can happen in the tutorial and other boxes too) 819 - Player can no longer jump high enough to press the switch above some closed doors.

Misc collision issues. Mech links randomly disappearing.

PuddingTime commented 4 years ago

376 - Same trampoline problem as 257 312 - Trampoline bounce/jump height is less on 5.3.0 making some trampoline jumps impossible. 848 - Similar problem as box 679 with trapdoors underwater.

A small problem I found with a lot of boxes is that they use "levers" instead of "filtering button signals" for doors. If you are able to hit the lever from both sides of the door you'll end up locking yourself in. It happens to me frequently.

copperTones commented 2 years ago

51 - sequence break (get second nexus first) by jumping from the roof of a house to a vine on the bridge

ZenonSeth commented 1 year ago

I'm adding +1 to the trampoline issue. Just ran box 312 - the trampoline jumps may technically be possible, but the inputs are probably frame-perfect, it's hard to tell but out of maybe 50 tries i got like 1 jump on the first trampoline there, and never managed on the second one. There's 3 total in that room, meaning you have to do the jumps perfectly 3 times, which is really unlikely. Edit: Tested on Minetest 5.0.1 - the trampolines definitely bounce higher, or at least, holding spacebar registers to let you jump higher much, much better. Box 312 (and probably the other ones mentioned here) are actually doable on 5.0.1

Montandalar commented 1 year ago

There was a PR against Minetest engine that fixed the trampoline regression that was merged some time after 5.6.0. Since @ZenonSeth said it was not in 5.6.1, would someone like to try it with 5.7.0-dev?

ZenonSeth commented 1 year ago

@Montandalar I downloaded the latest 5.7.0 release from Gitlab and tested. It seems better

So it seems better on 5.7.0, but it doesn't match the 5.0.1 behavior - if that's the intention. If not (because gaining a bit of height as you keep bouncing on trampoline seems weird) then 312 might remain incompletable unless using an older client.

PuddingTime commented 1 year ago

@ZenonSeth 5.7.0 made the shortcut in 312 possible subsequently making the box completable in that version.

Instead of jumping to the second trampoline you can jump to the last one which is in the floor. You'll have to thread the gap between the bars and the ledge on the way up. But you'll have just enough height to make it onto the marble ledge.

pecksin commented 1 year ago

I don't have access to box 312 (or any others. the tutorial gives me unbearable motion sickness), but I want to mention MT 5.7 does allow accumulating bounce height (and decreasing, by the sneak key) but not at the same rate as MT<5.3 since it relied on broken collision in a way that makes correction impossible to quantify.