Audiosurf 2

Audiosurf 2

Mod your music
Customize everything you hear, everything you see, and even the way you play. Choose a song, choose a mod, and choose a skin. Mix and Match!
Roznick 1 12 Nov, 2015 @ 9:26am
How to add space debris via .lua file
Hello mates :) Im really enjoying this game but i want to mod it so that it fits my taste. I want to know how to add the space debris you get in classic mode to a workshop skin which has no space debris. What code do i type in to get space debris? Any coders can help me? Thanks in advance!
< >
Showing 1-2 of 2 comments
Nikki 1 13 Nov, 2015 @ 2:31am 
SetScene{

airdebris_count = 300,
airdebris_density = 5,
airdebris_texture = "firework64.png"

}

here is an example
you need to put this in skin code (SetScene must already be there)
add texture firework64.png to skin directory, and done.
texture need to be transparent
Last edited by Nikki; 13 Nov, 2015 @ 2:31am
Roznick 1 13 Nov, 2015 @ 3:13am 
Originally posted by Nikki:
SetScene{

airdebris_count = 300,
airdebris_density = 5,
airdebris_texture = "firework64.png"

}

here is an example
you need to put this in skin code (SetScene must already be there)
add texture firework64.png to skin directory, and done.
texture need to be transparent
Thank you so much nikki ^___^
< >
Showing 1-2 of 2 comments
Per page: 1530 50