• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Recent content by Deconimus

  1. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    Using a hex editor isn't necessary. Not wanting to do that manually was my primary motivation to write this program actually. Aside from the GCR extra steps, all you need to do is follow my "usage instructions". Ask away, if there's something unclear. This option is just for changing the game...
  2. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    Unfortunately I don't use Nintendont and therefore don't know if there are any differences I should know about regarding this tool. Also the dolphin issue seems very strange, but I haven't tested saves until this point (saves aren't a problem when running it via DIOS MIOS at least). Until I...
  3. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    If you don't see a .jar file your file-explorer probably doesn't show known file-extensions (default in win7 and later I think). Editing the path variables is pretty straight forward actually, but maybe my description was a bit vague. I just looked for a guide and found this. Yep that's a...
  4. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    You're supposed to execute the "20XX Music Manager.jar" file. You should be able to just double-click the file to do so. If not you probably need to install or update Java first (download, run the installer and optionally restart your pc). If that won't work have look at this.
  5. Deconimus

    [OLD] The Melee Toolbox | Current Release: 4.0.1

    I already put out an update for that (v1.2e). Maybe you already know this, but an easy trick to deal with such cases in Windows is to use the "pushd" command. E.g. put a batch script in the directory of the program you want to run, have "pushd %~dp0" as the first line and optionally "popd"...
  6. Deconimus

    How to Create Custom HPS Music Files Using MeleeHPS (Includes BRSTM File Conversion Guide!)

    Might want to have a look at this. If you only want to change the titles though, you could also do this by hand with a hex-editor, to do so, either have a look at the "How it works" section in the thread I linked, or this comments tree on reddit.
  7. Deconimus

    Melee Audio Converter (aka HPS-Builder) v1.1c (Update 2016-04-14)

    For my "perfect loops" I'm aligning the sample rate so that the last sample would be at the very end of the last block. I guess a precision of 56 samples should be more than enough though and this way we would have way more options to handle loops. Of course that makes sense, I was just trying...
  8. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    @CPRDMBreaker2k I just released a new version that should work for you even if you don't go through my suggested steps. I'd still advice you to do these though, since it shouldn't be normal behaviour for your JRE to execute a jar in a different location (that is unless you specify to do so)...
  9. Deconimus

    [OLD] The Melee Toolbox | Current Release: 4.0.1

    Just tried out your new patch and discovered that starting my tool from there, I'm having the same issues as CPRDMBreaker2k reported to me a few days back. Originally I thought it's just something regarding his Java installation. However this seems like a classic "wrong exec directory" thing...
  10. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    That is almost too convenient, where has this been in my life. Awesome, maybe you also want to have a look at this, a tool for audio conversion only.
  11. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    Well dumping log files was the only thing the test was designed to do. Thanks for trying it out though. Unfortunately there's not much left I could do to help you, since I couldn't recreate the issues you're dealing with on my computer or others I tried my program on. I don't know if you're...
  12. Deconimus

    Official Melee Texture Hack Thread

    Character: Sheik Costume: White Name: "Enter SHEIKari" Made by: Deconimus Download: http://www.mediafire.com/download/3g57w74at5u2uuh/PlSkWh.dat
  13. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    Alright, that should at least eliminate some error sources. Did my program at least dump a log.txt file? Anyway I wrote a tool that tests out a few approaches on dealing with filepaths. http://www.mediafire.com/download/333a7kf61akwb59/FilepathTest.zip You could try to run it on your...
  14. Deconimus

    20XX Music Manager v1.2f [Update 2016-04-14]

    That's a bummer. Seems to me like filepaths won't resolve correctly, so that my provided monospace font won't be loaded and your .mp3 file won't be analysed (thus the faulty src sample-rate of -0.001 KHz). Since I just released an update for the program, you can try again with the new version...
  15. Deconimus

    Melee Physics

    As far as I can tell they read the data from binary files stored inside the Melee image. They are probably just arbitrary non-unit values that seemed fit for the games mechanics. The aerial mobility is getting added to the characters horizontal velocity when tilting the control-stick in a...
Top Bottom