Recent content by dragonslayer770

  1. dragonslayer770

    individual hours for traders

    Thank you. I was also thinking of a setting for the item stack, like 10k, 25, 50k ext. And I was thinking it would before the sandbox settings
  2. dragonslayer770

    individual hours for traders

    Now that we can mess with the traders' hours. Can someone make a mod to let traders open at different times? I really appreciate any help you can provide.
  3. dragonslayer770

    MeanCloud's Solar

    Does this work on v 3.0?
  4. dragonslayer770

    ButcherMod

    Is there an update on the ButcherMod
  5. dragonslayer770

    XPath Modding Explanation Thread

    I did change that, but I still get that invalid token, not sure what that is.
  6. dragonslayer770

    XPath Modding Explanation Thread

    Ok, thank you, I'll try that I tried it with mods and by itself, and still get the invalid token at the end, and my modinfo has the wrong version, the log says I should change it for more compatibility. I'll take it out, and if someone makes a zombie lootdropprob mod, I'll look at it and see...
  7. dragonslayer770

    XPath Modding Explanation Thread

    --UPDATE-- I changed the @value to 0.07 I changed my modinfo Here <?xml version="1.0" encoding="UTF-8"?> <xml> <Name value="MoreZombieLoot"/> <DisplayName value="dragonslayer770_More_Zombie_Loot"/> <Description value="Rases The Zombie loot percent"/> <Author...
  8. dragonslayer770

    XPath Modding Explanation Thread

    @Gouki, I did with you, said, and took the second contains out, but it's still not working Here's the code <set xpath="/entity_classes/entity_class[contains(@name, 'zombie')]/property[(@name, 'LootDropProb')]/@value">0.75</set> And here's the modinfo <?xml version="1.0" encoding="UTF-8"?>...
  9. dragonslayer770

    XPath Modding Explanation Thread

    OK, thank you, I'll change it.
  10. dragonslayer770

    XPath Modding Explanation Thread

    --UPDATE-- I got the mods to work, but does this change the zombies lootdrop <set xpath="/entity_classes/entity_class[contains(@name, 'zombie')]/property[contains(@name, 'LootDropProb')]/@value">0.75</set>
  11. dragonslayer770

    XPath Modding Explanation Thread

    With v2 of the game out, do I need to put my mods folder in appdata /Roaming/7daystodie/ And do I need a new 0_TFP_Harmony mod?
  12. dragonslayer770

    Mod help please

    Can someone tell me if this x path still works? Thank you. &lt;set xpath="recipes/recipe[@name='foodBaconAndEggs']/ingredient[@name='foodRawMeat']/@count"&gt;2&lt;/set&gt;        &lt;set xpath="recipes/recipe[@name='foodBaconAndEggs']/ingredient[@name='foodEgg']/@count"&gt;1&lt;/set&gt;
  13. dragonslayer770

    zombie loot drop prob

    Does anyone know what mod has the zombie loot drop prob increase or know the x path I need to make the mod
  14. dragonslayer770

    7-day horde indicator

    High everyone, I'm using Shado47-ImmersiveDays and it takes away the red numbers, the 7-day horde indicator, I can't find the code that changes it, So I can change it back. Any help would be great, And thank you.
Back
Top