Convert 3.95 noteskin to SM 5

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mahou
    魔法少女
    • Jan 2006
    • 2153

    #1

    Convert 3.95 noteskin to SM 5

    Anybody know how to convert a 3.95 noteskin to SM 5? I'm so accustomed to Mina's noteskin that I really don't want to try to use something else.
    Originally posted by lofty rhino
    one does not simply hate everyone that plays stepmania
    AND watch anime.
  • NeoMasterPie
    Forum User
    • Jul 2007
    • 1405

    #2
    Re: Convert 3.95 noteskin to SM 5

    the only way is to do it manually. otherwise you can pay jousway to do it

    Comment

    • Mahou
      魔法少女
      • Jan 2006
      • 2153

      #3
      Re: Convert 3.95 noteskin to SM 5

      If it's inexpensive, I'll pay anyone to do it.
      Originally posted by lofty rhino
      one does not simply hate everyone that plays stepmania
      AND watch anime.

      Comment

      • Jousway
        FFR Player
        • Jun 2009
        • 867

        #4
        Re: Convert 3.95 noteskin to SM 5

        Its not a bug its a FEATURE!



        Comment

        • Mollocephalus
          Custom User Title
          • Jul 2009
          • 2608

          #5
          Re: Convert 3.95 noteskin to SM 5

          Open a stepmania 5 noteskin and replace all the graphics accordiningly

          done

          Comment

          • Jousway
            FFR Player
            • Jun 2009
            • 867

            #6
            Re: Convert 3.95 noteskin to SM 5

            Originally posted by Mollocephalus
            Open a stepmania 5 noteskin and replace all the graphics accordiningly

            done
            not really, sm-ssc, sm5, sm4 cvs and sm4 alpha use a complete diffrent system than 3.9 and 3.95

            3.95 and 3.9 is were you basicly define all the part of a noteskin using files, so you got like 200 files of redir/sprite/actor files that define diffrent images/parts of the noteskin

            in sm5 we use lua to define stuff, so for example an easy code in noteskin.lua is

            Code:
            local sElement;
            
            if 
               Var "Element" == "Tap Fake" 
            then 
               sElement = "Tap Note";
            end
            
            return  sElement;
            and the common noteskin is already basicly filled with this shit, so just changing the images wont work haha

            edit: I know more about noteskins than everyone in this comunity combined hahahahah, I can create the code for entire noteskins from the top of my head using nothing but an empty text file
            Last edited by Jousway; 07-15-2014, 04:07 PM.
            Its not a bug its a FEATURE!



            Comment

            Working...