well I named it lol... In this bug your person will just stop then walk off the screen. is there any fixes out there that are hidden or something?
Oh when the character walks off the screen you can't use him.
Posts: 262
Threads: 11
Joined: Apr 2023
Reputation:
0
Well, I dont know about mirage and if theres movementspeed variables.. But in elysium, If you set it above 10 or something, that bug will occur once in a while.
I thought it was because of the way the char offset was dealt with
Not sure if I'm right, but doesn't the offset system work by making the char move Walk_speed / Run_speed every frame and only stopped when the char was on the start off the next tile, so if the walk_speed or run_speed wasn't able to be divided by tile size exactly it meant that the char would overshoot the start of the next tile and keep 'sliding'
ORR, did I just make that up?
The problem is when I release my game, and people start to play it. I don't want to refresh or restart the game every time a person does it, but it happens more when there is more than one players in the game. I would say its not the movement, but the saving and loading that's doing it.
That's just my guess after doing the glitch over and over trying to see what causes it. The glitch only happened to me when the map was reloading or refreshing itself, and i already tried the movement thing and it didn't help at all. Did it the same amount as with my regular settings.