forum

Skinning tutorial (+ skinning support)

posted
Total Posts
4,226
show more
Don-Tan
hm there is a little cosmetical problem with the osu! direct menu :/ the beatmaps are covering up the half of the back button

btw i don't really like this thing with the removal of the options-background but i can live with it ^^
Topic Starter
MLGnom
So, time to make explanation of osu!mania skinning.

Let’s start with skin parts.
  1. LightingN – Lighting that appear when you hit a note on judgment bar (named that correctly?). Can be animated, through it’s pretty fast animation.
  2. LightingL - Same as above but it’s for “slider” notes.
  3. mania-hit0, 50, 100, 200, 300, 300g – Hitbursts for osu!mania. You can animate them, but remember these are really fast, so you need to be cleaver to make them visible. Animation isn’t looped, that means it is long as many sprites you did.
  4. mania-key1 /2/S – Skin for buttons. Be careful with using patterns on it. Because later in .ini files you might set length of buttons that can make patterns stretched. Special button is used in 7k/8k game mod.
  5. mania-key1D/2D/SD – Skin for buttons while pressed. Same as above.
  6. mania-note1/2/S – Skin for mania notes.
  7. mania-note1H/2H/SH – Skin for end parts of “slider”.
  8. mania-note1L/2L/SL – Skin for middle part of “slider”. This one can be animated.
  9. mania-stage-hint – known as judgment bar. Place where you need to hit note correctly. If you have problems with correct position of it use judgment line that you can set in .ini files.
  10. mania-stage-left/right – A left/right part of mania playfield. They aren’t restricted by size, so you can make neat sides by adding something more than border. If you will use it just for border, do a smaller part - rest will be repeated from upper part of screen to bottom.
    But if you are going to something larger, set height at 768px and width of your preference.
  11. mania-stage-light – special light that appears on column stage when you hit a button. Game will always try to fit it into column width, making them wide will force game to resize it to size of column.
    Better make higher than wider.
  12. selection-mod-key4/5/6/7/8 – mod icons for mania key mods.
  13. special-mania - osu!mania icon in special mode select.
Now second part – ini files.
Every mania skin should contains 5 .ini files ! 4k, 5k, 6k, 7k and 8k. As you can guess these are general options for mania-key mods.

Let’s start explaining them!
  1. ColumnWidth:50,25,30,25,30,25,30,25 – the widths of tracks. All numbers are separated by comma.
    Sizes goes from left to right. So if you changed special button position in 8k, you need to change it here too.
    WARNING! Use only 4 sizes for 4k, 5 for 5k, 6 for 6k, 7 for 7k, 8 for 8k. No more,no less than amount of tracks otherwise you will crash osu! when starting a map!
  2. SpecialPositionLeft:0/1 – Special position button for 8k. If turned off (set to 0) button will appear on right side of stage.
  3. ColumnStart: 230 – Position of osu!mania stage. You can set from 0 to 460. 0 - left side, 230 - center of screen, 460 - right side.
  4. ColumnLine: 1,0,0,0,0,0,1,1 – Set a white line between tracks. 0 – off, 1- on. Amount should be same as amount of tracks otherwise it won’t work.
  5. JudgementLine:0/1 – Show judgment line. It’s line where you need to hit notes.
  6. Colour1: 80,0,0,200 – Set colour of track. Numbers are in format RGB A (red, green, blue,alpha – transparency ). You should set colours amount same as amount of tracks (Up to 8 for 8k).
Template : http://puu.sh/1eKoc

For more recent osu!mania template we need to wait, because things are constantly added/changed etc.



Edit: Updated skin template.
--Greed--
o-o....

Okay, officially: My mind is blown.

Personally, ever since I've joined osu(which isn't that long ago surprisingly) I've always wanted to make an interesting beatmap. I literally have stalked the internet trying to find something that could help... and now that I have, I literally cannot think straight :o

I read at the very beginning that you need some sort of photoshop experience(Etc.) and in which I have none....

I am willing to spend hours reading manuals but what is the point if even at the end I do not understand...?

I have read the entire osu!Wiki which was of little help...

eAe... I feel like I need a tutor. Anyways... o-o.... Can I atleast have a little help since I am making my first beatmap? :?
ziin

--Greed-- wrote:

