Adding more key-bindings?

Post here about all aspects of D2 mod making whether it's information, problems or whatever. Please specify whether your post is relating to Classic D2 or the Expansion.

Moderator: Nizari

Post Reply
mOddingTek
Posts: 2
Joined: Fri Mar 21, 2014 6:44 pm

Adding more key-bindings?

Post by mOddingTek » Fri Mar 21, 2014 6:48 pm

Well, I'll be honest, I'm not even sure that it's even possible, but I want to ask : Could it be possible to make it so when you press a button, your character moves in that direction.

You know, like, press up, character goes upwards, press left, character goes left?

Thanks in advance!

sonic
Junior Member
Paladin
Posts: 121
Joined: Tue Jul 24, 2012 12:15 pm

Re: Adding more key-bindings?

Post by sonic » Fri May 02, 2014 11:38 am

it is possible but probably not easy,
cheat engine/ollydbg and/or C++ could help

you could try looking for the values of zero in and one for start in cheat engine while moving in a direction
0 not moving
1 moving (up, down, left, right will probably have different addresses)

or may be its even:
1= up
2=down
3=left
4=right
5= up,right
etc
trial and error.
if you ever give it a go and find the static addresses
you might want to go ahead and post the addresses in the hardcode forum including your version of Diablo 2
and someone might make some dll edits for the community.
gl

User avatar
Firesnake
Forum Regular
Angel
Posts: 631
Joined: Tue Jun 17, 2003 11:42 am
Location: France
Contact:

Re: Adding more key-bindings?

Post by Firesnake » Fri May 02, 2014 1:58 pm

Are you trying to implement something like gamepad controls? If so, you would still have the problem of aiming your skills.

Post Reply

Return to “General Mod Making”