Author Topic: EFF's and non animated textures  (Read 4900 times)

0 Members and 1 Guest are viewing this topic.

Offline J.P.

  • 26
    • http://www.omegadigital.org/
EFF's and non animated textures
Can I make an eff for something that's not supposed to animated? Like the thruster textures?

-J.P.

 

Offline taylor

  • Super SCP/Linux Guru
  • 212
    • http://www.icculus.org/~taylor
Re: EFF's and non animated textures
Why would you want to?

An EFF is considered an animation so it will be used like one and the game doesn't (currently) know the difference.  There is a plan (sort of) to eventually allow an EFF to be a non-animated effect, where you basically specify a set of textures that would be blended together to make a single, static, effect.  That's more for Bobboau's material system's use though and the code changes to allow that probably won't happen until the material system in ready.  But even then an EFF would still be considered a single effect, just like an animation is a single effect.

 

Offline Turambar

  • Determined to inflict his entire social circle on us
  • 210
  • You can't spell Manslaughter without laughter
Re: EFF's and non animated textures
so if someone were to make a thruster plume that was animated, and incorporated multiple frames, would an animation be displayed, or would it only use one frame.
10:55:48   TurambarBlade: i've been selecting my generals based on how much i like their hats
10:55:55   HerraTohtori: me too!
10:56:01   HerraTohtori: :D

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Re: EFF's and non animated textures
If you mean 'thruster' as in maneuvering thruster, animation support is in, so it should play the animation out.

Generally, though, I think that the code will just ignore the EFF and act as if it doesn't exist if support isn't in.
-C

 

Offline taylor

  • Super SCP/Linux Guru
  • 212
    • http://www.icculus.org/~taylor
Re: EFF's and non animated textures
The code has to be there to make it load and work as an animation.  If it's not set to load an animation then it can't use an EFF anyway.  The primary thruster is the only one that is actually animated.  All of the glows (primary, secondary, teriary) are static so an EFF won't be used there.

 

Offline Turambar

  • Determined to inflict his entire social circle on us
  • 210
  • You can't spell Manslaughter without laughter
Re: EFF's and non animated textures
allrighty, thanks taylor

of course the option to make those animated could result in some pretty big visual improvements, but i won't beg or anything
10:55:48   TurambarBlade: i've been selecting my generals based on how much i like their hats
10:55:55   HerraTohtori: me too!
10:56:01   HerraTohtori: :D

 

Offline Turambar

  • Determined to inflict his entire social circle on us
  • 210
  • You can't spell Manslaughter without laughter
Re: EFF's and non animated textures
also:  TEACH ME HOW TO USE RENDER TO TEXTURE STUFF PLZ  it'll be super helpful and i need to get it implemented in viper cockpits sooner than later (sorry for caps, its not shouting, think of it more like me waving my hands around)
10:55:48   TurambarBlade: i've been selecting my generals based on how much i like their hats
10:55:55   HerraTohtori: me too!
10:56:01   HerraTohtori: :D

 

Offline J.P.

  • 26
    • http://www.omegadigital.org/
Re: EFF's and non animated textures
Well darn, I made an animation and now I can't use it.

Here's one of the animations I was going to put in: http://www.filelodge.com/files/room19/512545/TerranThruster.mov

Will you guys ever implement particles for the engines instead of three textures?

There is a plan (sort of) to eventually allow an EFF to be a non-animated effect, where you basically specify a set of textures that would be blended together to make a single, static, effect.

I like that idea. I was thinking one day on how I could do the subspace corridor, doing something like that.

-J.P.



-J.P.

 

Offline taylor

  • Super SCP/Linux Guru
  • 212
    • http://www.icculus.org/~taylor
Re: EFF's and non animated textures
Will you guys ever implement particles for the engines instead of three textures?
Depends on what Bob's material system actually does.  I don't think that anyone is really going to work towards this until he gets that code in and we figure out if it can be done better through the material system or not.  It would be crazy to come up with something functional now only to have it be made obsolete soon.

 

Offline J.P.

  • 26
    • http://www.omegadigital.org/
Re: EFF's and non animated textures
Well, since I couldn't do the engine I thought I'd go ahead and do the explosions. I got it one of them done, but for some reason there's an error.

Error: Could not load exp04 anim file

File:C:\temp\fs2_open_3_6_9.rc3\code\Fireball\FireBalls.cpp
Line: 693
[This filename points to the location of a file on the computer that built this executable]

Call stack:
------------------------------------------------------------------
    fs2_open_r.exe 004593aa()
    fs2_open_r.exe 00401bba()
    fs2_open_r.exe 0040222b()
    fs2_open_r.exe 00408c62()
    fs2_open_r.exe 004fea86()
    fs2_open_r.exe 00407be5()
    fs2_open_r.exe 004fed79()
    fs2_open_r.exe 0040a385()
    fs2_open_r.exe 0040a4c0()
    fs2_open_r.exe 0070d0d9()
    kernel32.dll 7c816d4f()
------------------------------------------------------------------


I would appreciate some help on this.

Here's the explosion I semi-made btw.

http://www.filelodge.com/files/room19/512545/exp04.avi

I got it off some site called fotosearch. It had a watermark, but I got rid of it. I added a glow, made it more red and fiery looking, etc.

I would really like to get this in game.

-J.P.

 

Offline StratComm

  • The POFressor
  • 212
  • Cameron Crazy
    • http://www.geocities.com/cek_83/index.html
Re: EFF's and non animated textures
In response to the original question, there's exactly one reason to use .eff for a static texture: to override an ani map with a static one.  Otherwise, it would do absolutely nothing.
who needs a signature? ;)
It's not much of an excuse for a website, but my stuff can be found here

"Holding the last thread on a page comes with an inherent danger, especially when you are edit-happy with your posts.  For you can easily continue editing in points without ever noticing that someone else could have refuted them." ~Me, on my posting behavior

Last edited by StratComm on 08-23-2027 at 08:34 PM

 

Offline taylor

  • Super SCP/Linux Guru
  • 212
    • http://www.icculus.org/~taylor
Re: EFF's and non animated textures
I would appreciate some help on this.
Is it an ANI or EFF?  Can you post it so that I can take a look?  It's a bit hard to tell why it won't load otherwise, since there are quite a few possibilities for it it not loading.

  

Offline J.P.

  • 26
    • http://www.omegadigital.org/
Re: EFF's and non animated textures
It's an .EFF

Here's the text in the file:

$Type: JPG
$Frames: 105
$FPS: 24

And the files are in JPG format.

-J.P.