Howdy Gents;
Thanks to all of those who sent their well-wishes for my pup and I. We fought hard and long but it was a battle that could not be won and she is now in a better place. Thanks for your support.
Since then I’ve been playing with a few things in DCG and one of the things that has always turned me off about DCG Missions are the HUGE number of Collisions. Especially with fighter units that are on CAP missions. After spending a few hours digging and following AI’s in chase view I figured it out.
On CAP missions or any other mission with a Loiter WP CFS2 has the formation circle counter-clockwise. Now DCG sets fighter units up in an Echelon Left configuration. This does two things. First the Lead A/C are always cutting across the path of the A/C behind them. Second it compresses the formation forcing the A/C closer together. I went into a DCG mission with 30 A/C formations and hand edited all of the fighter units to a Echelon Right formation.
The original looks like this:
unit_id_postion.0=####,0,0,0,0
unit_id_postion.1=####,-500,-1000,-10
unit_id_postion.2=####,-1000,-2000,-20
unit_id_postion.3=####,-1500,-3000,-30
unit_id_postion.4=####,-2000,-4000,-40
unit_id_postion.5=####,-2500,-5000,-50
unit_id_postion.6=####,-3000,-6000,-60
unit_id_postion.7=####,-3500,-7000,-70
Changed to This:
unit_id_postion.0=####,0,0,0,0
unit_id_postion.1=####,500,-1000,-10
unit_id_postion.2=####,1000,-2000,-20
unit_id_postion.3=####,1500,-3000,-30
unit_id_postion.4=####,2000,-4000,-40
unit_id_postion.5=####,2500,-5000,-50
unit_id_postion.6=####,3000,-6000,-60
unit_id_postion.7=####,3500,-7000,-70
Once I did this I had ZERO collisions involving Fighter Units.
Now the question is how do we get DCG to create Echelon Right instead of Left Formations?
Thanks to all of those who sent their well-wishes for my pup and I. We fought hard and long but it was a battle that could not be won and she is now in a better place. Thanks for your support.
Since then I’ve been playing with a few things in DCG and one of the things that has always turned me off about DCG Missions are the HUGE number of Collisions. Especially with fighter units that are on CAP missions. After spending a few hours digging and following AI’s in chase view I figured it out.
On CAP missions or any other mission with a Loiter WP CFS2 has the formation circle counter-clockwise. Now DCG sets fighter units up in an Echelon Left configuration. This does two things. First the Lead A/C are always cutting across the path of the A/C behind them. Second it compresses the formation forcing the A/C closer together. I went into a DCG mission with 30 A/C formations and hand edited all of the fighter units to a Echelon Right formation.
The original looks like this:
unit_id_postion.0=####,0,0,0,0
unit_id_postion.1=####,-500,-1000,-10
unit_id_postion.2=####,-1000,-2000,-20
unit_id_postion.3=####,-1500,-3000,-30
unit_id_postion.4=####,-2000,-4000,-40
unit_id_postion.5=####,-2500,-5000,-50
unit_id_postion.6=####,-3000,-6000,-60
unit_id_postion.7=####,-3500,-7000,-70
Changed to This:
unit_id_postion.0=####,0,0,0,0
unit_id_postion.1=####,500,-1000,-10
unit_id_postion.2=####,1000,-2000,-20
unit_id_postion.3=####,1500,-3000,-30
unit_id_postion.4=####,2000,-4000,-40
unit_id_postion.5=####,2500,-5000,-50
unit_id_postion.6=####,3000,-6000,-60
unit_id_postion.7=####,3500,-7000,-70
Once I did this I had ZERO collisions involving Fighter Units.
Now the question is how do we get DCG to create Echelon Right instead of Left Formations?