Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: NJSP 3002 on April 09, 2013, 06:51:46 pm
-
Been looking on how to make it so I have NTF ships vs. HOL vs. GTVA but I tried doing team hostile vs. neutral for NTF and HOL but only the fighters engage each other but not the destroyers even if ordered to....anyway to make NTF and HOL completely go at it without making one of them a friendly?
-
Add a new iff entry that looks like hostile and attacks both hostile and friendly
-
how do I do that lol?
-
Try "All teams at war" in mission specs.
-
how do I do that lol?
It's in iff_defs.tbl. But what Black Wolf said is an easier strategy if you don't need any special behavior.
-
how do I do that lol?
It's in iff_defs.tbl. But what Black Wolf said is an easier strategy if you don't need any special behavior.
oh yeah. Forgot about that.
-
So if I do all teams at war hostile and neutral teams will engage without being ordered to?
-
Yes, they will. All teams at war makes all teams (exception: Unknown IFF) fight each other even when they're explicitly told not to in the tables normally.
-
awesome thanks
-
Sorry for being late for the party...
Yeah, "all teams at war" is the way to go for what you are doing... additional IFFs and IFF-flags I would not touch unless you are extending the number of teams beyond the original 3 (friendly, hostile, neutral)
However FFA-type missions are a difficult piece of balancing; you will have to account for player interaction with all teams and for the interaction of the AI with another ... the mission can go really off rails if the player focusses too much on one team and not on the others...
Also the retail AI doesn't take well to fighting at two fronts unless you stricly guide them ... AI ships target the next best threat and not all enemies equally; which forces you to really guide them from target to target via events (its manageable, don't worry) unless you are going for "clumped together in a single furball"