Ticket #2524: CartMarket+WallFix.patch

File CartMarket+WallFix.patch, 2.4 KB (added by Stan, 7 years ago)

Fix the cart market by removing a wrong prop in the death variant, the old market by updating the death variant to use market_old instead of market, and the gate main template, even though you can't build gates, to use the actor file instead of the template one.

  • ps/trunk/binaries/data/mods/public/art/actors/structures/carthaginians/market.xml

     
    4747        <prop actor="particle/destruction_smoke_med.xml" attachpoint="root"/>
    4848        <prop actor="particle/destruction_dust_med.xml" attachpoint="root"/>
    4949        <prop actor="particle/destruction_dust_med_gray.xml" attachpoint="root"/>
    50         <prop actor="props/structures/carthaginians/market.xml" attachpoint="root"/>
    5150        <prop actor="props/structures/decals/dirt_6x4.xml" attachpoint="root"/>
    5251      </props>
    5352      <textures>
  • ps/trunk/binaries/data/mods/public/art/actors/structures/carthaginians/market_old.xml

     
    4242        <prop actor="particle/destruction_smoke_med.xml" attachpoint="root"/>
    4343        <prop actor="particle/destruction_dust_med.xml" attachpoint="root"/>
    4444        <prop actor="particle/destruction_dust_med_gray.xml" attachpoint="root"/>
    45         <prop actor="props/structures/carthaginians/market.xml" attachpoint="root"/>
     45        <prop actor="props/structures/carthaginians/market_old.xml" attachpoint="root"/>
    4646        <prop actor="props/structures/decals/dirt_6x4.xml" attachpoint="root"/>
    4747      </props>
    4848      <textures>
  • ps/trunk/binaries/data/mods/public/simulation/templates/template_structure_defense_wall_gate.xml

     
    3333  </Sound>
    3434  <Upgrade disable=""/>
    3535  <VisualActor>
    36     <FoundationActor>structures/template_structure_defense_wall_long.xml</FoundationActor>
     36    <FoundationActor>structures/fndn_wall_long.xml</FoundationActor>
    3737  </VisualActor>
    3838</Entity>