Posted September 18, 2021 by urielmanx7
#debug
BUGS (Ver0.4)
Movement issues: - Caused by left analog stick drift. SOLUTION: Either try to put the stick in a neutral position, unplug it, or use is for movement instead of pad/WASD InputMap.action_set_deadzone("LEFT" , 15) InputMap.action_set_deadzone("RIGHT" , 15) Seems to have fixed it, I had it at 10 but went for 15 for good measure
Teleport in green area - Caused by accessing the save room, it will fuck up spawn points. SOLUTION: Don't enter the red doors (save is not implemented yet anyway, I should not have included them)
Stuck after pausing - Seems to be caused if you pause/unpause too quickly, some variables are tied to the fade in/out of the screen so I guess they miss the timing if the inputs are too fast. SOLUTION: More frantic pausing? Moved the pausing part of the script to when the screen fade happens, seems fixed now.
Broken Discord invite - Confirmed. Already fixed, will be ready next build.
Bad zoom centering - I encountered this a couple of times but with the dialogue box from skill pick up, not sex animation, need more investigation
GLITCHES Ladder freeze animation - Seems fixed so far, I tested as much situations as I could think of, we'll see.