Forums » Themes » [SM5][Theme]Pop'n music Basic

Grab the player actor on ScreenGameplay and move it to the center.
Stick this in the OnCommand of something:

for i, pn in ipairs(GAMESTATE:GetEnabledPlayers()) do
SCREENMAN:GetTopScreen():GetChild("Player" .. ToEnumShortString(pn)):x(_screen.cx)
end
< 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
Thanks for helping but i don't find in witch file i must put this command.
Reply
Theme released in first post
Reply
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://yatoshi.com/testsong.7z
http://yatoshi.com/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///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

The download link is not working.
Reply
here's the new link : http://yatoshicom.free.fr/Stepmania.5.07.popntheme.7z
Reply