The Dink Network

sprite brains

February 25th 2015, 06:40 PM
knightgl.gif
zeddexx
Peasant He/Him New Zealand
I'm pretty sure I'm worth atleast SIX goats... 
MMk so ive always used the original dink editor, but today i started using WDE +2

im still learning to use it effectively but basically my question is this:

In the old editor if you assigned a sprite a brain, for example a knight. and You gave it the brain you're supposed to. (I think it was 10?) then you could play the game and straight away the sprite would be walking around doin its thing. But in WDE if i give it a 10 brain it doesnt do anything. What am i doin wrong here?
February 25th 2015, 08:12 PM
wizardg.gif
leprochaun
Peasant He/Him Japan bloop
Responsible for making things not look like ass 
You need to give it a base walk and a speed.
February 25th 2015, 10:20 PM
knightgl.gif
zeddexx
Peasant He/Him New Zealand
I'm pretty sure I'm worth atleast SIX goats... 
I thought so, its a shame WDE doesn't do it automatically
February 25th 2015, 10:25 PM
peasantmp.gif
Skurn
Peasant He/Him Equatorial Guinea duck bloop
can't flim flam the glim glam 
It's a shame there's still no dink editor that can generate any kind of script by giving you a bunch of options.

But I guess it's getting easier to copy and paste.
February 26th 2015, 02:26 AM
knightgl.gif
zeddexx
Peasant He/Him New Zealand
I'm pretty sure I'm worth atleast SIX goats... 
Perhaps one of the coding pros here could design such a program as a standalone? Or maybe build it into WDE itself
February 26th 2015, 06:03 PM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
I don't really think it'd be that useful. I could write like 5 lines of code in the time it would take me to search a command from a list and use my mouse to choose it.
February 26th 2015, 08:04 PM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Dat Autoscript function in WDE has messed up things for me several times. I'd rather copy/paste or write own code.
February 26th 2015, 08:51 PM
knightgl.gif
zeddexx
Peasant He/Him New Zealand
I'm pretty sure I'm worth atleast SIX goats... 
You know you can switch auto-script off in the options right?
February 27th 2015, 10:16 AM
dragon.gif
Quiztis
Peasant He/Him Sweden bloop
Life? What's that? Can I download it?! 
Yes, but it won't stay off between sessions. Not for me anywey.

One time I moved a lot of potions around the map with a custom script. Autoscript was on. Chaos imminent.
February 27th 2015, 01:46 PM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Autoscript? I don't think I've ever encountered that and I've been using WDE/WDE+ for 6-7 years now. Or maybe I have but just haven't heard the function called by that name before. What exactly does it do?
February 27th 2015, 03:15 PM
knightgl.gif
zeddexx
Peasant He/Him New Zealand
I'm pretty sure I'm worth atleast SIX goats... 
I dunno about those versions skull. But I use WDE + 2 or whatever.

Basically auto script automatically attaches an original dink game script to common sprites such as potions and barrels.
So when you place a barrel or strength potion for example WDE automatically attaches the bar-e and s-potion scripts to them.

Some find that annoying.
February 27th 2015, 04:35 PM
peasantmp.gif
Skurn
Peasant He/Him Equatorial Guinea duck bloop
can't flim flam the glim glam 
I hate when I push edit and it creates a blank version of that script and I have to go delete it to make all instances of that script work again.
February 27th 2015, 05:33 PM
custom_skull.gif
Skull
Peasant He/Him Finland bloop
A Disembodied Sod 
Never done that to me. I've never even noticed there is this autoscript option. I don't like using WDE+2 cause I find it really unreliable and that it often messes things up. However, those rare occasions I do use it, that one has never done it to me either.
February 27th 2015, 05:51 PM
knightgl.gif
zeddexx
Peasant He/Him New Zealand
I'm pretty sure I'm worth atleast SIX goats... 
I've actually had this really weird thing happen. OK so I have an intro set up and in that intro it uses the move_stop command for dink, I changed the hardness value in that command to 0 so that dink teleports when he walks into the stairs.

What happens is that sometimes after editing in WDE that stops working.
As in dink will reach the stairs but won't teleport. To fix it I have to open the intro script and change the value from 0 to a random number then back to 0 save the .c file and start up the dmod again. And rada its working again. I have NO IDEA how that works