Audiosurf 2

Audiosurf 2

94 arvostelua
Eversion
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tunnisteet: skin
Tiedostokoko
Julkaistu
Päivitetty
19.358 MB
6.8.2015 klo 19.49
29.10.2016 klo 13.17
12 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Eversion

Kuvaus
===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 kommenttia
GRomPES 5.3.2020 klo 3.12 
https://youtu.be/XlUhWVDAn_U
Lost Sky feat Jex - Where We Started
Ballaholic™ 20.3.2017 klo 12.49 
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".
Ballaholic™ 20.3.2017 klo 11.20 
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  [tekijä] 20.3.2017 klo 7.22 
@Lavacano Ozols Hey, sorry to hear that, I'll update it once you send it!
Ballaholic™ 17.3.2017 klo 22.57 
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.12.2016 klo 15.33 
Unfortunately, that bloom is everytime on ultra settings, but everything is fine on medium.
Seawolf  [tekijä] 29.10.2016 klo 13.47 
Fixed block color issue. Need to find out what is causing skybox images bloom issue.
Waru 27.10.2016 klo 14.54 
@Seawolf Oh, thank you so much. I love this skin a lot, so good luck, I hope things work out well ^^
Seawolf  [tekijä] 27.10.2016 klo 10.32 
@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.10.2016 klo 13.56 
Not sure if other people managed to solve this, but I'm also getting the pink block error, what should I do? >->