Author Topic: Ported Anims from HW2!!!!  (Read 3896 times)

0 Members and 1 Guest are viewing this topic.

Offline Krackers87

  • 158 crew
  • 29
Ported Anims from HW2!!!!
Yes you heard it, im porting Homeworld 2's animations (muzzle flash, explosions) to FS2!

[glow=Red]!NOTE![/glow][/B]

The max speed the .gifs can go at is 10 Frames per second, because the maker sucks. Its free. The .ani's are faster. Also check back frequently because im constantly porting more stuff.

1 Red quick muzzle flash




2 Blue slower muzzle flash




3 Weapon hit


http://hades-combine.com/mods/hwports/Bullet%20Hit.zip


Im also tryin to get ScP guys to code muzzle flash anims if its not already coded so we can use these.


4 Bullet Death (can be used as a flah or bullet death or whatever)


http://hades-combine.com/mods/hwports/Bullet%20Death.zip


5 Circle dis ???


http://hades-combine.com/mods/hwports/circle%20dis.zip


6 Outline


http://hades-combine.com/mods/hwports/outline.zip


7 Sparks


http://hades-combine.com/mods/hwports/Sparks.zip


8 Ion warp


http://hades-combine.com/mods/hwports/ionwarp.zip


9 KPR beam


http://hades-combine.com/mods/hwports/KPR%20beam.zip


10 Lance beam


http://hades-combine.com/mods/hwports/lance%20beam.zip

CONTINUED
« Last Edit: November 17, 2003, 03:57:47 pm by 1143 »
Put this in your profile if you know someone who is fighting, has survived, or has died from an awp no scope.

just like seventies goofballs
he's waiting on last calls
well listen method man
'cause if you leave on the last line
don't leave on the ground kind
born just a little too slow

 

Offline Galemp

  • Actual father of Samus
  • 212
  • Ask me about GORT!
    • Steam
    • User page on the FreeSpace Wiki
The third one makes a cool shield hit ani. Try it.
"Anyone can do any amount of work, provided it isn't the work he's supposed to be doing at that moment." -- Robert Benchley

Members I've personally met: RedStreblo, Goober5000, Sandwich, Splinter, Su-tehp, Hippo, CP5670, Terran Emperor, Karajorma, Dekker, McCall, Admiral Wolf, mxlm, RedSniper, Stealth, Black Wolf...

 

Offline Rictor

  • Murdered by Brazilian Psychopath
  • 29
Nice work. One thing I really liked about Homeworld is the huge (and great) muzzle flashes. If you're going to be getting those into FS2, I suggest using the 2nd one, but make the anim play a bit faster. Another thing that would be nice, though I don't really know how you would accomplish this without starting from scratch, is to creat a white glow in the centre of the flash, with a colour surrouinding it, kind of like the engine trails or beam effects. This would give it the "powerful" effect.

Looking forward to future developments.

 

Offline Eviscerator

  • 27
  • Who? What? Noway!
It would be nice if we can add these, but I think you are right, I believe it would require a code change. Perhaps the SCP guys can rewrite that part of the code so that you can change flashes for different weapons the same way you change or add trails.

I have a ton of weapons on the board that could benefit from such.
The Lurker Extreme

To study and not think is a waste, but to think and not study is dangerous.

Hands off me haggis!!

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
there is a hit effect I have been thinking about that could use that bullet death one

ok so how's this, you are given two bitmaps, one would render like a beam the other like a bitmap (thrusters, glowpoints, fireballs) each one you give a life time to (negateing the frame rate, and makeing each animation more versitile)

the only thing that I'm not sure how to handel is multable flashes going off at the same time (you fire again while a flash is already in progress) I supose I could just set up a max of say... ten flashes to go off at the same time

anyway were not alowed to implement anything new untill after the next relese
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

  

Offline Krackers87

  • 158 crew
  • 29
!NOTE!

Te max speed the .gifs can go at is 10 Frames per second, because the maker sucks. Its free.

The .ani's are faster
Put this in your profile if you know someone who is fighting, has survived, or has died from an awp no scope.

just like seventies goofballs
he's waiting on last calls
well listen method man
'cause if you leave on the last line
don't leave on the ground kind
born just a little too slow

 

Offline Rictor

  • Murdered by Brazilian Psychopath
  • 29
Ok. heres something I cooked up in PS and IMage Ready

this is kind of what I was reffering to:


 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
yeah I know, the thing with framerates and life time is more so you can use one flash animation for ten diferent weapons some being very fast others very slow
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline Rictor

  • Murdered by Brazilian Psychopath
  • 29
How about just playing a .ani animation, with a set size and set distance away from each gunport. The framerates would be decided by whatever is in the .ani information. This way, you don't start a new animation until the previous one has finished, so you only have one playing at a time. I'm not a programer but this may easy the coding a bit, since you don't have to worry about multiple animations or life lenghts etc.

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
wha...?

