Jump to content

xripx

Member
  • Content Count

    45
  • Joined

  • Last visited

  • Medals

Community Reputation

12 Good

About xripx

  • Rank
    Lance Corporal

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I think I have put a bandaid on this by putting in the mission init DISABLEAI "TARGET" for my squad leader and same for "AUTOTARGET" which might not have accomplished anything, but I figure he'll maybe stop wanting to attack. Then I changed the GET IN waypoint to Careless and Force Hold fire. I didn't want to do that because I didn't want the radio chatter to reflect it, but I just put enableRadio false in the mission init. I also had to move the car a bit because it was close to a couple of structures which seemed not to jive with the squad AI. This seems to work somewhat consistently.
  2. Ha, I'd love to, but I'm no where near an advanced enough user to set it up without waypoints. There are several waypoints and events before this GET IN waypoint that I'd have no idea how to setup and would essentially start from scratch.
  3. Well I can offer a clue as to why they're behaving strangely. When we got to the GET IN waypoint, a few seconds later, there was an "area clear" because the enemy was eliminated for the moment. Then everyone got in, no issues. So it appears they're "torn" between engaging the enemy and getting in the car. I guess that's why the squad leader keeps yelling "GET IN" and "DISMOUNT" over and over? How can I make them totally ignore the enemy?
  4. I did, they start the whole "get in, dismount" song and dance with or without me involved.
  5. Hmm, @wogz187 I put this in the mission init. The mission normally starts with me and the squad in a vehicle. With your code in the mission init, it immediately starts with everyone booted from the vehicle. Should I put this in a different init?
  6. Hi all, I'm in a squad, not as leader. I have a GET IN waypoint for my squad on an empty vehicle. This waypoint is activated by a trigger. Sure enough, the trigger does its job. The squad leader issues the "GET IN" command. So I get in. Then.... Then 1 of the AI squaddies gets in, then another, then the first gets out, then another gets in, then 2 get out, then 1 gets in etc etc etc, shuffling like that. The squad leader is constantly yelling for certain members to GET IN, then yells for others to DISMOUNT for some reason. I'm just sitting there in driver's seat watching this. It's incredibly frustrating that the AI can't follow simplest command sometimes. I've tried different settings on the GET IN waypoint, like setting behavior to careless or safe or combat, force hold fire. I've tried all combinations of that that I can think of. Combat seems to be to the most effective. Any ideas how I can just get these guys to just go straight to the damn car and get in?
  7. I cleaned up the code a little further and got rid of the error, but it still wasn't actually executing the script. Ultimately the problem was that I had radioenabled false in the mission init, which kept them from speaking.
  8. I'm triggering the conversation by creating a trigger with execVM "StartTalk.sqf"; on Activation. StartTalk.sqf ["Banter", "HeloConvo"] call bis_fnc_kbtell; description.ext class CfgSentences { class HeloConvo { class Banter { file = "Helo.bikb"; #include "Helo.bikb" }; }; }; }; Helo.bikb class Sentences { class Helo_Tower_Line_1 { text = ""; speech[] = { "\talk\1Wherearewe.ogg" }; class Arguments {}; actor = "Tower"; }; class Helo_Jackson_Line_2 { text = "" speech[] = { "\talk\2Mothershouse.ogg" }; class Arguments {}; actor = "Jackson"; }; class Helo_Tower_Line_3 { text = "" speech[] = { "\talk\3Realcute.ogg" }; class Arguments {}; actor = "Tower"; }; class Helo_Jackson_Line_4 { text = "" speech[] = { "\talk\4Anytimeanywhere.ogg" }; class Arguments {}; actor = "Jackson"; }; }; class Arguments {}; class Special {}; startWithVocal[] = {hour}; startWithConsonant[] = {europe, university}; When I reach the trigger, I get the error [BIS_fnc_kbTopicConfig] Class 'HeloConvo' not found in CfgSentences. Any ideas?
  9. I was able to fix the issue of the squad leader speaking by going Attributes>General and putting "enableRadio false; " in the init field. Then I put a trigger along my squad's path that put it to "true" on activation. The helicopter door problem, I've discovered, is unsolvable. Even if you can disable all interaction with the helicopter, the actual prompt will still pop up in the middle of the screen. I'll just have to double tap the tilde key to make it go away, it's just annoying.
  10. Hi all, Getting back into Arma editing after several years. Very, very rusty. So my scenario starts with the player in a squad (not as leader) in a moving helo. 2 problems: It always says "Open left door" in the middle of the screen because the action is available for the player. Is there a way to make the vehicle impossible to interact with? Setting it to "Locked" didn't help. Second, as soon the mission starts, #3 in the squad issues the order "go to grid blah blah blah." I'm pretty sure YOU the player are #3, which is strange, but I want to wait for the this command to be issued when the squad disembarks. I tried making a trigger with "Player, Present" and syncing it to the first squad waypoint but he still flaps his gums right off the bat. Help is very appreciated, thank you!
  11. Is this just an AI glitch I just have to live with?
  12. Awesome thank you. I actually did, I applied all patches after 1.57 in the order they were released, including updates for PMC and BAF. Anyway, thanks a lot, worked like a charm.
  13. I couldn't find this via search, surprisingly. I'm making a mission the MGB Nam map, and for some reason AI units refuse to cross the bridges, so I'm having me and my squad swim across the river. However, this apparently is a chore for them as well. I basically have to swim across telling my squad to "get back in formation" over and over. Slowly but surely they'll get in and make their way across. The process can take a few minutes even with the game time on 4x. Is there a workaround here? It really kills the momentum in the mission.
  14. Basically I've been running Arma CO 1.57 for a while with both ACE and CBA. I realized how out of date my game and addons were yesterday. I patched up and got the latest versions of ACE and CBA. Now, all trees, bushes etc with a 100m radius of the player have this "frosted" look to them, they're basically several shades lighters than they should be. So if I'm flying in a chopper, there a huge circle of lighter plants below me. My mistake might have been that I updated to the Beta patch, but I'm hoping that's not the case. Any suggestions?
  15. I appreciate the clever advice, I never would've thought of it... but unfortunately no, it doesn't work, it's still too quiet. Sigh. Oh well, I fixed the fading problem and that was a way bigger deal. Thanks again!
×