Assistance in creating BEES or some variant of.
Hi, all.
So I'm sure a great deal of you have seen the .gif of the emitted particles so aptly named BEES!
(
viewtopic.php?f=4&t=10370&p=270043&hilit=megadmrl#p270043)
I, too am enamoured with these adorable insects of destruction. In attempting to create my own, however, I've only been greeted with failure. Rather than having them launched from a weapon, I created a bomb that would release a frenzy of erratically-moving insects upon its victims.
This was all created by Frankensteining together a bunch of .lua scripts, as I'm a novice myself. Unfortunately, due to the amount of time between the creation of the original BEES! weapon, and the day I'd discovered aforementioned weapon (yesterday.) the link had expired.
So the BEES! in their infinite capacity for destruction merely rocket off in random directions from the explosion. They travel in a straight line, and explode spectacularly far from any potential victim.
So down to business.
Does anyone know of a script that will produce the weaving or erratic movements of the BEES! in the linked thread, especially when spawned from an explosive? The issue with this is that the BEES! won't work with the 'curdist' variable in the script, which tells them who their master is, because he is too far away, sheltering from the explosion. As such, they fly aimlessly away and explode. I'm ranting again.
I'd love for a link to the original BEES! script, or even the MOREBEES! variant.
Even more than that, I'd be so happy for a script that would create a spiraling, weaving pattern to the movements of the attached object. Going so far as to lose the tracking element of the BEES!
My apologies for these demands, but as I mentioned I'm not very proficient in scripting, and this coupled with my grand ambition for a mod is making my mood sombre. If you can help, I'll give you a huge thankyou in the credits on my final mod, and forever BEE! in your debt.
Thanks.
--------------------------
Thanks p3lb0x!
So it turns out the .lua script had absolutely nothing to do with the erratic movements of the BEES! It was merely my PushesEmitter being set to 0. So now my pseudo-BEES! move wildly around the area, destroying on a whim, sometimes flying back to annihilate the one who released them from captivity.
Interestingly enough, it seems through my desire to stitch a bunch of code together, I managed to make it do absolutely nothing. Great success!