Can I atleast have a little help since I am making my first beatmap? :?
Are you sure you're in the right thread? If you don't have any artistic skill, you're not going to be able to make a skin. And if you're talking about making an actual beatmap, please don't hijack other threads.
H_Hitachiin
Thanks for this info,it really helped^^
mintong89
hi ML~

i just found drum original sampleset hitsound :)

link: http://puu.sh/1frsl
Luna
There's actually a small error in your *.ini explanations, MLGnom:

MLGnom wrote:

  1. ColumnWidth:50,25,30,25,30,25,30,25 – the widths of tracks. All numbers are separated by comma.
    Sizes goes from left to right. So if you changed special button position in 8k, you need to change it here too.
    WARNING! Use only 4 sizes for 4k, 5 for 5k, 6 for 6k, 7 for 7k, 8 for 8k. No more,no less than amount of tracks otherwise you will crash osu! when starting a map!
While this is correct on its own, you CAN add additional columns. Just remember that you need to add numbers to ColumnLine as well. The game only crashes if ColumnLine doesn't have exactly one more number than ColumnWidth.
Looks like this (8 columns in 7K mode, notice how the barline does not reach across the eighth row):

And a few missing functions of the *.ini:
ColourColumnLine: [color code with four variables, the last one being alpha] - Colour of the ColumnLines
Barline: 0/1 - Toggles the Barline on (1) and off (0)
ColourHold: [color code with four variables, the last one being alpha] - The colour used to tint the combo number when holding long notes (orange by default)

Tried ColourBarline, but it does nothing =(
Topic Starter
MLGnom
First I'm correct about crashing game.
That what you showed is 7k+1(???) that was added today.
Game is still crashing when you do this for 8k and probably other .ini's. Or add more than that.

There was a lot of things changed/added in past 2 days (today including). I don't have time to do instant check/update tutorial and don't want to do this. Things might change tomorrow and that will require more changes in tutorial. Just wait until mania gets into pretty "finished" stage.

Luna wrote:

ColourHold: [color code with four variables, the last one being alpha] - The colour used to tint the combo number when holding long notes (orange by default)
Oh, this one I'm sure that I have missed.

Will update it later, when more things will come.
Luna
Nope, it worked before the 7+1 patch (I'm not even sure what that's supposed to do) and you can do it to 8k and other *.inis (Up to a maximum of 10)
Proof:
;)
Topic Starter
MLGnom
Ah, I see. But... aren't they useless? I mean notes do fall on those additional tracks?
Luna
No, they have no function but they are useful if you want to have the same 8 columns for every number of keys, so you don't mess up with the buttons all the time (left-to-right layout)
Topic Starter
MLGnom
Mhm. I understand. Thank you for testing that.
Like I said, will make update later when more things will come. :3
--Greed--

ziin wrote:

Are you sure you're in the right thread? If you don't have any artistic skill, you're not going to be able to make a skin. And if you're talking about making an actual beatmap, please don't hijack other threads.
Trust me, I would never hijack a thread for that purpose.

