[Modding] How do I make a custom character #3665
-
Hi, I'm wondering how I would go about making a custom character with unique abilities, audio, and items. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
You need to know a bit of C++ to be able to do so. The heros are defined in player.cpp/h All the sounds are defined in effects.cpp/h Abilities are spread all over the code, seach for Item data is defined in itemdat.cpp |
Beta Was this translation helpful? Give feedback.
-
while working on one of my characters (the architect) I have run into an issue with his unique ability to make walls and then destroy those walls, and the solution I have come up with for this wall mechanic is to use minions that can't move or deal damage, but even with zero speed and zero attack it still slowly inches toward enemies and does a little damage, it should be a still object whom monsters can destroy and the architect can destroy using his second starting spell. Edit- |
Beta Was this translation helpful? Give feedback.
-
Gonna close this. |
Beta Was this translation helpful? Give feedback.
Gonna close this.