Jump to content

Ben

Member
  • Content Count

    32
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Ben

  • Rank
    Private First Class
  1. Ben

    Auto Mission

    Montreal, Fantastic place! I too am EST. I'll shoot you a PM.
  2. Ben

    Auto Mission

    Ah, I see what I've done. Would you be interested in collaborating on this mission, I've got alot of ideas, and been multiplayer testing them with my roomates.
  3. Ben

    You're Fav one-liner

    "The Rebel Forces parted faster than a Thai hookers thighs.."
  4. Ben

    Auto Mission

    Norm, I figured out what the problem was. When adding the Unitskill to the Group Leader, for some reason it makes the ennemie area randomly jump, instead of waiting for the town to be cleared, once the Unit skill is removed from the group leader this error stops.
  5. Looks very nice. It does need the shine reduction, maybe add a little wear and tare to it, or make two seperate skins, IE the HMMV looks a little bit dirty (exhaust areas and such). It also rolls really easy, it doesn't feel like I'm flying a huge chopper, give it more weight, make it harder to turn and the such.
  6. Ben

    Auto Mission

    I'm going to try that tonight. I also tried adding more towns to attack randomly. I got up to 44 different random areas. if (AreaClear) then { while { NewTargetName == _OldTargetName } do { NewTargetName = "PossibleEnnemies" + str( ceil (random 44) ); }; I edited the code to that. However in the multiplayer game it just cycles through the towns and never spawns AI.
  7. Ben

    Auto Mission

    if (_RandomTroop < 40) then { _group = createGroup _EastSideHQ; _FirstUnit = _group createUnit ["RU_Soldier_SL", getPos EnnemyTrigger, [], 200, "NONE"]; "RU_Soldier_GL" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_GL" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_MG" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_MG" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_AT" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_AT" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_LAT" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_LAT" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier_AR" createUnit [getPos _FirstUnit, _group, "",.02]; "RU_Soldier_Marksman" createUnit [getPos _FirstUnit, _group, "",0.2]; "RU_Soldier" createUnit [getPos _FirstUnit, _group, "",0.2]; }; Thats what I edited it too, .2 should be an extreme distance, but upon flying in a chopper to a location all enemy AI Units are shooting at the chopper roughly 1500 km away. They continue to track your location after that and fire upon you. Way more difficult then .2.
  8. Ben

    Auto Mission

    Must be played online, elsewise nothing spawns on the dots.
  9. Ben

    Auto Mission

    I have tried editing the skill the same way you had, I have no luck with results, they are still insanely hard and accurate.
  10. Ben

    Auto Mission

    Roger. Felt like I was playing terminators. I apologize for me posting so much on here, but for some reason, your mission has really intrigued me.
  11. Ben

    Auto Mission

    May I ask the current skill?
  12. Ben

    Auto Mission

    First Aide does not work after you have died, you still go into the wounded mod, but you are unable to recieve first aid. The option is there, but when you select it nothing happens. Also, the skill of the AI is very very high, is there a way to modify there level .01 to 1.0?
  13. Ben

    Auto Mission

    Yes, I'm not really sure why. I wish I knew so I could help. I really do like this mission, it has great potential. I'd work on the layout of the base maybe, and set it so SecOps missions somehow wouldn't just happen on the airbase.
  14. Ben

    Auto Mission

    Just ran some tests and did not have First Aid break after respawning 4 times. After going back into the town after dying, the AI seem to no longer attack me or my team mates.
  15. Woo! Mucho Gracias for that demo mission. It makes sense, I'm excited to see how you add in ability to add vehicles and what not..
×