I was just wondering.. how do you do some of the cute particle effects like in My First: Skydiving Academy or Knytt stories? I can't really seem to find a button for it. There's even that special effects extension which put an Effects folder in my MMF folder, but I can't seem to activate that. Any buttons I'm missing?
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Never dl'd that game... but usually particle effects are custom... I had a good one from Chansey awhile back... had something to do with always subtracting Value A from XPos and Value B from YPos, and then setting the values to a certain thing that had to do with random numbers... I'll try to find it tomorrow, it was a good one. I've used it countless times.
Deleted User
29th May, 2008 at 22:24:25 -
Special effects are cool but they eat up a lot of memory.
And when you're making those wicked particle effects keep in mind theres an object limit.
My particle effects don't end up looking that nice I can handle movements and such very well, but I can't get the lighting or fading or whatever they're using to look as nice.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Isn't there some blitter object for effects? I used it in Jet Ball but never tried it elsewhere. I think that overcame the object limit somehow.
Actives that run off your physics engine are the best things. Or even just bouncing balls or pinball movement effects. A big glowing Add light that shrinks or turns black (which is trans with Add). Meh there's loads of ways of doing it.
Hmmm.. alpha channels are a great idea! Do they use more processing power?
I remember this game called The Line. That was quite a good game, the best special effects of its time. The guy who made it said that it mostly used the bullet extension, which I never figured how to use
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Originally Posted by Dr. James ^ That's the same extension I used. Doesn't it come with a tutorial or example file?
I couldn't really make any good use of it, but a lot of people seem to be doing great with it. I know a guy who made some nice bullet shooting effects and sparks when combined with an instant hit code. Hmm.. I never checked to see if there was a MMF2 version of it.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
I usually don't have trouble with active object limits even in tgf, as long as you deactivate the particle effect when (if) it's offscreen, and the MMF2 line of products ups the limit by a couple thousand I believe. Maybe it's because of the method I use, but I never have trouble with memory issues either. (and my computer is an old 366Mhz 128MB RAM-er)
Originally Posted by OldManClayton I usually don't have trouble with active object limits even in tgf, as long as you deactivate the particle effect when (if) it's offscreen, and the MMF2 line of products ups the limit by a couple thousand I believe. Maybe it's because of the method I use, but I never have trouble with memory issues either. (and my computer is an old 366Mhz 128MB RAM-er)
Edited by the Author.
Deactivating effects and groups are pretty mega important if your game uses a lot of them. I've managed to bring the RAM usage of my project to 26mb. Worked for months to knock a good 8mb off that.
Another good thing to do is, if the particles are necessary, have them exist and work out of sight but remove extra coding that controls animation, transparency but still with motion.
HWA does help take the edge off resources too if you're prepared to go down that route.