Jump to content

BlackbirdSD

Member
  • Content Count

    232
  • Joined

  • Last visited

  • Medals

Everything posted by BlackbirdSD

  1. Is there a scripted waypoint for vehicles so they patrol large areas of roads without going offroad? I tried [group this, getPos this, 1000] call BIS_fnc_taskPatrol; and leave them on safe but quite often they leave the roads. Thanks
  2. I have a mission that I have been playing for years. Yesterday I played the mission and the AI wont see me. The see me coming down in a parachute and shoot at me but once I land they dont see me. The map has around 800 AI all Dynamic Simulation. Before you say that the 800 AI is the problem, I will say once again I have been playing this mission almost every day for years and used to have this problem then it stopped. I have played this mission every day the past 2 months with no issues at all. Now I can walk right up to them and they dont shoot. I can kill one of them and his partner will randomly shoot. Is it possible that the mission file gets corrupted? Does the mission file ever get written to in game? Thanks
  3. BlackbirdSD

    AI not seeing me again

    But that only sets the allegiance between independent and blufor and independent and opfor, correct? I only play blufor against opfor. So where is that setting? I use 3den enhanced mod
  4. BlackbirdSD

    AI not seeing me again

    How do you check the side relationships?
  5. BlackbirdSD

    AI not seeing me again

    Sounds good but the weird thing is it worked for a while then they just stopped seeing me. I do copy and paste the mission to different maps and move it around quite often.
  6. BlackbirdSD

    AI not seeing me again

    I think you may have solved my problem! I played my mission and still AI wasnt seeing me. Then I added WEST setFriend [EAST, 0];EAST setFriend [WEST, 0]; to my initPlayerLocal.sqf file and played again and AI sees me every time. I tried loading the mission 3 times and it worked. Thank you so much!
  7. BlackbirdSD

    AI not seeing me again

    Thanks for checking.
  8. BlackbirdSD

    AI not seeing me again

    I have the same mission on Altis and Malden. All I do is copy and paste everything to a new map. I just recently did this and played fine then stopped working. I did some tests last night on the Malden map and they see me in the chute but once on the ground they dont see me. I turned setcaptive on and off and no change except when i was captive they dont shoot at me while in the sky. I then loaded my Altis map and everything worked fine.
  9. BlackbirdSD

    AI not seeing me again

    I made the mission myself. You start off in a parachute as a downed pilot with just a hand gun. I have around 800 AI with random locations and you have to make your way through the map. I also use 3den Enhanced. Yes I tried with only 3den Enhanced. Havent tried without it. I mainly play with a friend in MP but this issue has been happening through the editor also. Im running this on my on PC that I play on. Each time I play, I restart the mission. I dont use the save game. Fresh start each time.
  10. BlackbirdSD

    AI not seeing me again

    Part 3 Complete
  11. BlackbirdSD

    AI not seeing me again

    Have to do this in multiple parts
  12. BlackbirdSD

    AI not seeing me again

    I dont have a description.ext file
  13. BlackbirdSD

    AI not seeing me again

    I tried that "justpaste.it" link and when I paste the file it says page is not responding and it wont paste. Can I past it here? Its large
  14. BlackbirdSD

    AI not seeing me again

    I have no dependant mods but I do use jsrs sound and blastcore while playing. Where do I find the RPT file?
  15. BlackbirdSD

    AI not seeing me again

    Is that added in the initPlayerLocal.sqf file? Also too I wonder even if this does help, how could the file have changed and all of a sudden they dont see me. Also why do they see me in the parachute but once I land, those same guys dont see me? Thanks
  16. BlackbirdSD

    AI not seeing me again

    Im not using the save game I am restarting each time.
  17. New to the forum, played since Operation Flashpoint. I want an ammo box to be placed in the jungle with a 100 placement radius(which I know how to do) and have an IR grenade or IR strobe of some sort, be attached to or follow the placement of the ammo box. Im not into scripts yet so preferably in the Init field. Currently I tried placing the ammo box and put the "IR module" next to it and synced it to the box. This works and I see the IR Grenade but once I have a random placement of the ammo box, the IR grenade stays where it is and doesn't move to it. Thanks
  18. How do I make a flare fire every 30 seconds in specific areas? Thanks
  19. Can you show me an example please? Thanks
  20. How do I make each flare random within a 100m radius?
  21. Can you explain how these parts work? ["_area", [0,100,200]]]; and _flr setVelocity [0,0,-10]; Thanks
×