.sm to .dwi converter

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fission
    no
    FFR Simfile Author
    • Jan 2004
    • 1850

    #1

    .sm to .dwi converter

    current progress:
    Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.


    standalone executable:
    here

    this script is now fully functional, but assumes you have only tap steps; no special kinds of taps. make sure you have the executable located in the root directory of the files you want to convert.

    todo:
    - erroneous .sm file checking.
    - command line support for more features.

    known issues:
    - certain characters in filenames on non-english locales will cause the converter to crash.
    - converter must be run in administrator mode or a .dwi will not be generated.
    Last edited by Fission; 08-19-2013, 09:26 PM.
  • mi40
    FFR Simfile Author
    • Aug 2008
    • 3655

    #2
    Re: .sm to .dwi converter

    w0.. g00d luke sir

    Comment

    • Fission
      no
      FFR Simfile Author
      • Jan 2004
      • 1850

      #3
      Re: .sm to .dwi converter

      i ended up finding a website with better info to get started than the SM website, guess i don't have any questions for now. will post again if anything pops up though.

      Comment

      • Fission
        no
        FFR Simfile Author
        • Jan 2004
        • 1850

        #4
        Re: .sm to .dwi converter

        http://pastebin.com/YeAFpYfN making some progress. this isn't nearly as hard as i thought it was going to be. lua's string library makes parsing a breeze.

        Comment

        • Choofers
          FFR Player
          FFR Music Producer
          • Dec 2008
          • 6205

          #5
          Re: .sm to .dwi converter

          take sm
          use blank mp3
          put in stepmania
          save once
          wala u haff dwi (and sm !!)

          Comment

          • Fission
            no
            FFR Simfile Author
            • Jan 2004
            • 1850

            #6
            Re: .sm to .dwi converter

            i'm trying to eliminate using stepmania altogether for conversions

            Comment

            • Fission
              no
              FFR Simfile Author
              • Jan 2004
              • 1850

              #7
              Re: .sm to .dwi converter

              update on what i've done

              correct dwi (using carlos' beat it file as reference):
              Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.


              incorrect dwi (trying to generate from .sm):
              Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.


              getting there

              Comment

              • mi40
                FFR Simfile Author
                • Aug 2008
                • 3655

                #8
                Re: .sm to .dwi converter

                yeah i hate turning on sm 3.9 for dwi

                Comment

                • MarioNintendo
                  Expect delays.
                  FFR Simfile Author
                  FFR Music Producer
                  • Mar 2008
                  • 4177

                  #9
                  Re: .sm to .dwi converter

                  Cooooooool!!

                  Comment

                  • NeoMasterPie
                    Forum User
                    • Jul 2007
                    • 1405

                    #10
                    Re: .sm to .dwi converter

                    yea this is legit

                    Comment

                    • dAnceguy117
                      new hand moves = dab
                      FFR Simfile Author
                      • Dec 2002
                      • 10097

                      #11
                      Re: .sm to .dwi converter

                      that's a neat project, haha. sounds like you're making quick progress!

                      Comment

                      • hi19hi19
                        lol happy
                        FFR Simfile Author
                        • Oct 2005
                        • 12194

                        #12
                        Re: .sm to .dwi converter

                        Good.

                        Glad to see you're making progress, thanks for doin' this :)


                        Comment

                        • Wayward Vagabond
                          Confirmed Heartbreaker
                          FFR Simfile Author
                          • Jul 2012
                          • 5866

                          #13
                          Re: .sm to .dwi converter

                          this is sick and is made iller by the fact that you're using a file of mine as a reference

                          Comment

                          • Fission
                            no
                            FFR Simfile Author
                            • Jan 2004
                            • 1850

                            #14
                            Re: .sm to .dwi converter

                            thanks for the support, guys :)

                            another update, using a file with all different kinds of notes to make sure i have exhaustive enough testing. sooo close, but can't figure out what is wrong atm. here is the note section for two DWIs:

                            correct - http://pastebin.com/Gb5MiB4E
                            mine - http://pastebin.com/SBeRn7s0

                            keep in mind, the different symbols between both the "correct" version and my version are equivalent. for example, <81> and <A4> are exactly the same thing.

                            Comment

                            • Fission
                              no
                              FFR Simfile Author
                              • Jan 2004
                              • 1850

                              #15
                              Re: .sm to .dwi converter

                              just posting to say that this is still an active project for me.

                              with the test file i have been using, i have successfully converted a .sm file to a .dwi file with no errors. i am going to do some more extensive testing tomorrow on multiple files to make sure there is still no conversion errors.

                              there is still some work to be to done to get this ready to be distributed as a user-friendly executable though. i need to figure out some way to package this into a single executable as well as convert any .sm file in the same directory, not just one of a specific name.

                              Comment

                              Working...