forum

Osu!Mania Skinning Question

posted
Total Posts
3
Topic Starter
GhostTortilla
I was wondering if I could slow down the way Osu! Updates notes while playing.
http://puu.sh/mh1mo/1704910e61.gif
This example shows that the "Blue - Green" Notes have 4 different skins. http://puu.sh/mh2fN/810b58a317.png And I want them to be played like once maybe twice per tick. Is that possible to do in the skin-file somehow? Like maybe add a line or two which says how many times it should update per tick.

If anyone has a solution to this I would be very grateful for any help relating this post.
satorialist
What you got is an animation consisting of 4 frames. There is a skin.ini line that changes the amount of frames drawn per second, it's

[General]
AnimationFramerate: value

With this you can set the amount of frames drawn per second for (almost) all animations, osu will then cycle through all images at set framerate.
Source: https://osu.ppy.sh/wiki/Skin.ini
Topic Starter
GhostTortilla
Hmmm... Interesting link you sent there, but it didn't work for me probably because I did something wrong (As Always)

Copy Paste of My "Skin.ini" File
[[General]
Name: GT-Skin


Author: GhostTortilla

Version: 2.5


[General]

AnimationFramerate: 10
SliderBallFlip: 1
CursorRotate: 1
CursorTrailRotate: 1
CursorExpand: 0
CursorCentre: 1
SliderBallFrames: 60
ComboBurstRandom: 1
HitCircleOverlayAboveNumer: 1
SliderStyle: 2
AllowSliderBallTint: 1
SpinnerFadePlayfield: 1

[Colours]
Combo1: 26,163,242
Combo2: 184,32,240
Combo3: 57,202,255
Combo4: 23,209,124
Combo5: 244,51,151
Combo6: 244,146,51
Combo7: 247,234,27

InputOverlayText: 255,255,255

MenuGlow: 0,0,0
SongSelectActiveText: 240,232,16
SongSelectInactiveText: 146,142,35


SliderBorder: 150,150,150
SliderTrackOverride: 2,2,15

[Fonts]
HitCirclePrefix: default
HitCircleOverlap: 6

ScorePrefix: score
ScoreOverlap: 6

ComboPrefix: combo
ComboOverlap: 6

[Mania]

NoteFlipWhenUpsideDown: 0

[Mania]
Keys: 2
//Mania skin config
ColumnStart: 300
HitPosition: 402
SpecialStyle: 0
SpecialPositionLeft: 1
UpsideDown: 0
JudgementLine: 1
ScorePosition: 325
ComboPosition: 111
FontCombo: score
LightFramePerSecond: 30
ColumnWidth: 100,100

[Mania]
Keys: 3
//Mania skin config
ColumnStart: 300
HitPosition: 402
SpecialStyle: 0
SpecialPositionLeft: 1
UpsideDown: 0
JudgementLine: 1
ScorePosition: 325
ComboPosition: 111
FontCombo: score
LightFramePerSecond: 24
ColumnWidth: 100,75,100

[Mania]
Keys: 4
//Mania skin config
ColumnStart: 300
HitPosition: 402
SpecialStyle: 0
SpecialPositionLeft: 1
UpsideDown: 0
JudgementLine: 1
ScorePosition: 325
ComboPosition: 111
FontCombo: score
LightFramePerSecond: 30
ColumnWidth: 70,70,70,70

[Mania]
Keys: 5
//Mania skin config
ColumnStart: 250
HitPosition: 402
SpecialStyle: 0
SpecialPositionLeft: 1
UpsideDown: 0
JudgementLine: 1
ScorePosition: 325
ComboPosition: 111
FontCombo: score
LightFramePerSecond: 24
ColumnWidth: 50,50,40,50,50

[Mania]
Keys: 6
//Mania skin config
ColumnStart: 250
HitPosition: 402
SpecialStyle: 0
SpecialPositionLeft: 1
UpsideDown: 0
JudgementLine: 1
ScorePosition: 325
ComboPosition: 111
FontCombo: score
LightFramePerSecond: 24
ColumnWidth: 40,40,40,40,40,40

[Mania]
Keys: 7
//Mania skin config
ColumnStart: 250
HitPosition: 402
SpecialStyle: 0
SpecialPositionLeft: 1
UpsideDown: 0
JudgementLine: 1
ScorePosition: 325
ComboPosition: 111
FontCombo: score
LightFramePerSecond: 24
ColumnWidth: 50,50,50,50,50,50,50
Please sign in to reply.

New reply