Audiosurf 2

Audiosurf 2

评价数不足
Making high quality space skyboxes with ease
由 aep 制作
This guide will teach you how to make a near infinite amount of high quality skyboxes. Six images per skybox are used, as opposed to just one, which yields a cleaner result. It is a very quick and easy process.
   
奖励
收藏
已收藏
取消收藏
Setting up your skin folder
Find the skin you want to add a space skybox to. The skins folder for Audiosurf 2 tends to be at 'C:\Program Files (x86)\Steam\steamapps\common\Audiosurf 2\skins'
If you can't find it this way, right click Audiosurf 2 in your steam library, properties, local files, browse local files, skins

Open the folder for your desired skin, and inside it create a new folder called '1'. If you want the skin to pick between multiple skyboxes, simply add more folders that ascend upwards from 1. e.g. '1', '2', '3'...


Now we will set up the code so it builds the skybox from six images as opposed to one. Open the .lua file in the skin folder, and using control+f search for 'skybox'. Replace the existing skybox code with the code I have provided below.

skinNumber = tostring(math.random(1, 1)); SetSkybox{ custom={ _FrontTex = skinNumber .. "/sky_pos_x.png", _BackTex = skinNumber .. "/sky_neg_x.png", _RightTex = skinNumber .. "/sky_neg_z.png", _LeftTex = skinNumber .. "/sky_pos_z.png", _UpTex = skinNumber .. "/sky_pos_y.png", _DownTex = skinNumber .. "/sky_neg_y.png" }, }

The second '1' in the first line of the code is what you should change to match the amount of skyboxes you want. If you have 3 numbered folders in your skin folder, make this number 3. You get the idea.

Your .lua file should look similar to this:
Downloading the skybox images
Open this link: http://wwwtyro.github.io/space-3d/
Don't be overwhelmed. It's very easy to use.
If the website doesn't load, I recommend using firefox.

Pick the settings you want. My personal favourite setup is as follows:


Now keep randomising the seed until you reach a skybox you like.

The most important setting is the resolution, as this will not look nearly as good in anything less than 4k. Also ensure that 'unified texture' is NOT checked as otherwise you won't have six images to download.

Now using the facesheet below, right click on each of the squares of the actual skybox, and name them accordingly. Make sure you add 'sky_' before what the facesheet says. For example the far left box should be saved under the name 'sky_neg_z'.



Once you've downloaded them all, your folder named '1' should look similar to this:



Repeat this process as many times as you wish, just make sure that the folders are in ascending order, and that there are only 6 images per folder. If you give a picture the wrong name, the skybox will not line up and will therefore look bad.
Shoutouts & Goodbye
Shoutout to orell12 who came across the website used in this guide. Also a big up to Braamberg who made me realise I was taking this for granted and that it should be shared.

Thanks for reading my guide. I hope you have fun with your new skyboxes! Just be careful with how many you make, or your skin folder might end up using much more storage ;)

If you have any questions, or would like to share an awesome seed you find, please leave a comment.
<3
9 条留言
pit 2020 年 5 月 19 日 上午 8:49 
Any guides on how to make love to a keyboard?
I_Am_Chris 2019 年 9 月 13 日 上午 11:26 
More guides in the future please :lunar2019coolpig:
TROUBLE 2019 年 9 月 13 日 上午 3:43 
I'm going to name my firstborn child MHQSSWE and show him this guide for his 18th birthday
pit 2019 年 9 月 10 日 下午 1:16 
It's pretty nice of you to ask people to share their seeds with you. Consent is important.
I_Am_Chris 2019 年 9 月 10 日 上午 11:25 
Been looking for weeks, thank you very cool
pit 2019 年 9 月 10 日 上午 5:24 
Thank you aep.
Snowy 2019 年 9 月 9 日 下午 3:14 
Thanks!
noone 2019 年 9 月 9 日 上午 1:49 
Thank you sir, this guide is amazing!
TROUBLE 2019 年 9 月 8 日 下午 5:25 
incredible guide