forum

How do I use "WidthForHeightScale".

posted
Total Posts
4
Topic Starter
Shirou
I saw March 1st Changelog
Mania: [Blaizer] Add skin property to get back" thin notes "; use" WidthForHeightScale: 30 " I saw that there is an log.
But i don't used this code
I would like to know how to use this code

ex(Of course, with this method has not been applied.)
[Mania]
Keys: 4
//Mania skin config
ColumnStart: 136
SpecialStyle: 0
UpsideDown: 0
JudgementLine: 1
ScorePosition: 245
ComboPosition: 111
LightFramePerSecond: 60
ColumnWidth: 60,60,60,60
WidthForHeightScale: 15,15,15,15
//Colours
Colour1: 0,0,0,230
Colour2: 0,0,0,230
Colour3: 0,0,0,230
Colour4: 0,0,0,230
ColourHold: 255,255,255,255
ColourBarline: 255,255,255,150
//images
//Keys
Key0: D
Key1: F
Key2: J
Key3: K
ColumnLineWidth: 0,0,0,0,0

or

[Mania]
Keys: 4
//Mania skin config
ColumnStart: 136
SpecialStyle: 0
UpsideDown: 0
JudgementLine: 1
ScorePosition: 245
ComboPosition: 111
LightFramePerSecond: 60
ColumnWidth: 60,60,60,60
WidthForHeightScale: 15
//Colours
Colour1: 0,0,0,230
Colour2: 0,0,0,230
Colour3: 0,0,0,230
Colour4: 0,0,0,230
ColourHold: 255,255,255,255
ColourBarline: 255,255,255,150
//images
//Keys
Key0: D
Key1: F
Key2: J
Key3: K
ColumnLineWidth: 0,0,0,0,0

I used ver. b20150301cuttingedege
Blaizer
It's a single number which is used for all notes. Simply use

WidthForNoteHeightScale: 30

And your notes will have the height as if their width was 30.

EDIT: Actually this won't work... I need to fix this.

EDIT2: The changelog message is wrong. The correct name of the property is "WidthForNoteHeightScale". Should work as I've described above.
Topic Starter
Shirou

Blaizer wrote:

It's a single number which is used for all notes. Simply use

WidthForHeightScale: 30

And your notes will have the height as if their width was 30.

EDIT: Actually this won't work... I need to fix this.
:( Please ask a quick fix...


Fighting! :)
Topic Starter
Shirou

Blaizer wrote:

It's a single number which is used for all notes. Simply use

WidthForNoteHeightScale: 30

And your notes will have the height as if their width was 30.

EDIT: Actually this won't work... I need to fix this.

EDIT2: The changelog message is wrong. The correct name of the property is "WidthForNoteHeightScale". Should work as I've described above.

I confirmed that it was operating

Thank you so much!!!! :)
Please sign in to reply.

New reply