Audiosurf 2

Audiosurf 2

Pas assez d'évaluations
S3RG Glowing Remastered
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Mots-clés : skin
Taille du fichier
Publié le
Mis à jour le
12.650 MB
30 janv. 2018 à 22h12
17 avr. 2018 à 19h43
3 notes de changement ( voir )

S'abonner pour télécharger
S3RG Glowing Remastered

Description
something i missed? bugs? feel free to comment them!
17 commentaires
P3rs1kTheCat 10 sept. 2018 à 2h43 
wow cool!
Silver Fox 12 juil. 2018 à 10h41 
nice
WeldonWen 19 avr. 2018 à 16h19 
Thank you so much for taking the time to fix it! :D
Sergalicious  [créateur] 17 avr. 2018 à 19h43 
IMPORTANT NEW UPDATE-- the skin actually works now... finally.
lavender 23 févr. 2018 à 20h45 
An unexpected character is near string 786, check it out please! ^^ would love it if i could play it.
Sergalicious  [créateur] 22 févr. 2018 à 22h12 
@WeldonWalker, thanks alot for the info. Good to know!
WeldonWen 22 févr. 2018 à 21h24 
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 févr. 2018 à 6h38 
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  [créateur] 10 févr. 2018 à 11h59 
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  [créateur] 10 févr. 2018 à 11h51 
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.