supertuxkart-sourceforge-migration / stk-migration-test

0 stars 0 forks source link

Restarting on the wrong place after falling into the river in Green Valley #694

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: konstin

If you create a new race in Green Valley and then directly drive into the river on the right side, the referee will take your kart and teleport it a place on the other side of the map. In version 0.8, there was a different - but also unwanted - behavior of the game. Details about the old bug can be found in #839

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/1007

supertuxkart-sourceforge-migration commented 10 years ago

Author: keewis I don't know whether I did something wrong but for me this only works before the first lap (i.e. before passing the finish line the first time). If this really is want you meant, it may be caused by the negative position of the kart.

supertuxkart-sourceforge-migration commented 10 years ago

Author: magned Just noting I did a duplicate of this bug at #1044 - thanks again keewis for pointing it out, and also I want to mention it here because I believe your suspicion to be correct - it only seems to happen before the start line. The rescue code will look for last valid drive quad, as far as I know, so in this case it might not find any because the race hasn't started as far as the driveline structure is concerned, so it reverts to the previous checkline instead. I am not sure this is correct, but from the behaviour and the little I know of the driveline structure this very well may be the case.