I am merely implying I have no skill or understanding in how to create interesting skins that I could use in my beatmaps.
bwross
The simplest way is to just jump in. Take a skin like the template one, and try replacing the images and sounds. Try changing things in skin.ini and see what happens (lines beginning with // are comments, they'll be ignored by osu). Look at other skins and maps with skins you like and look in their directories to see how they did things.
vermeiren69
thx for the help :D
H_Hitachiin
Awesome^^It looks better now :D
jemhuntr
hey hey hey what is this 5+1K and 7+1K? >.<
nanaolio
Nice skins in your signature :P, MLGnom

LG nanaolio
AussieEvil
Ok, something's gone wrong here:



Only my "default-0" is used in the combo number up top. The rest seems to be from the default skin!
Topic Starter
MLGnom
Errr... Screenshot is not enough to tell what it's wrong, maybe post your skin here so I can test it. All I can tell now is that you could mess up with files names.
Rei Hakurei
it's font combo related.
put in nK.ini and add FontCombo:score (as default the 'score'-value is read)
also it still buggy for me... as the current score-0 is not the fontcombo based but scoreprefix based. (in my skin bug thread)

Log
[14:37:18] <+ReiUsa> woc, what is the 'customize combo font' support ? (just asking because the skin bug)
[14:46:59] RBRat3|osu [RBRat3@cho] has quit IRC:
[15:24:54] <+woc2006> hi
[15:24:54] <+woc2006> just used as prefix for combo images.
[15:24:54] <+woc2006> combo-0 combo-1
[15:25:14] <+ReiUsa> is the prefix changeable in skin.ini ?
[15:25:32] <+ReiUsa> as the combo-X not exists but it loads score-X instead
[15:26:03] <+woc2006> never
[15:26:47] <+ReiUsa> testing with combo default score prefix now~
[15:29:33] <+ReiUsa> the combo-X doesn't work :( still using score-X anyway (except score-0 which still loaded as the ScorePrefix)
[15:29:39] <+ReiUsa> (details : t/101814&#41;
[15:31:19] <+woc2006> have you write ComboFont in *K.ini?
[15:31:30] <+ReiUsa> oh wait.. no..
[15:31:44] <+ReiUsa> orz ( i need the current template *runs)
[15:32:51] <+ReiUsa> ComboFont: 1/0/String ?
[15:35:12] <+woc2006> FontCombo: combo
[15:35:12] <+woc2006> then throw combo-0 combo-1 etc in your skin
[15:35:14] <+woc2006> or FontCombo : anywords
[15:39:31] <+ReiUsa> it works (but the problem when the fontcombo is not present, it loads the score- prefix which i think default but doesn't load the index 0)
[15:42:17] <+ReiUsa> (or even when the fontcombo is not present shouldn't it loads the scoreprefix as the default before score prefix?)
H_Hitachiin

Rei_Fan49 wrote:

it's font combo related.
put in nK.ini and add FontCombo:score (as default the 'score'-value is read)
also it still buggy for me... as the current score-0 is not the fontcombo based but scoreprefix based. (in my skin bug thread)

Log
[14:37:18] <+ReiUsa> woc, what is the 'customize combo font' support ? (just asking because the skin bug)
[14:46:59] RBRat3|osu [RBRat3@cho] has quit IRC:
[15:24:54] <+woc2006> hi
[15:24:54] <+woc2006> just used as prefix for combo images.
[15:24:54] <+woc2006> combo-0 combo-1
[15:25:14] <+ReiUsa> is the prefix changeable in skin.ini ?
[15:25:32] <+ReiUsa> as the combo-X not exists but it loads score-X instead
[15:26:03] <+woc2006> never
[15:26:47] <+ReiUsa> testing with combo default score prefix now~
[15:29:33] <+ReiUsa> the combo-X doesn't work :( still using score-X anyway (except score-0 which still loaded as the ScorePrefix)
[15:29:39] <+ReiUsa> (details : t/101814&#41;
[15:31:19] <+woc2006> have you write ComboFont in *K.ini?
[15:31:30] <+ReiUsa> oh wait.. no..
[15:31:44] <+ReiUsa> orz ( i need the current template *runs)
[15:32:51] <+ReiUsa> ComboFont: 1/0/String ?
[15:35:12] <+woc2006> FontCombo: combo
[15:35:12] <+woc2006> then throw combo-0 combo-1 etc in your skin
[15:35:14] <+woc2006> or FontCombo : anywords
[15:39:31] <+ReiUsa> it works (but the problem when the fontcombo is not present, it loads the score- prefix which i think default but doesn't load the index 0)
[15:42:17] <+ReiUsa> (or even when the fontcombo is not present shouldn't it loads the scoreprefix as the default before score prefix?)
Nice Going :)
Aquamarine
I read the FAQ but couldn't find the info I wanted. For OsuMania, is it possible to make the first four keys (left to right; not symmetrical) black, the next four keys white, and the last key black?
Lou-kun
Hey, where do I find the "skin.ini" thing?
Topic Starter
MLGnom

Lou-kun wrote:

Hey, where do I find the "skin.ini" thing?
In any existing skin. Including template that you can download here.
Lou-kun
And how can I add it to my own skin?
Topic Starter
MLGnom

Lou-kun wrote:

And how can I add it to my own skin?
Just find it inside of skin and copy it to your own. D:
OsuMe65

Lou-kun wrote:

Hey, where do I find the "skin.ini" thing?
each osu!Skin has its own skin.ini and can be found on the osu!Skin's folder.
e.g. C:/Program Files/Osu!/Skins/amigo/skin.ini (location varies on where you installed osu!)

Lou-kun wrote:

And how can I add it to my own skin?
3 options

  • 1. refer to the default's skin.ini and tweak it.
  • 2. copy other's skin.ini and edit to your own preference
and the last... (this might be difficult)
  • 3. try freelance and start from nothing and save as "skin.ini" (just refer from the 1st post under a spoilerbox named Skin.ini for the codes)
mana vayne
really useful guide :)
thanks
Yuki-kun
Testing new input background :D
kona x taros
I created hit and keys for osu!mania




Yuki-kun wrote:

Testing new input background :D
Nice ;3c
what's its file name?
Yuki-kun

kona x taros wrote:

I created hit and keys for osu!mania




Yuki-kun wrote:

Testing new input background :D
Nice ;3c
what's its file name?
It's inputoverlay-background.png and inputoverlay-key.png :oops:
kona x taros
thx :3c


Garygoh884
Now with the input logging during replays (or spectating).

Aquamarine

Saph1 wrote:

I read the FAQ but couldn't find the info I wanted. For OsuMania, is it possible to make the first four keys (left to right; not symmetrical) black, the next four keys white, and the last key black?
Is there still no way to do this?
anthonyyy0

Saph1 wrote:

Saph1 wrote:

I read the FAQ but couldn't find the info I wanted. For OsuMania, is it possible to make the first four keys (left to right; not symmetrical) black, the next four keys white, and the last key black?
Is there still no way to do this?
I would like to know too -- I want to make a pop'n music skin.
AaronLyc
It's very helpful for me ! :)
Hanyuu

AussieEvil wrote:

The graphic for the osu!mania button is special-mania.

how do you change the menu like that? i thought it is only working on the main menu??? what other screens can you set your own background? :shock:
Rei Hakurei
special-background.png
while options-background.png is deleted from resource (replaced by menu-background.jpg) by peppy~
OsuMe65
inputoverlay-background.png must be constructed from top to bottom because osu! rotates it by 90° to the right. Or construct it from bottom to top and rotate the image by 180°.
(posted for everyone who's already stumped in this element)
Facial Traffic
WoW, Thank you so much.

<33
Yuki-kun
Bad PTS...Removing bg didn't completed yet :(


Just for fun after all :D
Topic Starter
MLGnom

Yuki-kun wrote:

Bad PTS...Removing bg didn't completed yet :(


Just for fun after all :D
Huh.. What? Which bg?
Yuki-kun

MLGnom wrote:

Yuki-kun wrote:

Bad PTS...Removing bg didn't completed yet :(


Just for fun after all :D
Huh.. What? Which bg?
The BG behind the online score. It's not belong to main bg xD
Topic Starter
MLGnom
Still not sure what is the problem here... You removed bg? But which? BG from map? And after , that badly cropped, anime girl showed up there?
Yuki-kun

MLGnom wrote:

Still not sure what is the problem here... You removed bg? But which? BG from map? And after , that badly cropped, anime girl showed up there?
Actually it's new skin part that i just have found. But nvm, just a small change for my personal favourite. :)
H_Hitachiin

Yuki-kun wrote:

MLGnom wrote:

Still not sure what is the problem here... You removed bg? But which? BG from map? And after , that badly cropped, anime girl showed up there?
Actually it's new skin part that i just have found. But nvm, just a small change for my personal favourite. :)
And which part is that?
OsuMe65

Yuki-kun wrote:

MLGnom wrote:

Still not sure what is the problem here... You removed bg? But which? BG from map? And after , that badly cropped, anime girl showed up there?
Actually it's new skin part that i just have found. But nvm, just a small change for my personal favourite. :)

H_Hitachiin wrote:

And which part is that?
random guess...

that must be the playfield.png
(that might be correct or not)
Yuki-kun

OsuMe65 wrote:

random guess...

that must be the playfield.png
(that might be correct or not)
Nope, of course. I hate put playfield with any kind of picture xD
Look at those picture... :p

Rei Hakurei
the arrow there, and the leaderboard BG (as i guess right :P) is the skinnable part based from the SSs(screenshots) there
Aquamarine

Saph1 wrote:

Saph1 wrote:

I read the FAQ but couldn't find the info I wanted. For OsuMania, is it possible to make the first four keys (left to right; not symmetrical) black, the next four keys white, and the last key black?
Is there still no way to do this?
Nothing on this still?
OsuMe65

Rei_Fan49 wrote:

the arrow there, and the leaderboard BG (as i guess right :P) is the skinnable part based from the SSs(screenshots) there
we got a badass unknown element here.... -.-
H_Hitachiin

OsuMe65 wrote:

Rei_Fan49 wrote:

the arrow there, and the leaderboard BG (as i guess right :P) is the skinnable part based from the SSs(screenshots) there
we got a badass unknown element here.... -.-
And it deserves to be known :?
Yuki-kun
LoL. I forgot this topic xD
You can try to add "clicktostart.png" and "dragtobrowse.png"

You should get something like this :D


Btw: the image clicktostart should be the same size with reserve arrow.
I don't have any idea about the image dragtobrowse size, very hard to tell exactly xD
OsuMe65

Yuki-kun wrote:

LoL. I forgot this topic xD
You can try to add "clicktostart.png" and "dragtobrowse.png"

You should get something like this :D


Btw: the image clicktostart should be the same size with reserve arrow.
I don't have any idea about the image dragtobrowse size, very hard to tell exactly xD
now we have another badass elements here
mintong89
ummm..."clicktostart.png" and "dragtobrowse.png"?

can someone tell me what is this?

800 posts /o/
OsuMe65

mintong89 wrote:

ummm..."clicktostart.png" and "dragtobrowse.png"?

can someone tell me what is this?

800 posts /o/
clicktostart.png
an element used to notify the user where to press play

dragtobrowse.png
that f*cking bg behind the leaderboard

(EDIT: these elements might be considered dead... because of some issues like distractions, "beauty is destroyed" things and more to follow)
Rei Hakurei

OsuMe65 wrote:

(EDIT: these elements might be considered dead... because of some issues like distractions, "beauty is destroyed" things and more to follow)
yep.
i guess there's still one more that Yuki-kun had changed,
Topic Starter
MLGnom
osu! history page is your friend guys.
"clicktostart.png" Is most likely that button to start in very early version of osu!. It's useless now.

I'm pretty sure someone decompiled osu! files to find info about that... but I'm surprised that it's till there and working. o.O

Will try to find out what "dragtobrowse.png" is for or was for.
OsuMe65

MLGnom wrote:

Will try to find out what "dragtobrowse.png" is for or was for.
as expected... dragtobrowse.png appears behind the leaderboard...

Rei Hakurei
dragtobrowse is an instruction to drag something around there (but not touch the leaderboard), and browse the song selection up and down (regarding direction of your drag)
is it means : need the original pic of dragtobrowse ?
Yuki-kun
Not sure, but in my osu, it's still active...
Check my screenshot .


There are 2 images i'm using.


You can check at resolution 1024x768.
Rei Hakurei
where's the large transparent osu icon there?
lol
Yuki-kun

Rei_Fan49 wrote:

where's the large transparent osu icon there?
lol
It's should be appeared beside the osu icon in song selection xD
OsuMe65
even though they exist... they're still dead elements... because in the modern side of osu! (probably ~2010-2012), these elements are now beauty spoilers.
Topic Starter
MLGnom

Rei_Fan49 wrote:

where's the large transparent osu icon there?
lol
You changed dragtobrowse file?

Someone remember anything that was in the middle of song selection screen? Yes green square is my "dragtobrowse.png" 50x50.
Yuki-kun

OsuMe65 wrote:

even though they exist... they're still dead elements... because in the modern side of osu! (probably ~2010-2012), these elements are now beauty spoilers.
I'm not sure it's old or new...but anyone can give me explaination that why did they still work in my game?
Also, i always keep my game up-to-date

@MLGnom: it's depend on resolution of your game.
In my example is full screen with 1024x768 resolution.
Rei Hakurei

MLGnom wrote:

Rei_Fan49 wrote:

where's the large transparent osu icon there?
lol
You changed dragtobrowse file?

Someone remember anything that was in the middle of song selection screen? Yes green square is my "dragtobrowse.png" 50x50.
no, i didn't do anything to dragtobrowse till i touch image editor again to "move the temporary try of dragtobrowse" into dragtobrowse.
well, it was different from dragtobrowse, (also, the other hint/note : smaller version can't be changed)
(dragtobrowse is centreright aligned then)

hint: it was my try to change the skin behind there before dragtobrowse.png is the true answer instead.
Topic Starter
MLGnom

Yuki-kun wrote:

OsuMe65 wrote:

even though they exist... they're still dead elements... because in the modern side of osu! (probably ~2010-2012), these elements are now beauty spoilers.
I'm not sure it's old or new...but anyone can give me explaination that why did they still work in my game?
Also, i always keep my game up-to-date

@MLGnom: it's depend on resolution of your game.
In my example is full screen with 1024x768 resolution.
Yeah, noticed that too.
Well we shouldn't care much about these. If someone want to do something with them, go ahead, but remember they are dead elements that shouldn't be there.
If they aren't affected by aspect ratio they are from times before "widescreen" update.
Yuki-kun
If you say so... xD
Btw: Can i have your cursor and cursor trail? I really like that :D
Topic Starter
MLGnom

Yuki-kun wrote:

If you say so... xD
Btw: Can i have your cursor and cursor trail? I really like that :D
Sorry but this is private skin. Can't. ^^;
H_Hitachiin
There are probaly WAY more skin elements that we still might not know about.
Yuki-kun

H_Hitachiin wrote:

There are probaly WAY more skin elements that we still might not know about.
Actually, i knew some other elements skin, but after all, it's so useless, so i decided just keep in my mind xD
For example, the tick bar in option offset check xD
Rei Hakurei

Yuki-kun wrote:

H_Hitachiin wrote:

There are probaly WAY more skin elements that we still might not know about.
Actually, i knew some other elements skin, but after all, it's so useless, so i decided just keep in my mind xD
For example, the tick bar in option offset check xD
tick bar... uhh the slider bar or near reset button?
Topic Starter
MLGnom
Options > Audio > Run offset wizard
I'm pretty sure it's that bar. I think it can be funny to edit that. ^^;

So if you have anything more just post file names here. We will test them and then tell if they are useless or not. :3c
Rei Hakurei
ohhh.. i didn't read "option offset" orz..
"options-offset-tick.png" btw
Yuki-kun
Does hitsound can count to skin? xD
I can change some hitsound in multiplayer (like kick, ready, start game), the nightcore mode hitsound or the tick-tick sound in editor timing...and...etou.... which word should i say about this image ?

OsuMe65

Yuki-kun wrote:

Does hitsound can count to skin? xD
I can change some hitsound in multiplayer (like kick, ready, start game), the nightcore mode hitsound or the tick-tick sound in editor timing...and...etou.... which word should i say about this image ?

dude... it counts... but that image? it's impossible... also what do you mean with NC hitsound?
o.o
Yuki-kun

OsuMe65 wrote:

Yuki-kun wrote:

Does hitsound can count to skin? xD
I can change some hitsound in multiplayer (like kick, ready, start game), the nightcore mode hitsound or the tick-tick sound in editor timing...and...etou.... which word should i say about this image ?

dude... it counts... but that image? it's impossible... also what do you mean with NC hitsound?
o.o
Actually i can change that image.
and about NC hitsound...Sr i've made a mistake xD...It's drum hitsound in editor mode xD
Oh, and about hitsound in multi mode, you can try: match-leave, match-join, match-confirm.wav :D
OsuMe65

Yuki-kun wrote:

Actually i can change that image.
and about NC hitsound...Sr i've made a mistake xD...It's drum hitsound in editor mode xD
Oh, and about hitsound in multi mode, you can try: match-leave, match-join, match-confirm.wav :D
well... i guess you have your oldest osu! or you decompiled osu!...
Rei Hakurei

OsuMe65 wrote:

Yuki-kun wrote:

Actually i can change that image.
and about NC hitsound...Sr i've made a mistake xD...It's drum hitsound in editor mode xD
Oh, and about hitsound in multi mode, you can try: match-leave, match-join, match-confirm.wav :D
well... i guess you have your oldest osu! or you decompiled osu!...
or you have read the osu! default skin manually
Yuki-kun
Both of them is not my way.
I don't have enough programming skill to decompile a big project like osu!
I've tried to read Osu!.dll using Visual Studio 2012. But it's nothing more than a...binary file and i don't understand anything in that ... xD
Btw: I forgot the sound match-ready in multi mode. You can add it, but after that you must restart osu to take effect. I don't understand why...since the image part we only need to reload skin in option... xD
Rei Hakurei

Yuki-kun wrote:

Btw: I forgot the sound match-ready in multi mode. You can add it, but after that you must restart osu to take effect. I don't understand why...since the image part we only need to reload skin in option... xD
how about reloading it through entering and leaving skin menu? it could reload all possible skin elements there. (also, nightcore can't be skinned)
Yuki-kun

Rei_Fan49 wrote:

Yuki-kun wrote:

Btw: I forgot the sound match-ready in multi mode. You can add it, but after that you must restart osu to take effect. I don't understand why...since the image part we only need to reload skin in option... xD
how about reloading it through entering and leaving skin menu? it could reload all possible skin elements there. (also, nightcore can't be skinned)
I've tried it but...i don't know why in my pc, it only can change the image part. All hitsound parts don't change until i restart osu!
pixeldesu

Yuki-kun wrote:

I've tried to read Osu!.dll using Visual Studio 2012. But it's nothing more than a...binary file and i don't understand anything in that ... xD
With VS2012 (and every other VS-Release), you only can watch the hexadecimal "code" of the dll, not actually anything that's inside.
Yuki-kun
Yes, and that's why i must find another way to see skin part. But not all. xD
Actually, i knew exactly how much parts that osu contains, but i can't read them all or see how those thing designed. :(
All i see is only a hex code and binary. :(
Ayesha Altugle

Rei_Fan49 wrote:

ohhh.. i didn't read "option offset" orz..
"options-offset-tick.png" btw
It Works
proof

original
Custom

SIZE : 52x400
Might be larger or Smaller

file name:options-offset-tick.png
H_Hitachiin

Rei_Fan49 wrote:

OsuMe65 wrote:

(EDIT: these elements might be considered dead... because of some issues like distractions, "beauty is destroyed" things and more to follow)
yep.
i guess there's still one more that Yuki-kun had changed,
O.o
That icon in the back...
jemhuntr
ohwait there's too much elements in here. @MLGnom, will you PLEASE add a spoilerbox to the OP with complete, updated skin element listing, including those minor ones?? sankyu :3

Edit: OR MAYBE I'LL JUST CREATE A LIST INCLUDING THOSE REMOVED ONES. I SHALL BROWSE THIS THREAD SOMEDAY. *someday* >.>
OsuMe65

JeMhUnTeR wrote:

ohwait there's too much elements in here. @MLGnom, will you PLEASE add a spoilerbox to the OP with complete, updated skin element listing, including those minor ones?? sankyu :3

Edit: OR MAYBE I'LL JUST CREATE A LIST INCLUDDING THOSE REMOVED ONES. I SHALL BROWSE THIS THREAD SOMEDAY. *someday* >.>
i guess you found it tl and dr
jemhuntr

OsuMe65 wrote:

JeMhUnTeR wrote:

ohwait there's too much elements in here. @MLGnom, will you PLEASE add a spoilerbox to the OP with complete, updated skin element listing, including those minor ones?? sankyu :3

Edit: OR MAYBE I'LL JUST CREATE A LIST INCLUDDING THOSE REMOVED ONES. I SHALL BROWSE THIS THREAD SOMEDAY. *someday* >.>
i guess you found it tl and dr
wat. OH BTW. I FINISHED BROWSING THE ENTIRE THREAD :3

(although I forgot to take down the .ini related stuff)
oh hey I'm older than OsuMe >.<
jemhuntr
wait so that means that the entire skin is just being experimented on by you guys ??? :o that's bad xD *asks peppy*
Rei Hakurei
about new lobby UI
current lobby-background from menu-background.jpg, maybe later will be deleted from default skin.
just telling this :3
Topic Starter
MLGnom
Ah, finally a widescreen support for lobby. Well, Thank you.
OsuMe65

Rei_Fan49 wrote:

about new lobby UI
current lobby-background from menu-background.jpg, maybe later will be deleted from default skin.
just telling this :3
this happened now ._.
Yuki-kun
I don't like new Multi UI...
It's hard to read a room In Progress or not... or my Main BG too dark? :(
Rei Hakurei

Yuki-kun wrote:

I don't like new Multi UI...
It's hard to read a room In Progress or not... or my Main BG too dark? :(
your main BG is dimmed around 25~30%
Don-Tan
this new UI tactic from peppy completley destroys my affords from my skin X.x
Rei Hakurei
let's see if Special Mode or osu!direct BG too is changed its layout later time,

1. option-background ; announced by peppy that using menu-background
2. lobby-background ; not announced but same behaviour like current Pption BG
3. let's see what's gonna happen later
Topic Starter
MLGnom
Let's just hope we won't see one, same BG everywhere. :/
show more
Please sign in to reply.

New reply