Jump to content

rucker.mark

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

2 Neutral

About rucker.mark

  • Rank
    Rookie

Recent Profile Visitors

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

  1. rucker.mark

    Auto Restart AI Only Mission

    Oh yeah, I didn't have a server.cfg. I tested it myself after your recommendation (and to make sure my coworker hadn't made a mistake). It didn't seem to work so that was probably why. In the end the solution I went with was to setup the mission how I wanted then run export to sqf to get a script that created the mission. I then wrote a script that removed all entities from the game (this was a little tricky but I got there.) Then I added a trigger that activated on the mission completion condition and ran both the script to clear the map and the script to create the mission. This allows the mission to replay over and over again with ever actually leaving the mission.
  2. rucker.mark

    Auto Restart AI Only Mission

    One of my coworkers said they had tried #restart and it hadn't worked for them... Have you used it before with success?
  3. rucker.mark

    Auto Restart AI Only Mission

    Thanks! Yeah I've tried the top two commands without any luck and had briefly considered your final idea though didn't try it. I hadn't seen runInitScript. I think your last idea is a really good idea one and I need to experiment with it more. Given my lack of success with other methods it's probably my best bet and might work well with runInitScript.
  4. I'm trying to create a mission that will automatically restart at the end of the mission and only has AI controlled units. Basically I'm trying to use Arma as a simulator. Does anyone know if this is possible? Creating a mission with only AI controlled units is easy enough but getting the mission to restart and play again on its own at the end is proving to be much harder. I'd really like it if this could be done locally but I'm open to using a dedicated server with a custom configuration (something like mission rotation and skip the lobby, though that didn't work for me).
×