Page 1 of 1

Multiple questions..

Posted: Thu Jan 12, 2006 4:26 pm
by Astute
I'm working on a map in my spare time, but the effect i'm trying to create just doesn't come out right. Here are my questions if any of you have messed with this

-Make fish fly, like register as birds but still do their fish-like animations.

-- Fishies
SetNumFishTypes(1);
SetFishType(0,0.8,"fish");

I'm having no luck

I've Created a unit with a jetpack, how do i apply my own jet effect though, or where do i place the .fx file.

RE: Multiple questions..

Posted: Thu Jan 12, 2006 6:07 pm
by sef0907
Question about your questions, are you making an underwater, map? You culd try to replace the birds msh and animations with the fishes, but it may be the birds animation to fly around.

RE: Multiple questions..

Posted: Thu Jan 12, 2006 6:52 pm
by Astute
Hmm, nope, it just shows up as textureless birds. Well, i guess i could do without them.

Re: Multiple questions..

Posted: Thu Jan 12, 2006 8:32 pm
by -_-
Astute wrote: I've Created a unit with a jetpack, how do i apply my own jet effect though, or where do i place the .fx file.
Unit ODF, and you'd have to create an Effects folder in the SIDE it's in.

RE: Re: Multiple questions..

Posted: Thu Jan 12, 2006 8:44 pm
by Astute
Thanks, that really cleared up my problem.

Oh and yes, Sef0907, i am making an underwater map :)

RE: Re: Multiple questions..

Posted: Thu Jan 12, 2006 9:51 pm
by sef0907
Sweeeeeeeeeeet, I can't believe nobody has ever thought of that before.

RE: Re: Multiple questions..

Posted: Fri Jan 13, 2006 2:47 pm
by Leviathan
Astute, have you ever looked at "Kashyyyk : Docks" map's *.REQ file ? Indeed, it contains lines you must add to your current map's, in order to get textured birdies / fishies... Also, do not forget to look for files whose names contain terms like "fish" or "bird" in Kashyyyk's assets, and copy them in your project's right folders...

RE: Re: Multiple questions..

Posted: Fri Jan 13, 2006 3:48 pm
by Teancum
I'm guessing you can only have fish when you actually have underwater, too.

RE: Re: Multiple questions..

Posted: Fri Jan 13, 2006 3:58 pm
by Astute
Hmm, yeah it seems you need to be underwater for that. Oh well, the water is deep enough that i doubt you would find many fish.

RE: Re: Multiple questions..

Posted: Sat Jan 14, 2006 2:04 pm
by Leviathan
Astute, have you ever thought using re-scaled fishes in your map ? :|

RE: Re: Multiple questions..

Posted: Sat Jan 14, 2006 4:01 pm
by Astute
Hmm, i've decided to exclude fish, partly because its distracting in such darkness. I think that all of my technical questions have been answered, all i have to do is add the extras and refine the gameplay.