i don't think vds and filter would ever switch places like that unless some extra coding got activated in your vds chain or filter chain so your pretty safeOriginally Posted by dasraiser
also you can always use a delay filter so your sure it happens in the right order
there really is noting to say the order to which the interval ticks happen, that's down to the game, it may never switch them, it could be the game pre-compiles the script and fixes the order, but maybe it doesn't, what happens if you initials some extra code and it recompiles or changes the order, although i doubt this, but you still have to treat it like its truly object orientated, plus what i suggested saves an extra interval tick and makes it more logical to look at, that has to be good.Originally Posted by sparkierjonesz
maybe one of the devs would be willing to share some insight to how the game engine compiles and executes the script.
Originally Posted by dasraiser
it all depends on what you want, you can even do without the generic filter
interval trigger->delay->end
and a curved datascource as timer
trigger only needs to send 1 impulse
you can even let the countdown start whenever you want with a simple state event from some other coding that was already made or even have different ways to trigger. it all boils down to what you want and how random things are
for some things you might even need that extra interval trigger if for some reason you want triggers that work differently
^ ^ ^ Theres millions of way to do lots of things, even the timer. This is my version, thank you for your concerns thoOriginally Posted by sparkierjoneszI'm telling you I haven't had problems so lets let it go please?
My next tutorial I'll make soon. Will show how to animate cars a few different ways!
I think the logic gets more and more complicated the more checkpoints you have in the wrong order. If I were you I'd follow the spin tutorial, force the bike to spin 180 at the start and then disable the spins, you can then reverse through the checkpoints in their normal order.Originally Posted by A7XfoREVer531
I've already got that one and dasraiser has a version as well:
Add More Checkpoints(das)
Using Checkpoints out of order (me)