Page 1 of 1

Custom flyer dome

Posted: Wed Aug 01, 2007 10:52 am
by Caleb1117
How would I make a custom flyer dome?
Like the ones that have republic gunships flying around.
What say Instead I wanted to have one with some random creature flying about.

How would I do that?

Posted: Wed Aug 01, 2007 12:27 pm
by Eggman
I'm pretty sure all you need to do to add flyers to a sky dome is add a few lines to the end of the world's sky file.
Here's an example (taken from the shipped Kashyyyk):

SkyObject()
{
Geometry("rep_fly_cat_dome");
NumObjects(3);
Height(80, 140);
VelocityZ(60, 100);
VelocityY(-10, 10);
Distance(300);
InDirectionFactor(0.5);
}

Posted: Wed Aug 01, 2007 12:34 pm
by Caleb1117
I know how to add them, I just want to know how to make a csutom one.
Is that even possable?
I can't think of an example of a custom one...

Edit: Yes I can!
Munilist by Pinioncorp

Posted: Wed Aug 01, 2007 12:55 pm
by 1z2x3c
i think you got to make an object and you use the odf in th sky folder to make it fly around.

Posted: Wed Aug 01, 2007 2:34 pm
by Eggman
Caleb1117 wrote:I know how to add them, I just want to know how to make a csutom one.
Oops, my bad, guess I just can't read :P

I've been under the impression that dome models are pretty much the same as any other model, so I'd assume 1z2x3c is right.

Posted: Wed Aug 01, 2007 3:08 pm
by Master Fionwë
I don't know, I tried adding in the Command Shuttle as a flyer dome in the Sky file, and they didn't appear anywhere.