The Dink Network

How to use another sprite instead of Dink?

November 24th 2009, 02:29 AM
duckdie.gif
Let's say . . . I want to use a blue trader for example. Well, how?
I cant get it right, dammit!
November 24th 2009, 03:26 AM
burntree.gif
Fireball5
Peasant He/Him Australia
Let me heat that up for you... 
Assuming you have already got the appropriate dink.ini lines already set up, then change the following code in START-1.C:

    //Change dink from a mouse pointer into a human being.  
    sp_base_walk(1, x);
    sp_base_attack(1, y);
    set_mode(2); //turn game on
    reset_timer();
    sp_dir(1, 8);
    sp_brain(1, 1);
    sp_que(1, 0);
    sp_noclip(1, 0);


Replace x with the sequence number for walking psrites (Round the number down to ten, e.g. 74 becomes 70, as does 78) Replace y with the attacking sequence, also rounding the number down.
November 24th 2009, 03:53 AM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
Click me! Click Me NOW!!

You lot ever heard of Poser?? Its awesome for making people / characters - you can move every part of the body (including fingers) and turn (to do screen dumps for the bmp's) etc - so if someone wanted an alternative character t'would be one way of making one. Easier to dress / change etc

Tho the women in that link are seriously deformed LOL
November 24th 2009, 04:31 AM
wizardg.gif
schnapper
Peasant He/Him Heard Island And Mcdonald Islands
Let us save our effort and just lie down and die. 
There's a free(ish) one called DAZ3D... Then there's always illegal downloads. And NO-ONE endorses illegal downloads.
November 24th 2009, 04:36 AM
burntree.gif
Fireball5
Peasant He/Him Australia
Let me heat that up for you... 
Find your own torrent and crack sites! I ain't telling you where to find anything!
November 24th 2009, 05:23 AM
custom_msdink.png
MsDink
Peasant She/Her New Zealand
Tag - Umm.. tag, you're it? 
Ohhhhh Schnap - that prog looks really nice .....
November 24th 2009, 07:00 AM
pq_knight.gif
ExDeathEvn
Peasant He/Him New Zealand rumble
"Skinny Legend" 
No-one endorses .D and .ff Decompilers, either.
November 25th 2009, 02:36 AM
burntree.gif
Fireball5
Peasant He/Him Australia
Let me heat that up for you... 
Actually, Ex-Death, a while ago there were people advertising decompilers. I even got a copy of .D and .FF decompilers, though they are probably long gone by now.
November 25th 2009, 05:52 AM
pq_knight.gif
ExDeathEvn
Peasant He/Him New Zealand rumble
"Skinny Legend" 
@Fireball5:
They aren't, but they also wouldn't be considered exactly... Uploadable to the DN.
December 7th 2009, 07:56 AM
duckdie.gif
sorry, I'm a newbie.... waht Dink.ini lines?