Post: Disgaea 5 Item Modding
08-12-2017, 04:22 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Disgaea 5 Item Modding:
(Note: This is still a work in progress, there are a few things missing...)
This guide has only been tested on US saves.



Hey all! For those of you who don't know me, I'm MakaiKing0, the King of Disgaea. I'm the guy who made the tutorials for item modding for the Disgaea 3, 4 & D2 games on the PS3 Game Genie forums. And you guessed it, I'm back with the tutorial on Disgaea 5 Item Modding. So without further delay....

The first thing you should be aware of is there are a couple of major differences from previous Disgaea saves, which I will mention as we go.

Let's get started with the full item image.
Note that because of the item offset, every other item will be slightly different in appearance than this first item. But if you use the item offset you will find the code you need. That offset for Disgaea 5 Item Bag items is: 0x258 -> This is a Hex value by the way. So you would add it to the hex value of the code location and that will give you the next item's value. An easy equation to find the correct item code would be: Code + ( Item Position * 258 )
You must login or register to view this content.

This is the first item in the character's inventory. As you can see the item save layout is roughly the same as previous Disgaea saves.


Item Innocents:
You must login or register to view this content.
The first section of code deals with the Innocents currently on the item. The very first position, in orange, is the innocent's type. There will be tables with the type codes posted below. The second two positions are the innocent's current level, in green, and the innocent's current maximum level, in blue. This is one of those major differences I was talking about. Due to the new Innocent Farm feature and how innocents work in Disgaea 5, there are now two level values for Innocents. How this works is: the innocent's level will be whatever the current level is, multiplied by 2 if the innocent is subdued, but never higher than the innocent's current max level. So if you want a level 900 Statistician, either the current and max level must be 900, or the current level must be 450-900, the max level 900 and the subdued value set to 1. Which brings us to the last position, the subdued boolean, in red. This will be either 00 for unsubdued or 01 for subdued.

This is also as good a place as any to mention the second major difference. As you can see by the innocent's level value, this first innocent is level 1, but the hex value is 01 00. This is because the values are backwards. For example, say you want a level 9999 something, instead of it being in the order 27 0F, it would actually be 0F 27. Basically the bytes are backwards throughout the save file for all values larger than 1 byte.

Quick Mode Cheats:
You must login or register to view this content.


Item Stats:
You must login or register to view this content.
This next section of code deals with the item's stat values. The area surrounded by a thick black border is the item's total stats. You can leave this area alone because the game will auto-calculate it. The second section of code surrounded by a gold border is the item's current base stats. These are the ones you want to modify. As you can see they go in standard status screen order: HP, SP, ATK, DEF, INT, RES, HIT & SPD. There is however a trick to item stats. An item has a maximum value for all it's stats which the game will, again auto-calculate, and it will not allow the item to go over these maximum values. So don't bother trying to make an item with 999,999,999,999 HP or ATK, it wont work! As with the game's standard item leveling process, any values entered into the stats fields will be subject to the same rules. That means with a regular item at level 0 with a rarity of 0, the maximum HP value will be ~20,000,000 and all other stats will be ~99,999. And an item at level 9999 with a rarity of 100, the maximum HP value will be ~280,000,000 and all other stats will be ~1,419,984.

Quick Mode Cheats:
You must login or register to view this content.

Other Item Values:
You must login or register to view this content.
There a 3 lines of interest here.

On the first line we have 3 positions of note. The first position, in blue, is the item's type. This is the value for whether the item is a Rubber Glove or a Rusted Sword. (I will post the item type codes down below) The second position, in pink, is the item's level. The last position, in gold, is the item's graphic. This is the large graphic shown in the item menu and what you see in combat on their back. (I will post the item graphic codes down below)

On the second line we have 4 positions of note. The first position, in purple, is the item world level. I'm sure you all know how this works. The second position, in orange, is the item's counter number. I know, odd place considering where the other similar values are located. The third position, in pale, is the item's rarity value. This goes from 0-100. And the last position, in brown, is the icon the image shows in the inventory.

