How to Mod Hunger Bar on Minecraft

TRUExSKILLxKILL Feb 17, 2013

  1. TRUExSKILLxKILL

    TRUExSKILLxKILL I
    0/47

    Joined:
    May 6, 2012
    Messages:
    1,188
    Likes Received:
    284
    Trophy Points:
    95
    Gender:
    Male
    Location:
    Battle Creek, MI
    Console:
    Xbox
    Tutorial for a changing your hunger bar.

    First of all, you need to have the tools and save.
    360Revolution
    Any hex editor you want
    Savegame.dat decompressor and compressor
    Command Prompt
    The world you want to mod
    Device configured to the 360
    Here are the files that are needed
    How To decompress the Savegame.dat
    Move your world to a device that you can transfer the world
    Connect the device to the computer
    Now create a folder on your desktop named World Backup, and put your world in it
    Now create another folder called, well call it whatever you want, then put another copy of your world in it
    Now open up Command Prompt
    Download the Minecraft Decompressor, I included a hex editor with it
    Put your extracted non backup world in 360Revolution and go to contents
    Extract the Savegame.dat to the non backup folder
    Open Command Prompt
    Then drag the minecraft.exe into the Command Prompt. Add a space, then type -d. Then drag your Savegame.dat into the Command Prompt. Add another space after that. Then drag your Savegame.dat into it again, but this time rename it to decompressed.dat.
    It should look like this, but the folder names might be different

    C:\Users\Trent>"C:\Users\Trent\Desktop\Minecraft Decompressor\minecraft.exe" -d "C:\Users\Trent\Desktop\Minecraft Decompressor\savegame.dat" "C:\Users\Trent\Desktop\Minecraft Decompressor\decompressed.dat"

    Close Close the Command Prompt
    Open the decompressed.dat in any hex editor

    Now onto modding the hunger bar

    When you load the decompressed.dat file in your editor use Ctrl + F to find foodLevel
    It should look like this
    [​IMG]
    You can change the 14 and the two 00s before it to whatever you want, except if it's too high it might corrupt your save, I choose 3a98 because it is 15000 instead of the regular 20. Here is a hex calculator made by [member=begallegal1] to find out what four numbers you want to use.
    Now that it's changed, it should look like this
    [​IMG]
    When you're done, save the file and quit HxD.


    Now onto compressing and replacing your Savegame.dat

    Open Command Prompt
    Pretty much do what you did for decompression, but replace the d with a c, and switch the two file locations.
    Here is what it should look like again

    C:\Users\Trent>"C:\Users\Trent\Desktop\Minecraft Decompressor\minecraft.exe" -c "C:\Users\Trent\Desktop\Minecraft Decompressor\decompressed.dat" "C:\Users\Trent\Desktop\Minecraft Decompressor\savegame.dat"

    Open your world in 360Revolution and go to contents
    Replace the original "savegame.dat" with the modded one
    Rehash and Resign your world
    Open USB Explorer and replace your original world with the modded one

    If you need anything else explained more clearly, tell me, and I'll try to explain it better.
     
  2. Bu

    Bullet Guest

    Awesome tutorial GetonMail ;)
     
  3. TRUExSKILLxKILL

    TRUExSKILLxKILL I
    95/188

    Joined:
    May 6, 2012
    Messages:
    1,188
    Likes Received:
    284
    Trophy Points:
    95
    Gender:
    Male
    Location:
    Battle Creek, MI
    Console:
    Xbox
    Thanks.
     
  4. Ca

    Calculates Newbie
    0/47

    Joined:
    Jul 28, 2011
    Messages:
    22
    Likes Received:
    7
    Trophy Points:
    0
    Console:
    Xbox
    i just got back into mc modding like 3 days ago and found out how to do this but nice beat me to a tutorial.
     

Share This Page

Close