[b624] Delta templates bug

Post bug reports and ask for game support here.

Moderator: MOD_Command

Post Reply
mx1
Posts: 76
Joined: Thu Jan 16, 2014 6:01 pm

[b624] Delta templates bug

Post by mx1 »

Attached you'll find a test scenario with two generic surface search radars facilities ("Radar A" and "Radar B"). Generic TV camera sensor has been added to both units. Delta template has been generated (attached as well). If you manually delete TV cameras from both radars and reapply delta template via "Apply SBR script" option only "Radar A" gets camera and "Radar B" does not.
The underlaying issue is probably caused by the improper format of delta template - as you can see each unit is nested within previous one like this:

Code: Select all

 <unit A>
  <unit B>
    <unit C>
  </unit C>
  </unit B>
 </unit A>
 

while it should be:

Code: Select all

 <unit A>
 </unit A>
 <unit B>
 </unit B>
 <unit C>
 </unit C>
 

Attachments
testdeltas.zip
(3.15 KiB) Downloaded 1 time
Post Reply

Return to “Tech Support”