And finally on the third line we have 6 positions of note. The first position, in burnt red, is the item's maximum innocent population. This goes from 4-8. The second position, in blue, is the item's movement value. The third position, in gold, is the item's jump value. The fourth position, in dark brown, is the item's rank. As in the item Rank 1-40. (I will post the item ranks for each item down below. Note that Carnage level items have different ranks than normal items, this is how the system determines which item is Carnage level or not.) The fifth position, in green, is the item's range. I've tried modifying this but it always resets itself. And the last position, in an odd purple color, is the item's Critical chance modifier.

Note: I have yet to find the item's throw position.

Quick Mode Cheats:
You must login or register to view this content.

Innocent Values:
You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.


Item Rank Codes:
You must login or register to view this content.


Item Type/Graphic Codes:
Coming soon....


I'll work on the Item type and graphic codes soon!
Enjoy!

Updates:
8/19/2017
- Updated the Innocent Lists
- Added Quick Mode cheats

8/16/2017
- Added the item rank list
- Added sub-section pictures

8/15/2017
- Made several changes to code descriptions
- Did a major remake of the tutorial!
- Updated post with full descriptions of codes (More to Come)
- Updated the main item images

8/12/2017
- Updated the list of Innocent codes
Last edited by MakaiKing0 ; 08-19-2017 at 09:54 PM.

The following 9 users say thank you to MakaiKing0 for this useful post:

Cloud, Demichaelas, Mago de Oz, miyuayu, NHJZ, Parzival3D, Sleepy_Samurai, Tiggerrn, traffydlaw
08-24-2017, 08:13 PM #65
I really wish the super mana cheat would of work lol
08-25-2017, 04:28 PM #66
Sorry for the late post. I had hoped to have these out at the beginning of the week, but due to life circumstances I was a bit detained.

So without further a due, the Master All Classes codes: - Please note you will have to separate these into 7 separate cheats, the engine will only accept so many lines of code per cheat, and you may have to initialize half at a time, the Save Wizard doesn't seem to be able to handle a large number of lines of code at any 1 time, and apparently half of this is the max limit for SW. Classes do go in order so if your looking for a specific class then you'll find it in the same order as the classes are displayed in the Assembly - in-game. These codes do affect up to 100 Characters..

Classes 1: War, Valk, Magi, Witc, MA, FM, Clerg
4223F75B 00004000
40644778 00000000
4223F75F 00010000
40644778 00000000
4223F763 00040000
40644778 00000000
4223F767 00100000
40644778 00000000
4223F76B 00400000
40644778 00000000
4223F76F 04000000
40644778 00000000

4223F773 00004000
40644778 00000000
4223F777 00010000
40644778 00000000
4223F77B 00040000
40644778 00000000
4223F77F 00100000
40644778 00000000
4223F783 00400000
40644778 00000000
4223F787 04000000
40644778 00000000

4223F78B 00004000
40644778 00000000
4223F78F 00010000
40644778 00000000
4223F793 00040000
40644778 00000000
4223F797 00100000
40644778 00000000
4223F79B 00400000
40644778 00000000
4223F79F 04000000
40644778 00000000

4223F7A3 00004000
40644778 00000000
4223F7A7 00010000
40644778 00000000
4223F7AB 00040000
40644778 00000000
4223F7AF 00100000
40644778 00000000
4223F7B3 00400000
40644778 00000000
4223F7B7 04000000
40644778 00000000

4223F7BB 00004000
40644778 00000000
4223F7BF 00010000
40644778 00000000
4223F7C3 00040000
40644778 00000000
4223F7C7 00100000
40644778 00000000
4223F7CB 00400000
40644778 00000000
4223F7CF 04000000
40644778 00000000

4223F7D3 00004000
40644778 00000000
4223F7D7 00010000
40644778 00000000
4223F7DB 00040000
40644778 00000000
4223F7DF 00100000
40644778 00000000
4223F7E3 00400000
40644778 00000000
4223F7E7 04000000
40644778 00000000

