Giter Club home page Giter Club logo

Comments (3)

xforce avatar xforce commented on May 18, 2024

Can we get a bit more background what this should do and why it's needed?

from anno1800-mod-loader.

taubenangriff avatar taubenangriff commented on May 18, 2024

for example yesterday I tried to replace the entire group of fertilitysets and ended up having to replace the entire group in which they were on my own.

So the group was like

<Group>
  <Assets>
     <Asset> 
    .... 
  </Assets>
</Group>

and I had to replace every single asset individually or delete it. Would have been way easier if I just could replace the entire group by my own using a modop.
This only needs to work with assets.xml. To select which group you want to replace one might just link the guid of the first asset in the group.

from anno1800-mod-loader.

xforce avatar xforce commented on May 18, 2024

Already possible with the correct XPath. There is no need to add something specific for that.
something like

<ModOp Type="replace" GUID="1234567" Path="../">
_stuff_
</ModOp>

/AssetList/Groups/Group/[Assets/Asset/GUID='1234567'] or //Group/[Assets/Asset/GUID='1234567'] should do the trick.

from anno1800-mod-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.