Jump to content

Re: Making it so that Rebel star ships can spawn fighters


reddogzl
 Share

Recommended Posts

has anyone gotten this to successfully work?

 

I attempted to do it my self by changing some code line in the ships files, all i have been able to do is make it so the star destroyers can spawn like 40 some odd tie fighters/ tie bomber, i haven't tried to spawn x-wings or anything from the star destroyers but my guess is that they wont work there either, if any one has any idea how to code this that would be awesome.

 

Here is my code i added

  X-Wing_Squadron, 6

  A-Wing_Squadron, 4

  5

Link to comment
Share on other sites

ok if you have the Venator Class enabled for your rebels, just simply add this line to the hardpoints section of the xml section:

 

HP_Acclamator_Fighter_Bay and that will activate the fighter bay on the Venator.  you can do the same for the Calamari Cruiser, and even Home One, but there is a small glitch. with every Fighter Bay code, and no matter what, with Home One and the Cruiser, the bay is always in the top hand corner of the screen, now way around it atm, but I hope to haver it figured out soon.  also for the Venator, here are the lines that i have that add squadrons of Vwings to it compliment... note that this is with Bryants 2.0 mod, so that would help to just copy and paste this into.

 

VWing_Squadron_R, 4

Y-Wing_Squadron, 3

5

VWing_Fighter_Squadron_L, 4

Y-Wing_Squadron, 3

 

 

EO

Link to comment
Share on other sites

well this thing is, that line of code was already present (the hard point) so now i am attemping two different versions one with the star destoryer fighter bay (actual acclamator in the frigates xml page) and another with the acclamator fighterbay (jedi cruiser)
Link to comment
Share on other sites

well the fighter bay hardpoints are both already located in the hardpoint.xml file so all i did was add the hard points to the list and add the destruction sxf to them, but where would i add the other 2 entries your mentioned above?
Link to comment
Share on other sites

Actually that happened to me once accidently when my Victory spawned 2 xwing squadrons. It didn't happen in a later battle though

http://www.lucasforums.com/images/avatars/tiedefender.jpgMay the force be with you, always. http://homepage.ntlworld.com/susangillan/EDF-Avatar-X-Wing.jpg

                                                   

http://www.userbars.com/galerie/images/files/3/4/ffuser.jpg

http://www.pixelpwnage.com/sigs/grouptag.jpg

.Check for Updates!.

..Imperial Assault II Mod for Empire at War!!..

...Empire at War Nexus, Modding for a Galaxy Far Far Away!!!...

....Use the Spell Check Feature People!!!!....

.....International Battlefront Clan!!!!!.....

Link to comment
Share on other sites

well the fighter bay hardpoints are both already located in the hardpoint.xml file so all i did was add the hard points to the list and add the destruction sxf to them, but where would i add the other 2 entries your mentioned above?

 

SPAWN_SQUADRON goes in this portion of the XML

 

ABILITY_COUNTDOWN, SIMPLE_SPACE_LOCOMOTOR, POWERED, SHIELDED, HIDE_WHEN_FOGGED, REVEAL, TARGETING, UNIT_AI, ASTEROID_FIELD_DAMAGE, ION_STUN_EFFECT, NEBULA, SPAWN_SQUADRON just like this one.  then what you do is put the hardpoint on her, and add the lines I provided earlier, and you should do fine.

 

EO

Link to comment
Share on other sites

hah, i have some question about stuff...

 

i made Calamari Cruisers and Nebulon-B`s fregates to spawn fighters, and they do spawn, but in the middle of the map ;( do you guys know how to fix it? I`m gettig irritated when my bomers are owned after 3 seconds of livig...

 

btw, dunno why, but only bombers do spawn ;/

 

if someone know how to fix it, please tell me :)

Link to comment
Share on other sites

i made Calamari Cruisers and Nebulon-B`s fregates to spawn fighters, and they do spawn, but in the middle of the map ;( do you guys know how to fix it? I`m gettig irritated when my bomers are owned after 3 seconds of livig...

 

btw, dunno why, but only bombers do spawn ;/

 

if someone know how to fix it, please tell me :)

 

OK to make it where the fighters arent spawned in the middle of the map, what you do is go into the hardpoints.xml, and go to each of those ships sections (i.e. calamari_cruiser or nebulon_b_frigate, I believe these are the sections) and add a new hardpoint to the list... Only problem I have with this method is I have to have it set to the engine section, no other ones work... here is the code I used for my Home One, which is also the setup for my Mon Cal Cruiser.

 

	<HardPoint Name="HP_HomeOne_Fighter_Bay">
	<Type> HARD_POINT_FIGHTER_BAY </Type>
	<Is_Targetable>Yes</Is_Targetable>
	<Is_Destroyable>Yes</Is_Destroyable>
	<Model_To_Attach />
	<Attachment_Bone>HP_E_Bone </Attachment_Bone> <!-- This is an attachment bone for the HUD reticle centering, even though no model is attached -->
           	<Collision_Mesh>HP_E_COLL</Collision_Mesh>
	<Tooltip_Text>TEXT_FIGHTER_BAY_HARDPOINT</Tooltip_Text>
	<Health>100.0</Health>
	<Death_Explosion_Particles> Large_Explosion_Space_Empire </Death_Explosion_Particles>  <!-- STUBBED PLACEHOLDER -->
	<Death_Explosion_SFXEvent>Unit_Hardpoint_Bay_Death</Death_Explosion_SFXEvent> <!-- STUBBED PLACEHOLDER -->
</HardPoint>

 

I hope this helps you out with this.  Then what you do is go into the Capital Ships or Frigates xml file, and add the new hardpoint to it.

 

EO

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

Copyright (c) 1999-2022 by SWRebellion Community - All logos and trademarks in this site are property of their respective owner. The comments are property of their posters. Star Wars(TM) is a registered trademark of LucasFilm, Ltd. We are not affiliated with LucasFilm or Walt Disney. This is a fan site and online gaming community (non-profit). Powered by Invision Community

×
×
  • Create New...