Audiosurf 2
Evaluări insuficiente
S3RG Glowing Remastered
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Etichete: skin
Dimensiunea fișierului
Postat
Actualizat
12.650 MB
30 ian. 2018 la 22:12
17 apr. 2018 la 19:43
3 notițe privind schimbările ( vizionare )

Abonează-te pentru a descărca
S3RG Glowing Remastered

Descriere
something i missed? bugs? feel free to comment them!
17 comentarii
P3rs1kTheCat 10 sept. 2018 la 2:43 
wow cool!
Silver Fox 12 iul. 2018 la 10:41 
nice
WeldonWen 19 apr. 2018 la 16:19 
Thank you so much for taking the time to fix it! :D
Sergalicious  [autor] 17 apr. 2018 la 19:43 
IMPORTANT NEW UPDATE-- the skin actually works now... finally.
lavender 23 febr. 2018 la 20:45 
An unexpected character is near string 786, check it out please! ^^ would love it if i could play it.
Sergalicious  [autor] 22 febr. 2018 la 22:12 
@WeldonWalker, thanks alot for the info. Good to know!
WeldonWen 22 febr. 2018 la 21:24 
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 febr. 2018 la 6:38 
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  [autor] 10 febr. 2018 la 11:59 
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  [autor] 10 febr. 2018 la 11:51 
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.