Changes between Initial Version and Version 1 of Ticket #6658, comment 2


Ignore:
Timestamp:
Nov 24, 2022, 7:32:09 AM (18 months ago)
Author:
Langbart

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6658, comment 2

    initial v1  
    1 Either deleting `simulation/templates/units/ptol/siege_juggernaut.xml` or this part below stops the crash from happening.
     1~~Either deleting `simulation/templates/units/ptol/siege_juggernaut.xml` or this part below stops the crash from happening.~~
    22
    33{{{#!diff
     
    2525}}}
    2626
     27
     28----
     29
     30== Update
     31all maps with the `units/ptol/champion_juggernaut` template simply need to be updated:
     32{{{#!zsh
     33# 0ad/binaries/data/mods/public/maps
     34❯ rg --files-with-matches units/ptol/champion_juggernaut
     35scenarios/sandbox_ptolemies.xml
     36scenarios/sandbox_ptolemies_02.xml
     37}}}
     38
     39==== example
     40{{{#!diff
     41--- a/binaries/data/mods/public/maps/scenarios/sandbox_ptolemies_02.xml
     42+++ b/binaries/data/mods/public/maps/scenarios/sandbox_ptolemies_02.xml
     43@@ -13508,10 +13508,19 @@
     44                <Entity uid="5493">
     45                        <Template>units/ptol/champion_juggernaut</Template>
     46                        <Player>1</Player>
     47+                       <Turrets>
     48+                               <Turret turret="Siege" uid="5864"/>
     49+                       </Turrets>
     50                        <Position x="631.37598" z="721.02466"/>
     51                        <Orientation y="0.9169"/>
     52                        <Actor seed="33800"/>
     53                </Entity>
     54+               <Entity uid="5864">
     55+                       <Template>units/ptol/siege_juggernaut</Template>
     56+                       <Player>1</Player>
     57+                       <Position x="498.7744" z="478.97657"/>
     58+                       <Orientation y="0"/>
     59+               </Entity>
     60                <Entity uid="5494">
     61                        <Template>units/ptol/hero_cleopatra_vii</Template>
     62                        <Player>1</Player>
     63
     64}}}