Jump to content

Pepper2k

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Posts posted by Pepper2k


  1. I think the problem there is that you're defining insurgents as Opfor, and there's a natural conflict. Try:

    fun=["z1",[1,0,0],[20,3,50,8],[],[3,1,10,10],[],[2,6,2,0]] spawn DAC_Zone;

    Hi!

    Thank you for your reply.

    I figured out what was wrong thanks to your post! :) The readme says unit config 6 is "East" while it isn't, it's actually resistance.

    So, unit config 2 is "east" (OPFOR) and unit config 6 is "insurgents". (Independent)

    So it's just a simple miswriting in the readme I guess and they should swap places.

    ---------- Post added at 03:31 PM ---------- Previous post was at 03:25 PM ----------

    Btw, does anyone know if you can use modules on DAC-spawned squad leaders? I was foremost thinking of First Aid Modules.


  2. Hi!

    I love DAC 3, but I'm having trouble playing with Russian Insurgents. (Unit config 6) They just kill each other at the start of the mission. My DAC trigger zone looks like this:

    fun=["z1",[1,0,0],[20,3,50,8],[],[3,1,10,10],[],[0,6,0,0]] spawn DAC_Zone;

    For 20 groups of infantry, 3 tanks.

    I also have a spawn camp which looks like this:

    fun=["z1_1",[3,0,0],[],[],[],[1,2,50,0,100,50],[0,6,0,0]] spawn DAC_Zone;

    Everything else works great.

    Anyone else has this problem or has a solution?

×