4223F7EB 00004000
40644778 00000000
4223F7EF 00010000
40644778 00000000
4223F7F3 00040000
40644778 00000000
4223F7F7 00100000
40644778 00000000
4223F7FB 00400000
40644778 00000000
4223F7FF 04000000
40644778 00000000


Classes 2: Cler, Theif, Maid Arch, Gun, Ninja, LS
4223F803 00004000
40644778 00000000
4223F807 00010000
40644778 00000000
4223F80B 00040000
40644778 00000000
4223F80F 00100000
40644778 00000000
4223F813 00400000
40644778 00000000
4223F817 04000000
40644778 00000000

4223F81B 00006000
40644778 00000000
4223F81F 00018000
40644778 00000000
4223F823 00060000
40644778 00000000
4223F827 00180000
40644778 00000000
4223F82B 00600000
40644778 00000000
4223F82F 06000000
40644778 00000000

4223F833 00004000
40644778 00000000
4223F837 00010000
40644778 00000000
4223F83B 00040000
40644778 00000000
4223F83F 00100000
40644778 00000000
4223F843 00400000
40644778 00000000
4223F847 04000000
40644778 00000000

4223F84B 00006000
40644778 00000000
4223F84F 00018000
40644778 00000000
4223F853 00060000
40644778 00000000
4223F857 00180000
40644778 00000000
4223F85B 00600000
40644778 00000000
4223F85F 06000000
40644778 00000000

4223F863 00006000
40644778 00000000
4223F867 00018000
40644778 00000000
4223F86B 00060000
40644778 00000000
4223F86F 00180000
40644778 00000000
4223F873 00600000
40644778 00000000
4223F877 06000000
40644778 00000000

4223F87B 00008000
40644778 00000000
4223F87F 00020000
40644778 00000000
4223F883 00080000
40644778 00000000
4223F887 00200000
40644778 00000000
4223F88B 00800000
40644778 00000000
4223F88F 08000000
40644778 00000000

4223F893 00008000
40644778 00000000
4223F897 00020000
40644778 00000000
4223F89B 00080000
40644778 00000000
4223F89F 00200000
40644778 00000000
4223F8A3 00800000
40644778 00000000
4223F8A7 08000000
40644778 00000000

Classes 3: AKn, MKn, CH, Prof, Wres, Pira, Sage
4223F8AB 00008000
40644778 00000000
4223F8AF 00020000
40644778 00000000
4223F8B3 00080000
40644778 00000000
4223F8B7 00200000
40644778 00000000
4223F8BB 00800000
40644778 00000000
4223F8BF 08000000
40644778 00000000

4223F8C3 00008000
40644778 00000000
4223F8C7 00020000
40644778 00000000
4223F8CB 00080000
40644778 00000000
4223F8CF 00200000
40644778 00000000
4223F8D3 00800000
40644778 00000000
4223F8D7 08000000
40644778 00000000

4223F8DB 00008000
40644778 00000000
4223F8DF 00020000
40644778 00000000
4223F8E3 00080000
40644778 00000000
4223F8E7 00200000
40644778 00000000
4223F8EB 00800000
40644778 00000000
4223F8EF 08000000
40644778 00000000

4223F8F3 00008000
40644778 00000000
4223F8F7 00020000
40644778 00000000
4223F8FB 00080000
40644778 00000000
4223F8FF 00200000
40644778 00000000
4223F903 00800000
40644778 00000000
4223F907 08000000
40644778 00000000

4223F90B 00008000
40644778 00000000
4223F90F 00020000
40644778 00000000
4223F913 00080000
40644778 00000000
4223F917 00200000
40644778 00000000
4223F91B 00800000
40644778 00000000
4223F91F 08000000
40644778 00000000

4223F923 00010000
40644778 00000000
4223F927 00040000
40644778 00000000
4223F92B 00100000
40644778 00000000
4223F92F 00400000
40644778 00000000
4223F933 01000000
40644778 00000000
4223F937 10000000
40644778 00000000

4223F93B 00010000
40644778 00000000
4223F93F 00040000
40644778 00000000
4223F943 00100000
40644778 00000000
4223F947 00400000
40644778 00000000
4223F94B 01000000
40644778 00000000
4223F94F 10000000
40644778 00000000


