Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: WMCoolmon on July 30, 2005, 08:58:48 am
-
Sometime in the last few days the fighter AI has been broken...it appears that when they're assigned more than one target to attack, fighters will merely spin in circles constantly.
-
...so basically, everything's the same?
-
We gotta teach the AI to aim with primaries at one ship and fire guided missiles at a different target. :P
-
Well, I'm also getting a really bizarre bug where everything disappears and the screen goes black.
-
I starting to feel glad I haven't commited anything in a long time :)
-
me too :p
-
Bah, that turret code thing I commited still needs to come out.
-
Originally posted by WMCoolmon
Sometime in the last few days the fighter AI has been broken...it appears that when they're assigned more than one target to attack, fighters will merely spin in circles constantly.
Which build does it first show up in?
-
Originally posted by WMCoolmon
Well, I'm also getting a really bizarre bug where everything disappears and the screen goes black.
That actually sounds eerie (good) :nervous:
-
Originally posted by Goober5000
Which build does it first show up in?
Probably the newest one. But I've been using builds compiled exclusively from CVS. Cedega doesn't seem to like fs2_open, either.
-
Can someone post a test mission where this happens, or instructions to reproduce it?
-
Originally posted by Goober5000
Can someone post a test mission where this happens, or instructions to reproduce it?
Well I would but I need to get this (http://www.hard-light.net/forums/index.php/topic,34428.0.html) solved somehow first. :sigh:
But well basically, create a mission, put in eight fighters and assign them to two friendly and two hostile wings. Order each wing to attack the two opposing wings, priority 80 and 50 for example. The fighters just keep spinning around. And the build's fs2_open_G-20050728.exe.
In any case, I will dig more details out of this problem when I've solved the nagging shockwave problem (link above).
-
I'm having the same exact problem. I was beginning to fear my wingmates had finally gotten fed up with my suicidal orders after all these years and were refusing to execute them. What a travesty we'd be in then. :nervous:
-
Hmm. Does it appear in the 0722 build or any earlier builds?
-
I switched to the July 22nd build and noticed that wingmen that are assigned orders in FRED2 don't seem to carry them out, but when I give them a command in game they don't do too bad. When given an order with the ai-attack SEXP they move for the target but when they get in range they just fly around idly in the vicinity.
That was just one test run and I'm in the process of more.
-
Slahser, try to reproduce those results with the 20050807 build so we'll know if it ended up being fixed shortly after 20050728 was release. Also, try setting MISSION_FLAG_AI_NEW for the mission (not sure what it is in FRED2) and try again with the 0722 and/or 0728 builds. You can add that flag outside of FRED2 if you want, just add 4096 to whatever +Flags: is set to.