Page 1 of 1
Incorrect Flyer Domes
Posted: Wed Dec 23, 2009 11:51 am
by theultimat
Hello there.
On a map I'm working on, I decided to add in some flyer domes. These work fine on CW, with the correct ones being shown, but when you get in to GCW you have flyers from both CW and from GCW. I have no idea why, as the CW ones aren't in the LUA for GCW. Does anyone have a solution for this?
Thanks.
Re: Incorrect Flyer Domes
Posted: Wed Dec 23, 2009 12:41 pm
by Jendo7
I used the domes from ]v['s +123 source files:
http://www.filefront.com/13913683/123_source_files.zip
All I did was place the msh and tga's in my side and called for them in my lua like so:
ReadDataFile("dc:SIDE\\bf2.lvl",
"all_fly_snowspeeder_dome",
"all_fly_xwing_dome",
"imp_fly_tiefighter_dome")
And added them to the worlds .sky file for example:
SkyObject()
{
Geometry("imp_fly_tiefighter_dome");
NumObjects(20);
Height(80, 140);
VelocityZ(80, 120);
VelocityY(-10, 10);
Distance(600);
InDirectionFactor(0.5);
}
I don't believe there in the core game, or the way there set up is not seperate from the cw era domes.
Re: Incorrect Flyer Domes
Posted: Wed Dec 23, 2009 2:22 pm
by bobfinkl
No idea what you are talking about Jendo7, but TheUltimat it may be worth your while to get an error log and see if there is anything suspicious in it.
Re: Incorrect Flyer Domes
Posted: Wed Dec 23, 2009 2:57 pm
by theultimat
These are the only 2 dome related errors.
Code: Select all
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\GameModel.cpp(221)
Model "rep_fly_assault_dome" already loaded in ather level file
Message Severity: 2
C:\Battlefront2\main\Battlefront2\Source\GameModel.cpp(221)
Model "rep_fly_gunship_dome" already loaded in ather level file
Re: Incorrect Flyer Domes
Posted: Wed Dec 23, 2009 3:01 pm
by Jendo7
bobfinkl wrote:No idea what you are talking about Jendo7, but TheUltimat it may be worth your while to get an error log and see if there is anything suspicious in it.
Oh! Do I have the wrong end of the stick. I thought he wanted to have those flyer domes in his sky, like the gunship domes in geonosis, but GCW flyers instead.
Re: Incorrect Flyer Domes
Posted: Wed Dec 23, 2009 3:03 pm
by theultimat
Jendo7 wrote:bobfinkl wrote:No idea what you are talking about Jendo7, but TheUltimat it may be worth your while to get an error log and see if there is anything suspicious in it.
Oh! Do I have the wrong end of the stick. I thought he wanted to have those flyer domes in his sky, like the gunship domes in geonosis, but GCW flyers instead.
Yeah, you do.

I meant I have the right dome models in CW, but in GCW I have CW & GCW models.

Re: Incorrect Flyer Domes
Posted: Wed Dec 23, 2009 3:16 pm
by Jendo7
theultimat wrote:Jendo7 wrote:bobfinkl wrote:No idea what you are talking about Jendo7, but TheUltimat it may be worth your while to get an error log and see if there is anything suspicious in it.
Oh! Do I have the wrong end of the stick. I thought he wanted to have those flyer domes in his sky, like the gunship domes in geonosis, but GCW flyers instead.
Yeah, you do.

I meant I have the right dome models in CW, but in GCW I have CW & GCW models.

The way I got GCW models in my sky only, was to put them in my side, as mentioned above. Apart from capital ship domes that didn't need to be put in a side. Just the fighter ships like x-wings or tiefighters.