Classes 4: DKn, Asag, Prin, Imp, Orc, Rab, Fair
4223F953 00010000
40644778 00000000
4223F957 00040000
40644778 00000000
4223F95B 00100000
40644778 00000000
4223F95F 00400000
40644778 00000000
4223F963 01000000
40644778 00000000
4223F967 10000000
40644778 00000000

4223F96B 00008000
40644778 00000000
4223F96F 00020000
40644778 00000000
4223F973 00080000
40644778 00000000
4223F977 00200000
40644778 00000000
4223F97B 00800000
40644778 00000000
4223F97F 08000000
40644778 00000000

4223F983 00004000
40644778 00000000
4223F987 00010000
40644778 00000000
4223F98B 00040000
40644778 00000000
4223F98F 00100000
40644778 00000000
4223F993 00400000
40644778 00000000
4223F997 04000000
40644778 00000000

4223F99B 00004000
40644778 00000000
4223F99F 00010000
40644778 00000000
4223F9A3 00040000
40644778 00000000
4223F9A7 00100000
40644778 00000000
4223F9AB 00400000
40644778 00000000
4223F9AF 04000000
40644778 00000000

4223F9B3 00004000
40644778 00000000
4223F9B7 00010000
40644778 00000000
4223F9BB 00040000
40644778 00000000
4223F9BF 00100000
40644778 00000000
4223F9C3 00400000
40644778 00000000
4223F9C7 04000000
40644778 00000000

4223F9CB 00004000
40644778 00000000
4223F9CF 00010000
40644778 00000000
4223F9D3 00040000
40644778 00000000
4223F9D7 00100000
40644778 00000000
4223F9DB 00400000
40644778 00000000
4223F9DF 04000000
40644778 00000000

4223F9E3 00004000
40644778 00000000
4223F9E7 00010000
40644778 00000000
4223F9EB 00040000
40644778 00000000
4223F9EF 00100000
40644778 00000000
4223F9F3 00400000
40644778 00000000
4223F9F7 04000000
40644778 00000000


Classes 5: Slud, SCa, Moth, Unde, Shro, FBe, Fel
4223F9FB 00004000
40644778 00000000
4223F9FF 00010000
40644778 00000000
4223FA03 00040000
40644778 00000000
4223FA07 00100000
40644778 00000000
4223FA0B 00400000
40644778 00000000
4223FA0F 04000000
40644778 00000000

4223FA13 00004000
40644778 00000000
4223FA17 00010000
40644778 00000000
4223FA1B 00040000
40644778 00000000
4223FA1F 00100000
40644778 00000000
4223FA23 00400000
40644778 00000000
4223FA27 04000000
40644778 00000000

4223FA2B 00004000
40644778 00000000
4223FA2F 00010000
40644778 00000000
4223FA33 00040000
40644778 00000000
4223FA37 00100000
40644778 00000000
4223FA3B 00400000
40644778 00000000
4223FA3F 04000000
40644778 00000000

4223FA43 00004000
40644778 00000000
4223FA47 00010000
40644778 00000000
4223FA4B 00040000
40644778 00000000
4223FA4F 00100000
40644778 00000000
4223FA53 00400000
40644778 00000000
4223FA57 04000000
40644778 00000000

4223FA5B 00006000
40644778 00000000
4223FA5F 00018000
40644778 00000000
4223FA63 00060000
40644778 00000000
4223FA67 00180000
40644778 00000000
4223FA6B 00600000
40644778 00000000
4223FA6F 06000000
40644778 00000000

4223FA73 00006000
40644778 00000000
4223FA77 00018000
40644778 00000000
4223FA7B 00060000
40644778 00000000
4223FA7F 00180000
40644778 00000000
4223FA83 00600000
40644778 00000000
4223FA87 06000000
40644778 00000000

