• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Fixed [0.23] Under the ground Bug

Status
Not open for further replies.

Ricardo Peralta

Starting Trainer
I was fighting a trainer in an area that u have to climb a stair , but when I tried to go down I got my self under the ground and . I can't even move , what should I do ? I don't want to lose my save =(

 

Splint

Champion
Already been posted several times please search next time.
Plenty of solutions for this problem available in community support
 

Splint

Champion
Going to keep this thread open since it is a common problem that is popping up a lot lately.
nilllzz is there a fix for this yet or are u still trying to find out what the cause of this issue is?
 

nilllzz

Original Developer
Administrator
P3D Developer
I am trying to find out.
But actually, I have no freaking idea what causes this. Also, I never experienced this bug which makes it difficult for me to fix it.

Maybe, someone can do some research science stuff to it and present the results here.
 

Zottelchen

Trainer
Stairs change your Y-coordinate not correct. Sometimes it gets bigger, sometimes smaller. This problem doesn't happen in Third-Person. Just try walking up/down stairs (maybe with hitting other keys together).
2013-02-09_23.19.13.png
2013-02-09_23.19.21.png
2013-02-09_23.20.37.png

Also doors change your Y-coordinate a little bit.

Ich empfehle, dass alle Türen/Treppen den Spieler immer auf einen festen Y-Wert setzen.
 

nilllzz

Original Developer
Administrator
P3D Developer
hm I think it's because of the shaking camera
I should change it from being and actual camera position change to only calculate into the view matrix.
 

nilllzz

Original Developer
Administrator
P3D Developer
OK instead of adding the bobbing view to the position, I just translate it to the view matrix.
Should solve the problem.

Edit: I will not close this thread until Friday because I am not sure if this really fixed it.
 

Ricardo Peralta

Starting Trainer
Just adding some information , I don't really know if its usefull , but I tested and climbed some more times the same stair and the rocket team cave's stair too and nothing happaned .
 

zofq

Starting Trainer
Is there a link to this bug about trying to get out of the glitch? Because I'm really not in the mood to restart my game.
 

jamesFWmitchell

Starting Trainer
You have to go into your pokemon folder then go to save, your name, player.dat and raise the second number of your position up to around 0.1, then reload the game and choose load instead of continue.
 

Cartigan

Fisherman
OK instead of adding the bobbing view to the position, I just translate it to the view matrix.
Should solve the problem.

Edit: I will not close this thread until Friday because I am not sure if this really fixed it.
I have no idea how you are drawing the graphics but is the "ground" always at ~0? Could you throw in a function so it never calculates a value lower than 0?
 

nilllzz

Original Developer
Administrator
P3D Developer
The problem was that it the view bobbing changed the Y value to something around 0 (or 1). When you go down the stairs then, it rounds the value down to -1 because it comes up with an Y value around -0.1. I fixed it by not letting the view bobbing change the Y value.
 
Status
Not open for further replies.
Top