YesNoOk
avatar

IKEMEN GO WITH ITS OWN CUSTOMIZABLE SELECT STAGE SCREEN (Read 8525 times)

Started by Mazemerald., January 14, 2023, 12:52:26 AM
Share this topic:
IKEMEN GO WITH ITS OWN CUSTOMIZABLE SELECT STAGE SCREEN
#1  January 14, 2023, 12:52:26 AM
  • ***
  • SCREENPACKER
    • Brazil


This image explains everything guys, I really wish the engine could give us the option to separate the stage selection screen and so on for animations, transitions and different sounds, I believe this could be a module. Sometimes we can be a little ambitious with ideas, but that's how it all comes true.

[Stage Select Screen]

;Transition to separate the Character Select screen to the Stage Select screen.

obs: all the attributes like offset,layerno and scale are considered.

;Portrait for the stage (sprite or animation)

stage.portrait.spr =
stage.portrait.anim =


;Portrait for the stage background (sprite or animation)

stage.portrait.bg.spr =
stage.portrait.bg.anim =


;Arrow icon for indicate right/left (sprite or animation)

stage.arrow.spr =
stage.arrow.anim =

;Stage voice (Narrator of the stage name, sound added in system.snd)

stage.snd = 3000.0


;music (Own soundtrack for this screen)

stage.bgm = sound/stage.mp3

; stage SFX

stage.move.snd = 100.0
stage.done.snd = 100.1
cancel.snd = 100.2

; used to put the name of the stage

stage.name.text = "%s"
stage.name.font=


; used to put a story for the stage

stage.description.text= "%s"
stage.description.font=


So what do you guys think, could you give more suggestions for this modules and what can be further implemented?

Last Edit: January 14, 2023, 01:47:23 AM by Mazemerald.
Re: IKEMEN GO WITH ITS OWN CUSTOMIZABLE SELECT STAGE SCREEN
#2  March 02, 2023, 06:37:19 PM
  • *****
  • Shame on you!
    • USA
This is a pretty good idea. The best way to get this to be universal is to have it NOT be an option as easy as possible. This way screenpacks can just be implemented as they are now.
Have an option at the top for disabled or enabled. I think a lot more screenpack creators would/could get behind it easier then.
They'd be able to add the info into their screenpack, then once they're ready they could add it in pretty simple.

Maybe make it two parts? One would be the on or off check. The second would be what you've laid out. If you could make it use a lot of the attributes off the select screen, you could make a copy and paste drop in for a bunch of different screenpacks?
vVv Ryuko718 Updated 10/31/22 vVv