This is a very basic theme and it as only one goal, to plays the pms files in stepmania in the pop'n music fun style
Here's the theme and a song to test the pop'music mode:
http://yatoshicom.free.fr/testsong.7z
http://yatoshicom.free.fr/Stepmania.5.07.popntheme.7z
You need to
-select popn game type
-set up the theme "pop'n music basic" and the noteskin "sypopn"
-set up "center 1P" "on"
This basic theme works ONLY for popn mode
As i don't know anything in lua i've done this theme mainly from deductions from default theme and from this forum help (thanks).
As i don't think to go further, if someone want to do a poper theme so we can use the pop'n controler style with all game types (i think the noteskin itself is ok), here's all the graphics used as separate png files:
http://yatoshi.com/Gaphicspopn.7z
/////////////Old Discution///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Hello.
As no Pop'n music noteskin exist, and as i want to play pms file, i'm on the way to do a basic pop'n music noteskin.
I'm at realy early stage and need help to start the noteskin.lua file and button var.
In "dance" game the buttons variables are simply named ("up", "down,"...) but in pop'n music it's 2 parts name ("Left White","Left Blue")
In noteskin.lua i first need to redirect the buttons graphic but can't make it works (well "Red" works but that's the only simple varigable name)
Works:
Red = "Key",
Don't Works:
Left White = "Key",
nor
LeftWhite = "Key",
nor
Left_White = "Key",
nor
"Left White" = "Key",
...
in the official documentation the buttons names are:
Left White, Left Yellow, Left Green, Left Blue, Red, Right Blue, Right Green, Right Yellow, Right White
I think i don't use the right name structure to use 2-parts variable name.
Any sugestions ?
Thanks.
/////////////Old Discution///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Here's the theme and a song to test the pop'music mode:
http://yatoshicom.free.fr/testsong.7z
http://yatoshicom.free.fr/Stepmania.5.07.popntheme.7z
You need to
-select popn game type
-set up the theme "pop'n music basic" and the noteskin "sypopn"
-set up "center 1P" "on"
This basic theme works ONLY for popn mode
As i don't know anything in lua i've done this theme mainly from deductions from default theme and from this forum help (thanks).
As i don't think to go further, if someone want to do a poper theme so we can use the pop'n controler style with all game types (i think the noteskin itself is ok), here's all the graphics used as separate png files:
http://yatoshi.com/Gaphicspopn.7z

/////////////Old Discution///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Hello.
As no Pop'n music noteskin exist, and as i want to play pms file, i'm on the way to do a basic pop'n music noteskin.
I'm at realy early stage and need help to start the noteskin.lua file and button var.
In "dance" game the buttons variables are simply named ("up", "down,"...) but in pop'n music it's 2 parts name ("Left White","Left Blue")
In noteskin.lua i first need to redirect the buttons graphic but can't make it works (well "Red" works but that's the only simple varigable name)
Works:
Red = "Key",
Don't Works:
Left White = "Key",
nor
LeftWhite = "Key",
nor
Left_White = "Key",
nor
"Left White" = "Key",
...
in the official documentation the buttons names are:
Left White, Left Yellow, Left Green, Left Blue, Red, Right Blue, Right Green, Right Yellow, Right White
I think i don't use the right name structure to use 2-parts variable name.
Any sugestions ?
Thanks.
/////////////Old Discution///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Last edited: 31 December 2016 1:39am