So cemetery and I were browsing around skins and I asked the question is it possible to delete the hyper after images? It would reduce a lot of clutter and make reading easier and after browsing the skin options we found this line >>
I already knew you could change hyper color but I did not know you could change the after image, this reduces a LOT of clutter and pretty much changes gameplay dramatically, mostly for FL and Nomod play, It might be better on HD? I'm not too sure but this is how you do it.
Examples >>
Hyper Clutter
No Hyper Clutter
first go to your skin and open your skin folder and look for your skin.ini file
Then go into your skin.ini and add this line >>
As far as I know it could be anywhere in your skin.ini then change your value to 0,0,0,0 The last 0 stands for Alpha which is RGBA Color Scheme
---------------------------------------------------------------------------------------------------------------------------------------------------
To change hyper colors you need to find RGBA Colors >> Go to here http://html-generator.weebly.com/css-rg ... rator.html
If you want to change the hyper dash color you must input a code in this Code Section as told above in your Skin.ini
For some reason osu! doesn't like RGBA so change the A on alpha to 225 instead of 1, alpha is how much dim/bright or how much opacity it has.
Example >> Sky Blue is 0,174,255,255
If you have any issues feel free to post and I will assist you.
If you want to see what it looks like in game, you can use my skin and test it out HERE >>>> http://puu.sh/eWM9d.rar <<<<
Keep in mind that it has lights disabled aswel.
//The colour of the hyper dash catcher afterimages
//Defaults to the same as HyperDash (above) if not present
HyperDashAfterImage: 255,0,0
I already knew you could change hyper color but I did not know you could change the after image, this reduces a LOT of clutter and pretty much changes gameplay dramatically, mostly for FL and Nomod play, It might be better on HD? I'm not too sure but this is how you do it.
Examples >>
Hyper Clutter
No Hyper Clutter
first go to your skin and open your skin folder and look for your skin.ini file
Then go into your skin.ini and add this line >>
[CatchTheBeat]
//The colour of the hyper dash catcher
HyperDash: 255,255,255,255
//The colour of the hyper dash catcher afterimages
//Defaults to the same as HyperDash (above) if not present
HyperDashAfterImage: 0,0,0,0
//The colour of the hyper dash fruit outline
//Defaults to the same as HyperDash (above) if not present
HyperDashFruit: 0,174,255,255
As far as I know it could be anywhere in your skin.ini then change your value to 0,0,0,0 The last 0 stands for Alpha which is RGBA Color Scheme
---------------------------------------------------------------------------------------------------------------------------------------------------
To change hyper colors you need to find RGBA Colors >> Go to here http://html-generator.weebly.com/css-rg ... rator.html
If you want to change the hyper dash color you must input a code in this Code Section as told above in your Skin.ini
//The colour of the hyper dash fruit outline
//Defaults to the same as HyperDash (above) if not present
HyperDashFruit: PUT CODE HERE >>> 0,174,255,255 <<< PUT CODE HERE
For some reason osu! doesn't like RGBA so change the A on alpha to 225 instead of 1, alpha is how much dim/bright or how much opacity it has.
Example >> Sky Blue is 0,174,255,255
If you have any issues feel free to post and I will assist you.
If you want to see what it looks like in game, you can use my skin and test it out HERE >>>> http://puu.sh/eWM9d.rar <<<<
Keep in mind that it has lights disabled aswel.