Audiosurf 2

Audiosurf 2

94 ratings
Eversion
   
Award
Favorite
Favorited
Unfavorite
Tags: skin
File Size
Posted
Updated
19.358 MB
6 Aug, 2015 @ 7:49pm
29 Oct, 2016 @ 1:17pm
12 Change Notes ( view )

Subscribe to download
Eversion

Description
===A simple edit of Reverse which is an edit of Simple Colors by.:Mozzie:.===

==*The aim of this skin are two: maximum eye candy with careful consideration to color design, and variety to keep the skin from getting boring to look at on long plays*==

**Randomized ship. Three possible: Classic ship, Neon ship, and Stadium ship; removed pixel effect

-- Changed puzzle block color variations to be fixed to regular purple, blue, yellow, red

-- Changed and added track color variations; 10 randomized track color schemes

-- Increased speed blur strength (really strong in certain songs)



(For those who prefer one ship over another, it's easy to permanently set which ship the skin uses by going into the skin LUA file. Search for "junShip" and these lines of code will come up first:


local vehicleTable
local junShip = false
local junShip2 = false
local junShip3 = false
shipnum= math.random(1,9)

if shipnum<3 then
junShip= true
elseif shipnum<6 then
junShip3= true
elseif shipnum>6 then
junShip2= true
end

^Delete the "If shupnum... end" chunk. To set which ship is used:

junShip = true {for Neon ship}
junShip2 = true {Classic ship}
junShip3 = true {Stadium ship}

**For inverted wake colors (sprays on the side of the track) search "topcolor" in the LUA file and change it to:

topcolor = "highwayinverted"

**If you like a particular color scheme to play with, just go into the LUA and search "track_color", your first result is exactly what you want. You'll see a list of number lists that are all set up like this:

{
{184, 000, 075}, --dark viol ***
{147, 102, 255}, -- pale purple
{..... etc
},

If you only like one particular scheme or just a few, simply delete the color lists you don't like and save the file.

*=*=* FYI: for those who LOVE "speed blur", the new camera setting makes blur kick in far easier than before. Just paste "cameradynamics = "high"," after "cameramode = "third",". Reduce radial blur because it's way too strong to constantly play with=*=*
48 Comments
GRomPES 5 Mar, 2020 @ 3:12am 
https://youtu.be/XlUhWVDAn_U
Lost Sky feat Jex - Where We Started
khajiit has wares in hdr 20 Mar, 2017 @ 12:49pm 
Actually, it was two files, and I think I've already got them all! Man, I was way angrier at this than I should have been at the time.

eversion.7z, ~18MB [lavacano.net]. Just in case it doesn't actually update on the Steam Workshop for whatever reason, I've also included a shell script that applies my changes automatically, appropriately named "plan_b.sh".
khajiit has wares in hdr 20 Mar, 2017 @ 11:20am 
Well, so far, I've only had to correct like three or four files (possibly only the files that existed in the skin you started from?), and I think I might have them all already. Honestly, I was expecting a bigger nightmare :V
Seawolf  [author] 20 Mar, 2017 @ 7:22am 
@Lavacano Ozols Hey, sorry to hear that, I'll update it once you send it!
khajiit has wares in hdr 17 Mar, 2017 @ 10:57pm 
This skin breaks on not-Windows because you don't use consistent file name casing (e.g. script calls for "ninjaMono.png" when the file is named "ninjamono.png"). Please ensure that all file names in your lua script match the file names on disk EXACTLY in the future, so people like me who use other operating systems don't have to spend a long time fixing it. No, we can't turn this off, and no, switching to Windows isn't a solution.

I've been gradually correcting each skin loading error as it pops up in my game (I'm on Linux). Once I'm reasonably confident that I've squashed them all, I'll zip up my copy and send it to you somehow (because I'm actually used to this kind of thing by now).
Nikki Tanaka 24 Dec, 2016 @ 3:33pm 
Unfortunately, that bloom is everytime on ultra settings, but everything is fine on medium.
Seawolf  [author] 29 Oct, 2016 @ 1:47pm 
Fixed block color issue. Need to find out what is causing skybox images bloom issue.
Waru 27 Oct, 2016 @ 2:54pm 
@Seawolf Oh, thank you so much. I love this skin a lot, so good luck, I hope things work out well ^^
Seawolf  [author] 27 Oct, 2016 @ 10:32am 
@Teranoid. I haven't played AS2 in a long while, but I did just notice this. I suppose the code for colors was changed, I'll check it out and see if I can fix it. I also get washed out background images in this, don't know why that should happen.
Waru 25 Oct, 2016 @ 1:56pm 
Not sure if other people managed to solve this, but I'm also getting the pink block error, what should I do? >->