stepmania 5 gameplay question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sidek
    FFR Player
    • Nov 2010
    • 777

    #1

    stepmania 5 gameplay question

    well as the title says i wan't to know if its possible to have a specific width / height whit all song backgrounds during the gameplay
    for example

    width 350
    height 263

    i wan't to display those dimensions whit all songbackgrounds but sometimes appear other width or height.

    if can be possible someone can tell me how can i do to fix that ?
    thank you

    Bye.
  • Kyzentun
    FFR Player
    • Dec 2014
    • 125

    #2
    Re: stepmania 5 gameplay question

    Can you use Photoshop to create some images explaining what you mean?
    Stepmania Development in action:

    Comment

    • Sidek
      FFR Player
      • Nov 2010
      • 777

      #3
      Re: stepmania 5 gameplay question

      Originally posted by Kyzentun
      Can you use Photoshop to create some images explaining what you mean?
      this is the main width / height according to the theme metrics

      SongBackgroundOnCommand=%function(self,param) \
      if ThemePrefs.Get("SmallBackground") and not ( GAMESTATE:IsHumanPlayer(PLAYER_1) and GAMESTATE:IsHumanPlayer(PLAYER_2) ) then \
      if GAMESTATE:IsHumanPlayer(PLAYER_1) then \
      (cmd(x,SCREEN_CENTER_X-40;y,SCREEN_CENTER_Y-150;zoom,ThemePrefs.Get("SimpleMode") and 0 or 0.4))(self); \
      else \
      (cmd(x,SCREEN_CENTER_X-300;y,SCREEN_CENTER_Y-150;zoom,ThemePrefs.Get("SimpleMode") and 0 or 0.4))(self); \
      end; \
      end; \
      end;



      sometimes some backgrounds appear whit this width having that command



      this is another example as you can see the background its small



      but when appear the video has other width / height


      and this is the width / height i wan't to have in all songbackgrounds during the gameplay

      Last edited by Sidek; 07-15-2015, 04:12 PM.

      Bye.

      Comment

      Working...