Home Gallery Resources The Team Rules chat Login Register
Pages:  1 ... 17 18 19 [20] 21 22 23 ... 29
Author Topic: Sawndz 0.12 - RELEASED  (Read 256529 times)
0 Members and 1 Guest are viewing this topic.
Jaklub
Supreme Kitten
********
Offline Offline

Posts: 597


Personal Text:

  • Awards Featured Good Citizen Super Saiyan Topic Renowned Hacker

  • View Profile Awards
    « Reply #285 on: August 19, 2011, 05:25:06 PM »


    Bug related to .sawnd files. Not entire data from them was copied (some may have noticed that while digging around the Tails SFX pack). Now it's fixed and should always work.

    Full support for old .sawnd files was kept, however.
    Logged

    As you may have noticed, I don't answer PMs with problems anymore.

    Keizer Organa
    Expert Kitten
    ****
    Offline Offline

    Posts: 79


    King of the Monsters


    View Profile WWW Awards
    « Reply #286 on: August 21, 2011, 02:40:36 AM »


    Apparently, I get this error when I try to use the program.

    "Failed to initialize drawing surfaces. Please check that your graphics card meets the minimum requirements and that your drivers are up-to-date. If your graphics card has little memory, try switching your computer to a lower resolution."

    What is this?!

    I'm using Windows 7 Professional.
    Logged

    We need more Godzilla mods in Smash in general.

    Jaklub
    Supreme Kitten
    ********
    Offline Offline

    Posts: 597


    Personal Text:

  • Awards Featured Good Citizen Super Saiyan Topic Renowned Hacker

  • View Profile Awards
    « Reply #287 on: August 21, 2011, 03:42:57 AM »


    Restart your computer and try again.
    Logged

    As you may have noticed, I don't answer PMs with problems anymore.

    Keizer Organa
    Expert Kitten
    ****
    Offline Offline

    Posts: 79


    King of the Monsters


    View Profile WWW Awards
    « Reply #288 on: August 21, 2011, 04:44:32 AM »


    Restart your computer and try again.

    Tried that and it didn't work.
    Logged

    We need more Godzilla mods in Smash in general.

    Jaklub
    Supreme Kitten
    ********
    Offline Offline

    Posts: 597


    Personal Text:

  • Awards Featured Good Citizen Super Saiyan Topic Renowned Hacker

  • View Profile Awards
    « Reply #289 on: August 21, 2011, 05:01:28 AM »


    Are you using a toaster or a computer? ;p j/k. You have to resort to the more work-involving way.

    1. Get those 3 files on your own and put them into the directory with Sawndz.
    soundfile.dll
    sndconv.exe
    dsptool.dll
    2. You still need the smashbros_sound.brsar in your directory.
    3. If you want to insert a single .wav sound, rename it to sound.wav and put it into your directory with Sawndz. Create a text file, e.g. sawnd.txt. Open it and copy-paste that:
    Code:
    BEGIN a
    File sound.wav
    OUTPUT ADPCM
    END
    Next, use command line to run this
    sndconv sawnd.txt -a
    Instead of sawnd.txt write the name of your text file.
    After that operation, run this in your command line.
    sawndz insert -groupid -collid -wavid -frequency 0
    ALL ARGUMENTS IN DECIMAL.
    Instead of -groupid write the group ID of the group your sound is in.
    Instead of -collid write the collection ID of the collection your sound is in.
    Instead of -wavid write the wave ID of the wave you want to replace.
    Instead of -frequency write the frequency of your sound.
    0 should always be there at the end.
    I assume you probably won't be using base wave functionality, so I'll explain it some other time.
    4. If you want to create a sawnd file, first make sure there is no sawnd.sawnd file in the directory with Sawndz. Then run this from command line
    sawndz sawndcreate -groupid
    Instead of -groupid write the group ID of the group of which you want to create the sawnd file. In decimal.
    5. If you want to insert a sawnd file, rename it to sawnd.sawnd and put it into directory with Sawndz. Then run this from command line
    sawndz sawnd
    6. If you want to insert a hex packet, rename it to hex.hex and put it into directory with Sawndz. Then run this from command line
    sawndz hex -groupid
    Instead of -groupid write the ID of group which hex packet replaces. In decimal.

    And that's pretty much it. To get the group IDs, collection IDs and wave IDs refer to the image included with Sawndz. Use SmashBox 0.57 to open your brsar.
    « Last Edit: August 21, 2011, 05:29:52 AM by Jaklub » Logged

    As you may have noticed, I don't answer PMs with problems anymore.

    Keizer Organa
    Expert Kitten
    ****
    Offline Offline

    Posts: 79


    King of the Monsters


    View Profile WWW Awards
    « Reply #290 on: August 21, 2011, 05:09:44 AM »


    Are you using a toaster or a computer? ;p j/k. You have to resort to the more work-involving way. 1. Get those 3 files on your own and put them into the directory with Sawndz. soundfile.dll sndconv.exe dsptool.dll 2. You still need the smashbros_sound.brsar in your directory. 3. If you want to insert a single .wav sound, rename it to sound.wav and put it into your directory with Sawndz. Run this in your command line. sawndz insert -groupid -collid -wavid -frequency 0 ALL ARGUMENTS IN DECIMAL. Instead of -groupid write the group ID of the group your sound is in. Instead of -collid write the collection ID of the collection your sound is in. Instead of -wavid write the wave ID of the wave you want to replace. Instead of -frequency write the frequency of your sound. 0 should always be there at the end. I assume you probably won't be using base wave functionality, so I'll explain it some other time. 3. If you want to create a sawnd file, first make sure there is no sawnd.sawnd file in the directory with Sawndz. Then run this from command line sawndz sawndcreate -groupid Instead of -groupid write the group ID of the group of which you want to create the sawnd file. In decimal. 4. If you want to insert a sawnd file, rename it to sawnd.sawnd and put it into directory with Sawndz. Then run this from command line sawndz sawnd 5. If you want to insert a hex packet, rename it to hex.hex and put it into directory with Sawndz. Then run this from command line sawndz hex -groupid Instead of -groupid write the ID of group which hex packet replaces. In decimal. And that's pretty much it. To get the group IDs, collection IDs and wave IDs refer to the image included with Sawndz. Use SmashBox 0.57 to open your brsar.

    Thanks! I'll give it a try!
    Logged

    We need more Godzilla mods in Smash in general.

    Jaklub
    Supreme Kitten
    ********
    Offline Offline

    Posts: 597


    Personal Text:

  • Awards Featured Good Citizen Super Saiyan Topic Renowned Hacker

  • View Profile Awards
    « Reply #291 on: August 21, 2011, 05:26:35 AM »


    Sorry, I made a mistake in point 3. I'll fix it right now.
    Logged

    As you may have noticed, I don't answer PMs with problems anymore.

    Keizer Organa
    Expert Kitten
    ****
    Offline Offline

    Posts: 79


    King of the Monsters


    View Profile WWW Awards
    « Reply #292 on: August 21, 2011, 04:31:27 PM »


    Sorry, I made a mistake in point 3. I'll fix it right now.

    I knew something was up with that while I was trying to add sounds. Thanks again Smiley!
    Logged

    We need more Godzilla mods in Smash in general.

    duskboshi14
    Newbie Kitten
    *
    Offline Offline

    Posts: 4


    View Profile Awards
    « Reply #293 on: August 21, 2011, 09:47:46 PM »


    I'm trying to make a Meta Knight announcer sound replacement, and when I play it in brawl it's slowed down. The clip isn't even a second long, the Frequency 16000, and it is in mono. What do I do?
    Logged

    Jaklub
    Supreme Kitten
    ********
    Offline Offline

    Posts: 597


    Personal Text:

  • Awards Featured Good Citizen Super Saiyan Topic Renowned Hacker

  • View Profile Awards
    « Reply #294 on: August 22, 2011, 02:49:30 AM »


    Are you sure you're using the newest Sawndz?

    Please send me the clip if you are.
    Logged

    As you may have noticed, I don't answer PMs with problems anymore.

    duskboshi14
    Newbie Kitten
    *
    Offline Offline

    Posts: 4


    View Profile Awards
    « Reply #295 on: August 22, 2011, 10:59:44 AM »


    ...Yeah, I'm not. I just updated, thanks ^^;
    Logged

    Keizer Organa
    Expert Kitten
    ****
    Offline Offline

    Posts: 79


    King of the Monsters


    View Profile WWW Awards
    « Reply #296 on: August 22, 2011, 03:12:37 PM »


    Now I'm having trouble while I'm trying to insert a WAV file. I keep getting this error say "Group is incorrect" or something. Did I do something wrong?

    I was trying to replace the audience's Captain Falcon chant (root, cheer, whatever its called).
    Logged

    We need more Godzilla mods in Smash in general.

    Jaklub
    Supreme Kitten
    ********
    Offline Offline

    Posts: 597


    Personal Text:

  • Awards Featured Good Citizen Super Saiyan Topic Renowned Hacker

  • View Profile Awards
    « Reply #297 on: August 22, 2011, 03:20:39 PM »


    You're trying to use non-existent group. Write what are you exactly trying to run.

    BTW Captain Falcon's group ID is 20.
    Logged

    As you may have noticed, I don't answer PMs with problems anymore.

    Keizer Organa
    Expert Kitten
    ****
    Offline Offline

    Posts: 79


    King of the Monsters


    View Profile WWW Awards
    « Reply #298 on: August 22, 2011, 06:17:13 PM »


    You're trying to use non-existent group. Write what are you exactly trying to run.

    BTW Captain Falcon's group ID is 20.

    It didn`t do squat! I followed the instructions you gave me, but none of them worked! What else do I need to do to insert a wave?
    Logged

    We need more Godzilla mods in Smash in general.

    Jaklub
    Supreme Kitten
    ********
    Offline Offline

    Posts: 597


    Personal Text:

  • Awards Featured Good Citizen Super Saiyan Topic Renowned Hacker

  • View Profile Awards
    « Reply #299 on: August 23, 2011, 03:08:47 AM »


    It didn`t do squat! I followed the instructions you gave me, but none of them worked! What else do I need to do to insert a wave?
    Tell me what step are you stuck in and I will help.
    Logged

    As you may have noticed, I don't answer PMs with problems anymore.

    Pages:  1 ... 17 18 19 [20] 21 22 23 ... 29
    Print
    Jump to: