Jump to content

Smoot178

Member
  • Content Count

    32
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Smoot178

  • Rank
    Private First Class
  1. Just curious to know if this is compatible with the BE edition of warfare. I've been trying to incorporate it but so far the only thing that works is the MMA score tool.
  2. Thats not what I am trying to do. It is a C130 in an airfield that I do not want pushed around, I dont care if anyone gets close.
  3. That works but like you said it bounces around. And I am simply trying to make it static. I have already locked it :D
  4. Tried that already, it doesn't actually work. I've tried that using a sandbag wall as the anchor. Edit: And multiple other items.
  5. An have vigorously went through the comref and I cannot find a freeze command. I am simply trying to hold a vehicle in place from being moved/pushed out of where it is.
  6. Looking forward to a release :D
  7. I get this as well sometimes. Use the Escape key to exit the view.
  8. Smoot178

    Ambient Combat Module

    Hey everyone I am looking for some help here: I was looking for a way to allow this module to work with respawning. I've got a trigger that runs this whenever the player I want this to work with respawns: sleep 5; BIS_ACM synchronizeObjectsAdd [P2]; [1, P2] call BIS_ACM_setIntensityFunc; [P2, 100, 1000] call BIS_ACM_setSpawnDistanceFunc; [["USMC", "INS", "CDF", "RU", "GUE"], BIS_ACM] call BIS_ACM_setFactionsFunc; [0, 1, BIS_ACM] call BIS_ACM_setSkillFunc; [0.2, 0.5, BIS_ACM] call BIS_ACM_setAmmoFunc; ["ground_patrol", 1, BIS_ACM] call BIS_ACM_setTypeChanceFunc; ["air_patrol", 1, BIS_ACM] call BIS_ACM_setTypeChanceFunc; It doesn't work though. After the player respawns the script runs but stuff doesn't spawn anymore. Help :(
  9. Smoot178

    co30 DominationA2! One Team

    Also: is there anything in the mission that would prevent USMC units from spawning using a module and not other factions such as CDF and RU?
  10. Great work however I have noticed that the on off function doesn't work properly. You have to cycle through on and off a couple times before the off mode actually works. ---------- Post added at 09:15 PM ---------- Previous post was at 09:13 PM ---------- Perhaps a small keymap on the screen to show how to activate flir and all that would be nice :D But I wouldn't mind some cool gui elements :D I don't know how possible it would be but how about showing targets on the screen? You know how when you are targeting with a guided missile you can go through targets using tab? Have those target markers show up (but for all of them)
  11. Smoot178

    co30 DominationA2! One Team

    That would do it :p ---------- Post added at 01:26 AM ---------- Previous post was at 12:00 AM ---------- By the way is there any reason why I would only see the missile warning in the editor?
  12. Where did you get that AC-130? :D
  13. I'm looking for an answer to the problem as well.
  14. Sleep 30; Cmodule synchronizeObjectsAdd Cplayer; Does not work either.
×