Audiosurf 2

Audiosurf 2

Not enough ratings
S3RG Glowing Remastered
   
Award
Favorite
Favorited
Unfavorite
Tags: skin
File Size
Posted
Updated
12.650 MB
30 Jan, 2018 @ 10:12pm
17 Apr, 2018 @ 7:43pm
3 Change Notes ( view )

Subscribe to download
S3RG Glowing Remastered

Description
something i missed? bugs? feel free to comment them!
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.