Hobbies And Interests
Home  >> Internet Games >> Xbox 360

How to Mod Castle Crashers With the Hex Editor for PS3

"Castle Crashers" is a simple yet popular Xbox Live game in which players fight through waves of monsters. With such simplicity comes ease of modding, because the basic and intuitive game play mechanics are easy to understand and alter in coding. With the right software, any video game modder, whether just starting out as a beginner or a seasoned veteran, can quickly learn how to mod "Castle Crashers" with hex editing software.

Things You'll Need

  • Xbox 360 transfer cable
  • Xplorer 360 software
  • Hex Editor software
Show More

Instructions

    • 1

      Run Xport 360 on your computer. This software must be running in order to access and download the game save file on your Xbox 360.

    • 2

      Hook up an Xbox 360 transfer cable to your computer and your Xbox. Transfer the "Castle Crashers" game save that you wish to modify to your computer. Save the game save to your desktop.

    • 3

      Open Hex Editor and load the game save.

    • 4

      Write "Medic" in the "Value" field and click "OK."

    • 5

      Scroll down and search for the bytes block 0x30F. Extract it by selecting it and hitting "OK."

    • 6

      Scroll down to 0x40 and locate the 0x14 bytes. Change each of the values from the numeric variable to FF. This process will unlock all the weapons in the game.

    • 7

      Locate the first "Castle Crashers" character by scrolling to 0x60, and navigating to the F column. This byte entry is the first of 24 numeric variables for the character. The order of variables is as follows:

      1: Unlock

      2: Level

      3: Experience

      4: Weapon ID

      5: Pet ID

      6: Strength

      7: Defense

      8: Magic

      9: Agility

      10: Level Progress 1

      11: Level Progress 2

      12: Potions

      13: Bombs

      14: Sandwiches

      15: Collectibles

      16: Insane Mode

      17: Padding

    • 8

      Edit any of these entries to increase or decrease the number in the game. For example, if you wanted to increase the character's Strength, you would navigate to the sixth bytes block in the sequence and change the numeric variable to a higher number. Remember that the numbers are not written in base 10, but in base 16. As such, 10 is represented as 0A and 11 is represented as 0B, all the way up to 16 at 0F. To increase Strength to 15, you would write in 0E.

    • 9

      Save your changes by clicking "Save All," overwriting the save file on your desktop.

    • 10

      Transfer the save file back to your Xbox to access the modified game.


https://www.htfbw.com © Hobbies And Interests