Audiosurf 2

Audiosurf 2

Not enough ratings
mono midway fixed
   
Award
Favorite
Favorited
Unfavorite
Tags: mod
File Size
Posted
540.976 KB
4 Sep, 2023 @ 11:08pm
1 Change Note ( view )

Subscribe to download
mono midway fixed

Description
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.