GT-New-Horizons-Modpack icon indicating copy to clipboard operation
GT-New-Horizons-Modpack copied to clipboard

GC now uses a strange first person view in rockets and landing pods

Open chochem opened this issue 1 year ago • 2 comments

Your GTNH Discord Username

chochem

Your Pack Version

nightly 353

Your Server

sp

Java Version

Java 21

Type of Server

Single Player

Your Expectation

the game always used third person view in rockets and landing pods. which makes sense.

The Reality

GC now uses a first person view in rockets and landing pods. That looks bad AND is less practical.

after entering the rocket: (looking up and down, there isnt anything else) image image

T2 landing balloon: image

Your Proposal

change it back.

Final Checklist

  • [X] I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
  • [X] I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
  • [ ] I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.

chochem avatar Feb 19 '24 22:02 chochem

I went back and this works correctly (automatic third person) in 2.5.0

chochem avatar Feb 20 '24 17:02 chochem

after some bisecting and mod testing I found that this is caused by lwjgl3ify-2.0.0-alpha-3, where lwjgl3ify-2.0.0-alpha-2-snapshot was still working correctly

chochem avatar Mar 05 '24 19:03 chochem

additionally parachutes no longer slow down the fall of the player. Both are handled by the same code which no longer seems to be called at all: https://github.com/GTNewHorizons/Galacticraft/blob/ae3be500163a51a6bd770e4c1763ebeb075c89af/src/main/java/micdoodle8/mods/galacticraft/core/entities/player/PlayerClient.java#L157

chochem avatar Mar 20 '24 17:03 chochem