Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Editing eboot.pbp

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

    Question Editing eboot.pbp

    Listen I am a noob at programing and everything, but i am making a mod for a super mini mario and need to edit the words at the bottom "Remaining Coins" (I think) to say something else. I think i'm supposed to edit data.psp which is apparently the executable file. I tried to edit it with notepad (noob) and got a bunch of random symbols. What can i use to edit this. Thanks
    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. #2
    DCEmu Comrade pibs's Avatar
    Join Date
    Feb 2006
    Location
    califas
    Age
    34
    Posts
    1,984
    Rep Power
    75

    Default

    try a hex-editor maybe? ive extracted eboots and compiled them again but never messed with the data.psp and such files.

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

    Default

    would that allow me to do what i want to do?
    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. #4
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    33
    Posts
    4,123
    Rep Power
    92

    Default

    Nope as it is compiled so you cannot see the code

    PSN ID: splodger15

  5. #5
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    66

    Default

    if you edit data.psp, you may need also to edit
    the data.psar offset in the eboot header (if data.psp size changes).
    ~ note "REMAINING COINS" may be IMG, not string ~

  6. #6
    DCEmu Old Pro SSaxdude's Avatar
    Join Date
    Dec 2005
    Location
    Suburbia, IL
    Posts
    1,928
    Rep Power
    79

    Default

    Use a .pbp unpacker I think, or hex editor.

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

    Default

    Hex editor doesn't do anything cause its' only 3 or 4 lines (definately not the whole game) I checked and the "Remaining coins" isn't an image.

    Edit: The other thing doesn't realy matter right now but i am having a much bigger problem. Whenever I put in my custom sfx, i get a weird fuzzy sound. How do i fix this? Please help!!!1
    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

  8. #8
    DCEmu Pro dangee's Avatar
    Join Date
    Feb 2007
    Posts
    531
    Rep Power
    66

    Default

    most programming languages have string search & replace.
    (eg string.gsub() in lua)
    so, maybe you could load the data.psp into a string in RAM & gsub() "remaining coins"..

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

    Default

    srry once again i'm a noob! How do you do what you just said (load data.psp into a "string of RAM?"??? srry
    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

  10. #10

    Default

    Wasn't the source for smm released?

Page 1 of 2 12 LastLast

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
  •