Forums » Themes » [SM5.0/5.1][NoteSkin] hanubeki

Note: previous topic is accidentally deleted by misclick.

A simple flat NoteSkin for StepMania 5.0/5.1.
A goal of this noteskin is to support every gametype (except lights).

27, Oct 2016: NoteSkin hanubeki is "finished" unless compatibility issue or new StepsType is added.

Current version requires StepMania 5.1.-3 or newer.

Preview:
Spoiler (click to view)Preview NoteSkin hanubeki

NoteSkin Paramaters:
Spoiler (click to view)
Color Type: Quantize, Column, Split, Alternate, Symmetric, Flat
* [en] Choose coloring method of note.
* [ja] ノートの色付け方法を選択します。
* Alternate and Symmetric are same way if column number is odd.

Quanta Mode: Default, 3.9 Note, 3.9 Solo, 4.0 Bold, ITG, DDR Note, PIU Rhythm, Mungyodance, Pulsen Shapes
* [en] Choose quantize colorize mode.
* [ja] クォンタイズの色付けモードを選択します。

Quanta Multiply: Default, Halved, Thirdsed, Quartered
* [en] Choose quantize multiplier.
* [ja] クォンタイズの基準となる倍率を選択します。

Color Values: Primary, Secondary, Tertiary
* [en] Set colors for Split, Alternate, Symmetric and Flat coloring.
* [ja] Split、Alternate、Symmetric、Flat用の色を設定します。

Mine Color: False, True
* [en] Choose if mines to be colored same as normal notes.
* [ja] マインノートを通常ノートと同じように色分けするか選択します。

Note Type: Normal, Bar (Narrow), Bar (Wide), Circle
* [en] Choose shape of note.
* [ja] ノートの形状を選択します。

Lift Type: Octagon, Arrow
* [en] Choose shape of lifts.
* [ja] リフトの形状を選択します。
* Using "Arrow" with Split/Alternate/Symmetric coloring is not recommended.

Narrower Solo: False, True
* [en] Narrower lane like PS3 DDR's Octo Mode in Solo/Techno8.
* [ja] Solo/Techno8のレーンをPS3 DDRのOctoモードやWii DDRのように狭くします。

Scratch Side: Left, Right
* [en] Choose side of scratch. If doubles chart, only affected to P1.
* [ja] スクラッチの位置を選択します。ダブル譜面の場合、P1側のみ影響します。


Known problems:
Spoiler (click to view)
* Active hold head has offset if Visual Delay is set (may not be my bug because it happened also with default noteskin).


License:
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.

Download for 5.1:
Download zip or clone from GitHub

Older versions for 5.0:
Download NoteSkin hanubeki final for 5.0
GitHub repository (tagged 5.0-final)

Last edited: 12 July 2017 3:48am

Reply
This is great! Thanks
Reply
NoteSkin hanubeki alpha 2 for StepMania 5.1.0 alpha (ONLY FOR TESTING!)
http://www.geocities.jp/cbrk803832/hanubeki-sm51-alpha2.zip

Last edited: 2 December 2015 8:36pm

Reply
-- lacks flipX or rotateY
Actually, you can flip or rotate the note in its InitCommand, like this:

taps= {
NewSkinTapPart_Tap= {
state_map= tap_state_map,
actor= Def.Sprite{Texture= "tap_note 2x8.png",
InitCommand= function(self) self:rotationz(rots[button]) end}},
NewSkinTapPart_Mine= {
state_map= mine_state_map,
actor= Def.Sprite{Texture= "mine.png"}},
NewSkinTapPart_Lift= {
state_map= tap_state_map,
actor= Def.Sprite{Texture= "lift 2x8.png",
InitCommand= function(self) self:rotationz(rots[button]) end}},
},


So I've been thinking that the rotations table in the engine is redundant, and should be taken out. Rotation and such can just be done in the InitCommand for the actor.
< cybik> til Kyzentun fixes bugs for breakfast
--
< maxvg1> shakesoda: then why do i still play lol
<@shakesoda> because you're an ITG player. And thus, a masochist
--
<@shakesoda> Kyzentun: I think you might need to put down the meshes for a bit
Reply
NoteSkin hanubeki alpha 3 for StepMania 5.1.0 alpha (ONLY FOR TESTING!)
http://www.geocities.jp/cbrk803832/hanubeki-sm51-alpha3.zip
* Support kickbox


Actually, you can flip or rotate the note in its InitCommand, like this:


Thanks Kyzentun.

Last edited: 10 December 2015 2:44am

Reply
5.1 hanubeki's skin_parameters will be:

skin_parameters = {
note_type = "Normal",
color_type = "Quantize",
},
skin_parameter_info = {
note_type = {"Normal", "Bar32", "Bar64", "Circle"},
color_type = {"Quantize", "Column"},
},

Last edited: 3 December 2015 2:06am

Reply
Didn't realize this skin supported kb7. Might try it again some time!
Why am I not running fast?
I have fast feet.
Is it because i broke them?
I have all these bandages.
Reply
NoteSkin hanubeki alpha 4 for StepMania 5.1.0 alpha (ONLY FOR TESTING!)
http://www.geocities.jp/cbrk803832/hanubeki-sm51-alpha4.zip
* Add skin_parameters to noteskin.lua (not tested)
* Add some variant of noteskin

Last edited: 14 December 2015 4:45pm

Reply