Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Editing eboot.pbp

                  
   
  1. #11
    DCEmu Coder Safari Al's Avatar
    Join Date
    Mar 2007
    Location
    http://homebrewheaven.net
    Posts
    863
    Rep Power
    0

    Default

    i do not think so parker. In regards to the music (i could care less about the remaining coins thing.) I realllllllllllllllllllly need help with the sfx issue.
    Come Visit Homebrew Heaven, Where you'll find the latest gaming news and downloads!

    View My Coding Blog


    The Return of The Lounge!
    Mario Gold Rush
    Current C++ Project: To be Announced soon on Homebrew Heaven

    Currently Coding in: C++ for the PSP

  2. #12
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Default

    if you want to mod programs , some coding skill would be v. useful.
    many noob programmers start with visual basic.
    NEway, in lua:

    dataPsp=io.open("data.psp","rb")
    exeStr=dataPsp:read("*a") dataPsp:close()
    modStr=string.gsub(exeStr,"remaining coins","StillNotGot")
    dataMod=io.open("data.mod","w+")
    dataMod:write(modStr) dataMod:close()

    *SFX - i think its to do with bitrates . Use freeware Audacity to customize samples *

  3. #13
    DCEmu Coder Safari Al's Avatar
    Join Date
    Mar 2007
    Location
    http://homebrewheaven.net
    Posts
    863
    Rep Power
    0

    Default

    thanks dangee but for me there is no hope. please someone help me with the sfx issue. i do not care if it says remaining coins anymore but thnx for the help. The sfx is one of the biggest parts of the game and i need to mod it and it still sounds fuzzy. In the sfx folder i have 6 files: break, bump, coin, die, jump, and pause. I ahve my own .wav files i am replacing the last four. I have just tried to replace only the jump file (23kb) with one that is 20kb. It still made a static-like sound. I tried the ones from the sonic mod even though they exceeded the kb limit on the original ones and it worked. What do the sonic sounds have that mine don't???? Help would reallllllllly be apreciated!!!!!!!
    Come Visit Homebrew Heaven, Where you'll find the latest gaming news and downloads!

    View My Coding Blog


    The Return of The Lounge!
    Mario Gold Rush
    Current C++ Project: To be Announced soon on Homebrew Heaven

    Currently Coding in: C++ for the PSP

  4. #14
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Default

    does stereo/mono .wav make a diff.?

  5. #15
    DCEmu Coder Safari Al's Avatar
    Join Date
    Mar 2007
    Location
    http://homebrewheaven.net
    Posts
    863
    Rep Power
    0

    Default

    Not sure. I know that the sonic ones weren't mono.
    Come Visit Homebrew Heaven, Where you'll find the latest gaming news and downloads!

    View My Coding Blog


    The Return of The Lounge!
    Mario Gold Rush
    Current C++ Project: To be Announced soon on Homebrew Heaven

    Currently Coding in: C++ for the PSP

  6. #16

    Default

    Just use audacity and mix them to mono, that always seems to help.

  7. #17
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    69

    Default

    may also be the samples level. try re-record at hi/lo volume?
    (...offline now for today)

  8. #18
    DCEmu Coder Safari Al's Avatar
    Join Date
    Mar 2007
    Location
    http://homebrewheaven.net
    Posts
    863
    Rep Power
    0

    Default

    is audacity a program? I found the .wav files online so i did not record them. If that is what i should do then tell me. By the way i am using vista if that might cause problems. I also have win 200 comp. going to try it on that.


    EDIT: I just used the audio converter i usually use on a sonic noise and put it back in the sfx and it also did the static noise. Now i at least know i am doing something wrong and its not the file. Any ideas?
    Come Visit Homebrew Heaven, Where you'll find the latest gaming news and downloads!

    View My Coding Blog


    The Return of The Lounge!
    Mario Gold Rush
    Current C++ Project: To be Announced soon on Homebrew Heaven

    Currently Coding in: C++ for the PSP

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •