Chairloader icon indicating copy to clipboard operation
Chairloader copied to clipboard

Chairloader patch merging

Open tmp64 opened this issue 2 years ago • 0 comments

Currently Chairloader patch files are just copied over after all other mods. It would be nice to allow mods to merge changes into them (but only of the file is defined in the merging library). For instance, the new entity spawn list (f1f82c63a2546456e061725a313f658233cb45ba) should be extendable by mods but this code doesn't work at the moment.

<!-- Data\Libs\Chairloader\Trainer\EntitySpawnList.xml -->
<?xml version="1.0"?>
<EntitySpawnList>
    <Category Header="Typhon">
        <Category Header="Mimics">
            <Npc Name="ArkNpcs.Mimics.Mimic.MyMimic">My Mimic</Npc>
        </Category>
    </Category>
</EntitySpawnList>

tmp64 avatar Jun 13 '23 08:06 tmp64