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?
Custom flyer dome
Moderator: Moderators
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
- Eggman
- Master Bounty Hunter

- Posts: 1516
- Joined: Mon Jul 16, 2007 1:30 pm
- Projects :: Battlefront Chronicles
- Location: Las Vegas
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);
}
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);
}
-
Caleb1117
- 2008 Most Original Avatar
- Posts: 3096
- Joined: Sun Aug 20, 2006 5:55 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: X-Fire: caleb1117 ಠ_ಠ
-
1z2x3c
- 3rd Warning

- Posts: 259
- Joined: Mon Jul 16, 2007 3:22 am
- Eggman
- Master Bounty Hunter

- Posts: 1516
- Joined: Mon Jul 16, 2007 1:30 pm
- Projects :: Battlefront Chronicles
- Location: Las Vegas
-
Master Fionwë
- Rebel Colonel

- Posts: 598
- Joined: Wed May 30, 2007 3:33 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: At RCTC
- Contact:
