Adding fighter wings to ships
Hi
I cant find how to set the number of wings the ship can create i have already added wings to ships that did not had wings before so the wings are grey.
How do you set the number of creatable wings?
Thankyou
Hi
I cant find how to set the number of wings the ship can create i have already added wings to ships that did not had wings before so the wings are grey.
How do you set the number of creatable wings?
Thankyou
Only carrier frigates can field them without using an ability. Capitals and titans all can though. The variable in the entity file is commandPoints IIRC.
Thanks
All frigates can hold strikecraft without requiring an ability.
The variable is maxNumCommandPoints on Frigates to control how many strikecraft they get. Look at the Carrier Frigate for an example.
Also, the mesh MUST have a Hangar hardpoint or the strikecraft can spawn in unplayable areas of the map.
On that note Zombie, can you set your hangar ability point somewhere outside the mesh itself? I'd like to have one spawn well behind the model in-game.
Would it be possible to create a "ring of fighters" around a model with multiple hangar points?
Also, what sort of weird spawns happen with no hangar points? How far away and the like?
Sure, I think the limit is still 10 hangar points though.
The can spawn out in deep space. What's funny, or not so funny, is flak register them as in the gravity well and start their 50,000 year sub-light journey to engage the strikecraft.
I think you've just given Sinperium a terrible idea for his troll mod.
This does have promise....yessss.
I have a use for immobile fighters but am not liking the aesthetic. Being able to set them in a pattern would help perfectly to solve my problem.
Oh, sorry about that. I thought it was related to role type.
Not sure if it is related, or not, but if others have done it, and it worked. Then i guess its not related.
If you assign strike craft the ship mesh MUST have hangar points. The hangar null MUST be outside of the ship mesh, or the strike craft will spawn in an unplayable area like was said before. You dont have to mesh a new null in. How i cheated on this was to convert the mesh to text format, then copy the "Above" null info, Then paste it as a new entry, then rename it to "Hangar". Edited number of nulls on top to match. Then boom! A hangar null without having to open a modeling program.
The RoleType determines how the AI makes the ship behave in game. The StatCountType tells the AI how many of that type of ship is on the map, and if the numbers are low the AI builds more. Do not forget statcounttypes when you mod ships.
Good info for those who may not be familiar with adding points.
Modding my SOA2 to add strike craft to the Romulans capital ships and its not working for some reason.
So I go into CAPITALSHIP_ROMULANCOLONY.entity
added the lines for the squads:
squadTypeEntityDef:0 "SquadRomulanCombat"
squadAntiMatterCost:0 75.000000
squadTypeEntityDef:1 "SquadRomulanBomber"
squadAntiMatterCost:1 125.000000
squadTypeEntityDef:2 ""
squadAntiMatterCost:2 0.000000
squadTypeEntityDef:3 ""
squadAntiMatterCost:3 0.000000
:
:
CommandPoints
StartValue 2.000000
ValueIncreasePerLevel 0.000000
checked the mesh file and there's a Point for the Hanger already in there
But, when starting a Romulan campaign, the capital ship shows 2 points of strike craft selectable but no icons for the fighter or the bomber... What am I missing?
The Romulan fighter / bomber works fine for the hangers, can select to build fighter/bomber. Just no buttons to build fighter/bomber for the capital ship.
No idea why you're having a problem with this, strike craft have already been added to that particular ship in the development version using the same entries you show.
Weird, had to change the anti-matter cost to match that of the hanger, then can choose to build strikecraft.
Another question, how do we change the speed of strikecraft?
I open up SquadXXXBomber for example and don't see any lines about MaxLinearSpeed like in the Frigate or Capital Ship entity files. Do we paste those lines over?
mitpaladin, from what I remember the strikecraft speed is controlled inside the individual strikecraft entities and not in the squads, just as the ship speeds are controlled inside the frigate/capital/titan entities and if you add unrelated lines to an entity you might be lucky and have it load but complain, or you might be unlucky and get the minidump, but most likely it will refuse to load the entity then minidump due to the error (unhandled lines) in the entity.
harpo
cool, got it!
overlooked the individual strike craft entity files
Welcome Guest! Please take the time to register with us.