there is no 'play_ani()' function, you have to figure out wich frame your on then add that to the bitmap index, then set that to the current texture, then do your drawing,

it's actualy easier to code if you give it a specifyed life time, and more versitile
« Last Edit: November 17, 2003, 01:16:51 am by 57 »
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline Rictor

  • Murdered by Brazilian Psychopath
  • 29
Ok, without getting into the poisitioning etc, since I dont know that stuff:

- The muzzle flash code plays the corresoping ani file

- The next loop is not started until the previous one has finished. Even if the player is firing like crazy, there is only one animation playing at a time. Modders would get around this by simply making the ani length whatever the refire rate is. So therefore, even if you're firing at full speed, it looks right. This would be different for every weapon, so a seperate ani file would be used for each weapon.

__

Another idea is to have the animation stoo whever a new one is supposed to start (say I fire a shot before the intended end of the ani) and the new one start. So just cut the animation whenever a new shot is registered, and play it from the beggining.

Hope thats a little clearer, though I might have just confused you more.

edit: ok, I get it. I just assumed there is a play_ani fuction, didn't know there wasn't.

 

Offline Setekh

  • Jar of Clay
  • 215
    • Hard Light Productions
Duuuude, nice one. Those look great. :)
- Eddie Kent Woo, Setekh, Steak (of Steaks), AWACS. Seriously, just pick one.
HARD LIGHT PRODUCTIONS, now V3.0. Bringing Modders Together since January 2001.
THE HARD LIGHT ARRAY. Always makes you say wow.

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
if you stop the earlier animation it will just keep playing the first few frames over and over again, would not look good

the first one would just not look right, you have a muzle flash to denote how violently powerful you weapon is, but it doesn't even disrupt the gasses emited by the shot prior, let alone make it's owncloud of doom, that would look even worse

and why do you want to use a diferent ani for each weapon, when you could use the same one for a bunch of diferent weapons but just tell it to play it acros half a second her one and a half seconds here, is also a lot easier than haveing to recompile an ani if you want to make it just a teeny bit faster or slower
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline Gloriano

  • silver dracon
  • 210
  • Oh
:) those are nice:yes:
You must have chaos within you to give birth to a dancing star.- Nietzsche

When in despair I remember that all through history the way of truth and love has always won; there have been tyrants and murderers, and for a time they can seem invincible, but in the end they always fall.- Mahatma Gandhi

 

Offline diamondgeezer

OK - this really really need s to get implemented at some point :nod::nod::nod:

 

Offline Tiara

  • Mrs. T, foo'!
  • 210
Ok, I don't mean to sound harsh or anything but besides the explosion and maybe the bullet death those things can be done in PSP/AnimShop and then converted to .anis way better then those.
I AM GOD! AND I SHALL SMITE THEE!



...because I can :drevil:

 

Offline Krackers87

  • 158 crew
  • 29
...go ahead and make some then.
Put this in your profile if you know someone who is fighting, has survived, or has died from an awp no scope.

just like seventies goofballs
he's waiting on last calls
well listen method man
'cause if you leave on the last line
don't leave on the ground kind
born just a little too slow

 

Offline Krackers87

  • 158 crew
  • 29
Note:

The KPR, Vaygr and lance beam are meant to be played backwards. I just thought they looked better this way.
« Last Edit: November 17, 2003, 04:12:41 pm by 1143 »
Put this in your profile if you know someone who is fighting, has survived, or has died from an awp no scope.

just like seventies goofballs
he's waiting on last calls
well listen method man
'cause if you leave on the last line
don't leave on the ground kind
born just a little too slow

 
Quote
Originally posted by Bobboau
if you stop the earlier animation it will just keep playing the first few frames over and over again, would not look good

the first one would just not look right, you have a muzle flash to denote how violently powerful you weapon is, but it doesn't even disrupt the gasses emited by the shot prior, let alone make it's owncloud of doom, that would look even worse
Well I don't really see a problem here, as very powerful weapons shouldn't fire that fast at all because of balancing issues and asthetics, and fast firing weapons would probably expell their gasses or whatever at such high velocities, that there will only be a short flash visible for 1 or 2 frames, for those short ones you wouldn't even need a sequence just a single bitmap.
« Last Edit: November 17, 2003, 03:20:48 pm by 1175 »

 

Offline Krackers87

  • 158 crew
  • 29
« Last Edit: November 18, 2003, 03:29:37 pm by 1143 »
Put this in your profile if you know someone who is fighting, has survived, or has died from an awp no scope.

just like seventies goofballs
he's waiting on last calls
well listen method man
'cause if you leave on the last line
don't leave on the ground kind
born just a little too slow