Custom flyer dome

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
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 ಠ_ಠ

Custom flyer dome

Post 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?
User avatar
Eggman
Master Bounty Hunter
Master Bounty Hunter
Posts: 1516
Joined: Mon Jul 16, 2007 1:30 pm
Projects :: Battlefront Chronicles
Location: Las Vegas

Post 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);
}
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 ಠ_ಠ

Post 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
1z2x3c
3rd Warning
3rd Warning
Posts: 259
Joined: Mon Jul 16, 2007 3:22 am

Post by 1z2x3c »

i think you got to make an object and you use the odf in th sky folder to make it fly around.
User avatar
Eggman
Master Bounty Hunter
Master Bounty Hunter
Posts: 1516
Joined: Mon Jul 16, 2007 1:30 pm
Projects :: Battlefront Chronicles
Location: Las Vegas

Post 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.
Master Fionwë
Rebel Colonel
Rebel Colonel
Posts: 598
Joined: Wed May 30, 2007 3:33 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: At RCTC
Contact:

Post 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.
Post Reply