The Dink Network

Reply to Re: Change the player

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 1st 2015, 08:11 AM
spike.gif
Open start-1.c, and look for sp_base_walk(1, 70). Changing that will change Dink's walking sequence. In addition, you need to change his base_idle.

In most alternative hero dmods, the base idle is changed to be the same as the walking sequence, so that the sprite will constantly walk in place like a doofus. I hate that, but it is traditional.

You could also change it to 0, so that he won't have an idle and will just stop when you stop moving, like a normal NPC.

sp_base_walk(1,330)
sp_base_idle(1,0)

^ That would change Dink into a little girl.