Jump to content

Fantazim

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Fantazim

  1. First of all - Is this modlet being updated / worked on anymore? I've sadly discovered that it's XPATH insertion into the loot table isn't working as intended, and is in fact appending EVERY lootcontainer in the loot table, not just the specified loot containers as Robeloto intended (I am sure). Here's an example of what's happening from the loot.xml found in the configdump of the saves area (where it stores what the game is actually using as the compiled files (vanilla + modded merged together)) <lootgroup name="groupApparelHazmat"> <item name="apparelHazmatBoots" /> <item name="apparelHazmatPants" /> <item name="apparelHazmatJacket" /> <item name="apparelHazmatGloves" /> <item name="apparelHazmatMask" /> <item name="resourceMilitaryFiber" count="1,5" prob="2" /> <lootgroup name="groupQuestChallenge"><!--Element appended by: "Robeloto_CustomZombies"--> <item name="KillTheMummy" /> <item name="KillSomeGhosts" /> </lootgroup> <lootgroup name="schematicsModsRare"><!--Element appended by: "Robeloto_CustomZombies"--> <item name="gunToolSuperNailgunSchematic" /> <item name="drugAntibioticsAmoxilSchematic" /> </lootgroup> <lootgroup name="rareMedicine"><!--Element appended by: "Robeloto_CustomZombies"--> <item name="drugAntibioticsAmoxil" count="1,2" prob="0.06" /> </lootgroup> <lootgroup name="airdropMedicine"><!--Element appended by: "Robeloto_CustomZombies"--> <item name="drugAntibioticsAmoxil" count="1,2" prob="0.07" /> </lootgroup> <lootgroup name="labEquipment"><!--Element appended by: "Robeloto_CustomZombies"--> <item name="drugAntibioticsAmoxil" prob="0.1" /> </lootgroup> <lootgroup name="groupQuestMedical"><!--Element appended by: "Robeloto_CustomZombies"--> <item name="drugAntibioticsAmoxil" count="1,2" prob="0.1" /> </lootgroup> </lootgroup>
×
×
  • Create New...