4223FA8B 00006000
40644778 00000000
4223FA8F 00018000
40644778 00000000
4223FA93 00060000
40644778 00000000
4223FA97 00180000
40644778 00000000
4223FA9B 00600000
40644778 00000000
4223FA9F 06000000
40644778 00000000


Classes 6: SAn, Succ, Chim, NNo, Bear, DKn, NTa
4223FAA3 00006000
40644778 00000000
4223FAA7 00018000
40644778 00000000
4223FAAB 00060000
40644778 00000000
4223FAAF 00180000
40644778 00000000
4223FAB3 00600000
40644778 00000000
4223FAB7 06000000
40644778 00000000

4223FABB 00006000
40644778 00000000
4223FABF 00018000
40644778 00000000
4223FAC3 00060000
40644778 00000000
4223FAC7 00180000
40644778 00000000
4223FACB 00600000
40644778 00000000
4223FACF 06000000
40644778 00000000

4223FAD3 00006000
40644778 00000000
4223FAD7 00018000
40644778 00000000
4223FADB 00060000
40644778 00000000
4223FADF 00180000
40644778 00000000
4223FAE3 00600000
40644778 00000000
4223FAE7 06000000
40644778 00000000

4223FAEB 00006000
40644778 00000000
4223FAEF 00018000
40644778 00000000
4223FAF3 00060000
40644778 00000000
4223FAF7 00180000
40644778 00000000
4223FAFB 00600000
40644778 00000000
4223FAFF 06000000
40644778 00000000

4223FB03 00006000
40644778 00000000
4223FB07 00018000
40644778 00000000
4223FB0B 00060000
40644778 00000000
4223FB0F 00180000
40644778 00000000
4223FB13 00600000
40644778 00000000
4223FB17 06000000
40644778 00000000

4223FB1B 00008000
40644778 00000000
4223FB1F 00020000
40644778 00000000
4223FB23 00080000
40644778 00000000
4223FB27 00200000
40644778 00000000
4223FB2B 00800000
40644778 00000000
4223FB2F 08000000
40644778 00000000

4223FB33 00008000
40644778 00000000
4223FB37 00020000
40644778 00000000
4223FB3B 00080000
40644778 00000000
4223FB3F 00200000
40644778 00000000
4223FB43 00800000
40644778 00000000
4223FB47 08000000
40644778 00000000


Classes 7: TDa, Horse
4223FB4B 00008000
40644778 00000000
4223FB4F 00020000
40644778 00000000
4223FB53 00080000
40644778 00000000
4223FB57 00200000
40644778 00000000
4223FB5B 00800000
40644778 00000000
4223FB5F 08000000
40644778 00000000

4223FB63 00008000
40644778 00000000
4223FB67 00020000
40644778 00000000
4223FB6B 00080000
40644778 00000000
4223FB6F 00200000
40644778 00000000
4223FB73 00800000
40644778 00000000
4223FB77 08000000
40644778 00000000
Last edited by MakaiKing0 ; 08-25-2017 at 04:32 PM.

The following 4 users say thank you to MakaiKing0 for this useful post:

Cloud, traffydlaw, wonder789, ytv
08-25-2017, 04:56 PM #67
How many characters are the codes for?


*UPDATE*
nevermind I see that it for 100 characters... All sub classes master beside the downloadable content classes(Celestial Hostess, Kunoichi, and Sorcerer)
Last edited by E2Avenger ; 08-25-2017 at 10:40 PM.
09-06-2017, 11:58 PM #68
Anything new lately????
09-07-2017, 09:51 PM #69
NHJZ
Haxor!
this is awesome!! thanks for sharing!!

edit: awwwww i've got EU :(
Last edited by NHJZ ; 09-20-2017 at 10:53 AM. Reason: sadnesss
09-12-2017, 11:03 PM #70
Hopefully to see more codes by this weekend
09-15-2017, 08:28 PM #71
love to see a code where all skills at Level 9
12-17-2017, 11:43 AM #72
Anyone have a stater save with max levels? Thanks!
01-18-2018, 10:21 AM #73
I can confirm that this guide and the quick codes posted on here work on the eu/au version of the game. Thanks a lot!

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo