Audiosurf 2

Audiosurf 2

Otillräckligt med betyg
mono midway fixed
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Taggar: mod
Filstorlek
Lades upp
540.976 KB
4 sep, 2023 @ 23:08
1 ändringsnotis ( visa )

Abonnera för att ladda ner
mono midway fixed

Beskrivning
This broke at some point, so I fixed it. Basically, the only change is to line 337, where

trafficToChange[#trafficToChange+1] = {index=i, powerupname="ghost", type=blocks[i].type}
is changed to
trafficToChange[#trafficToChange+1] = {index=i, powerupname="ghost", type=blocks[i].type, v3offset={3*blocks[i].lane, 0, 0}}

in order to make sure the little pellet things slow up in the correct lanes. Technically the 3 should be the total width of the track/3, but in this gamemode the width *should* always be 9 as per code nearer to the top of the lua file so this will likely work on all skins.