Audiosurf 2

Audiosurf 2

S3RG Glowing Remastered
17 Comments
V0ID 10 Sep, 2018 @ 2:43am 
wow cool!
Silver Fox 12 Jul, 2018 @ 10:41am 
nice
LanternSawWind 19 Apr, 2018 @ 4:19pm 
Thank you so much for taking the time to fix it! :D
Sergalicious  [author] 17 Apr, 2018 @ 7:43pm 
IMPORTANT NEW UPDATE-- the skin actually works now... finally.
zynth 23 Feb, 2018 @ 8:45pm 
An unexpected character is near string 786, check it out please! ^^ would love it if i could play it.
Sergalicious  [author] 22 Feb, 2018 @ 10:12pm 
@WeldonWalker, thanks alot for the info. Good to know!
LanternSawWind 22 Feb, 2018 @ 9:24pm 
Hi, @Sergalicious, I think this is what corrupted your lua script:

local laneDividers = skinvars["lanedividers"]
for i=1,#laneDividers do

The local variables ( specifically in AS2 skin lua ) are kind of unstable, if you have more than one of the same "local" in your script ( in this case you had two "laneDividers" ), it will corrupt the entire script and you have to start a new one, in another word rebuild the skin.

Not an expert here, but I had the same problem when creating my skin, simply remove the other "local" doesn't help, re-work is probably the only way to go. Sorry you had to experience this :(

Side note: If you want two CreateRail() to use the same "local" variable, put them into one "local" like this:

local shoulderLines = skinvars["shoulderlines"]
for i=1,#shoulderLines do
CreateRail{ -- lane line
something
}
CreateRail{ -- lane line
something
}
}
end
Ixoithaas 11 Feb, 2018 @ 6:38am 
I bet you could find another skin creator (that uses Lua code for their skins) and ask them for some help. - (Not everyone on the Internet is an ass :P )
Sergalicious  [author] 10 Feb, 2018 @ 11:59am 
well, maybe someday ill rebuild it. maybe it something simple but i cannot find the error causing it not to load. ive removed almost every bit of code except for the default needed code that i havent modified much. still get the same error, just in a different place. welp, if i dont find a fix within a few days ill remove this from the workshop untill i fix it.
Sergalicious  [author] 10 Feb, 2018 @ 11:51am 
no matter what bit of code i remove (because i cant seem to fix it) it gives me different error every time. might have to rebuild it.
Sergalicious  [author] 9 Feb, 2018 @ 5:00pm 
@Ixoithaas i was updating everything and my computer decided not to save the skin. so it worked fine for me untill i closed the editor and uploaded it. i will try and figure out whats wrong soon
Ixoithaas 9 Feb, 2018 @ 5:03am 
Hey!

Today (09/02/2018), I wanted to try this skin out but I got this Lua script error.

https://i.imgur.com/ENSed6R.jpg

I hope you can get back to me soon with a fix or help me out!

Thanks!


Ixoithaas,
Sergalicious  [author] 7 Feb, 2018 @ 10:01pm 
Updated! fixed the issue where not being able to see color blocks during low points in songs, fixed spikes to look more appealing, aswell as the waves on the sides of the track.
Kukuruzka 4 Feb, 2018 @ 6:17am 
This is my favourite skin ! Great work !!!
10 of 10
Sergalicious  [author] 2 Feb, 2018 @ 7:52pm 
@TidestManager1 i was hopeing that was only an issue for me becuase of my brightness settings, but i see its not, i will make the lowest speed a little bit brighter instead of pure dark. thanks for letting me know!
TidestManager1 2 Feb, 2018 @ 8:06am 
I've come across one problem with this skin, and it's the uphill (black) portions. If there's any blocks in those portions, they're invisible (the player is mostly so, but it's less of a problem). A suggested fix is to put a white border around the blocks during those sections.
Sergalicious  [author] 31 Jan, 2018 @ 4:26pm 
the grey blocks/spikes will be updated shortly