Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Quote:
Originally Posted by
SSSTONERRR
Pitch Black is FF 80 00 00 FF 80 00 00 FF 80 00 00
I usually get a pretty dark black with 00 00 44 44 00 00 44 44 00 00 44 44.
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
this is a really fun game....nice tut by the way
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
There is a lot of great information here that I haven't been able to find anywhere on the web! Something that i'm interested in learning is how to change character skins and properties like jump height and such. I'm sure i'm not the only one who would like to learn how to stomp around as an Ogre or how to leap across Mages Quarters with one jump, but all my efforts have resulted in corrupted data :tire: ..... Any thoughts?
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Quote:
Originally Posted by
SSSTONERRR
Pitch Black is FF 80 00 00 FF 80 00 00 FF 80 00 00
The true Pitch Black is CF 00 00 00 CF 00 00 00 CF 00 00 00
Quote:
Originally Posted by
Hightower
There is a lot of great information here that I haven't been able to find anywhere on the web! Something that i'm interested in learning is how to change character skins and properties like jump height and such. I'm sure i'm not the only one who would like to learn how to stomp around as an Ogre or how to leap across Mages Quarters with one jump, but all my efforts have resulted in corrupted data :tire: ..... Any thoughts?
You can't change your character to an enemy (or unreleased DLC chars) because they didn't program that into the game. You can only play as one of the four characters. As for Properties like Jump Height, that is built into the level itself, meaning that if you want to change it you'd have to extract the game files and mod the maps using the Unreal Dev Kit. However you'd only be able to play the modified game on a JTAG...
1 Attachment(s)
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Hi, Ive currently managed to mod my huntress to level 2mil with maxed out stats, i dont need any help with the coding part but i can not seem to find where the "Player health" data starts for my Squire and apprentice. Can anyone please help, once i know where they are i am capable of modding them. I have uploaded a pic of my modded huntress code if it is any help
Thank you
Full size image link - http://s14.postimage.org/mxcuhoiu9/ddmod.jpg
Attachment 5347
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Quote:
Originally Posted by
v3r
Hi, Ive currently managed to mod my huntress to level 2mil with maxed out stats, i dont need any help with the coding part but i can not seem to find where the "Player health" data starts for my Squire and apprentice. Can anyone please help, once i know where they are i am capable of modding them. I have uploaded a pic of my modded huntress code if it is any help
Thank you
Attachment 5347
In the photo that you've attached, the character data starts after the 01 next to the highlighted portion. your player health is the 00 16 E3 60 right at the beginning.
edit: sometimes this will be a different number. train your eyes to spot it. ex. (.....00 00 00 01 00 16 E3 60 or 00 00 00 08 00 16 E3 60 or ....00 00 00 06 00 16 E3 60)
If you're still having trouble post a picture of your squire hex and we'll figure it out.
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Yeah I figured it out thanks, now have all my charecters at lvl 2mil.
Shows on the leaderboards as lvl 128 but if people are worried about it you can change to a lvl 70 for the last wave and it shows this on the leaderboards.
Thanks for the help :D
Re: [Tutorial] Dungeon Defenders- Character Modding Tutorial *v2*
Hey Do You Know where To Enter The Codes For Character Level, And Character Color? That Would Be a Huge Help! Thanks