Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Quote:
Originally Posted by
Preet
you havent told us what codes to put in... like how do u know wht code to put in for level 1000?
You should be able to figure out what level you want and convert it into the hex value...
level 1000 is 00 00 03 E8
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
how exactly do you work out what code to put in ? for example the code for level 70 would be what ? i understand most off this just dont get how to calculate the code to put in
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Quote:
Originally Posted by
bepabr
how exactly do you work out what code to put in ? for example the code for level 70 would be what ? i understand most off this just dont get how to calculate the code to put in
use a calculator to convert the regular decimal number (what the game displays to the person playing the game) to convert it into a Hex value... and replace your level with the new one you chose.
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
ok i think i no what to put in now so if i wanted to change my level to 70 i would put in 00 00 00 46 as 70 is 46 in hex. sound about right ?
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Quote:
Originally Posted by
bepabr
ok i think i no what to put in now so if i wanted to change my level to 70 i would put in 00 00 00 46 as 70 is 46 in hex. sound about right ?
Correct, 70 does convert into 00 00 00 46, but you can also surpass level 70 if you mod your level past it, and add your skill points while in your hex editor.
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
ok i have modded my level to 70 and my experience but i still dont have my skill points available ? any ideas why i was 63 before modding
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
dont matter now lol i figured out why by reading your previous comment and then it hit me in the face :P im guessing i have to manually edit the stats to what i want them to be in hex edit to the stats i want, and i know you can go past 70 but i like being sort of legit lol just cba going through 70 more levels so thought why not ;) any ways thank you for the help :D
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Quote:
Originally Posted by
bepabr
dont matter now lol i figured out why by reading your previous comment and then it hit me in the face :P im guessing i have to manually edit the stats to what i want them to be in hex edit to the stats i want, and i know you can go past 70 but i like being sort of legit lol just cba going through 70 more levels so thought why not ;) any ways thank you for the help :D
Sorry I didn't get back to you, I have been quite busy, but yes you need to manually add (hex edit) you skill points in.