View Single Post
  #11  
Old 01-25-2012, 09:35 PM
MicroWave's Avatar
MicroWave MicroWave is offline
Approved Member
 
Join Date: Sep 2009
Posts: 144
Default

Hi Aviar,
The problem might be the random generator. With every mission it starts from the same seed and hence you get the same sequence of numbers. I usually place my plane somewhere on the map and fire my guns. This 'breaks' the sequence.
So, in your example you should fire your guns before you reach the waypoint where random pattern is generated. The pattern will probably be different then.
__________________
A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away.
Reply With Quote