Jump to content

imthenewguy

Creator
  • Posts

    3,842
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. Changed Status from Pending to Closed
  2. Changed Status from Pending to Closed
  3. imthenewguy

    Server Save Errors

    Try deleting the config/save file and generating a new one. See if that fixes the issue.
  4. Might be something I migrate to lang down the track. Not sure.
  5. Couldn't think of a simple way to build inside of a monument or opposing TC unfortunately, short of spawning the box rather than placing it.
  6. When the plugin unloads, the horse stats are adjusted to their original values. The horse won't have its speed adjusted unless a player with the perks mounts it, in which case it will increase its speed. I have added a config option in the next update to allow for the attributes to be selected, so you can only increase the horses run speed and not its turn and trot speeds when mounted.
  7. Changed Status from Pending to Closed
  8. Had a quick look at gather manager and it seems to manipulate the yields the same way that my plugin does as well (cumulatively). The way the the 2 would work would be that both base their modifiers on the default value, and add their additions over the top of it. For example, you have a 2x modifier for gather manager, and a 100% yield increase from Skill tree, and would normally only receive 1000 wood (vanilla rates), you would receive 3000 wood with both modifiers applied. Alpha loot I am not sure of. We stopped running it as we did not require it anymore. The way my plugin applies the loot is to add an additional loot slot to the container once spawned. So long as Alpha loot doesn't clear the contents of the container, it SHOULD work, but I'm not too sure. Worst case you can disable those buffs and replace them with more gather yield buffs etc.
  9. As far as I am aware it is. What issues are they having?
  10. Hi mate, the descriptions etc aren't part of the lang because you can change them to whatever you want. They are adjusted directly via the config file.
  11. Will add hemp to the next release. Regarding damage with ranged weapons, it would be quite resource intensive checking each item whenever a bullet/explosion etc hits it, since these items aren't a part of the BaseCombatEntity class (meaning they can't actually take damage). The only work around would be to monitor each time a bullet lands somewhere and scan the list of deployed objects to see what entity was hit. This can be quite cumbersome when you are working with multiple players spraying automatic weapons at entities (bases, deployables etc). A work around to prevent OP base designs using rocks/trees etc would be to add a console command to kill all entities of a particular type (trees, rocks and bushes).
  12. imthenewguy

    Cooking

    When I have enough content to warrant a release or a major bug rears its head.
  13. Mind pasting the whole error?
  14. Have implemented a fix for the refund issue doing it based on craft task, not per crafted item.
  15. Changed Status from Pending to No Response
  16. I found the issue. Have a patch for it for next release. Just testing on my server.
  17. imthenewguy

    Cooking

    Will add a console command to do that.
  18. imthenewguy

    Cooking

    I will change the config to allow for the owner to set the container prefab in the config, instead of "small" or "large". So long as it uses the StorageContainer class it should work. Regarding API, would only need a call before the sort happens asking if it can happen. IE: CanQuickSort(uint id) or CanQuickSort(StorageContainer), where if we return false (or a non-null value of it's written that way), it cancels the request.
  19. 1.0.6 fixes the buff issue. Not sure why the yield wouldn't be working. You may have something conflicting with it.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

126.6k

Files Sold

Total number of files sold.

2.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.