Jump to content

imthenewguy

Curator
  • Posts

    4,275
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. imthenewguy

    Cooking

    It won't work if you are assigning perms to an individual player. If you want their perms to persist, create a group with the perms and assign the player to the group.
  2. imthenewguy

    Cooking

    Unless you set the CookingMealXP value to 0, the bag will award xp for each material used to craft it at the rate specified. Items like this were an oversight. Have added a blacklist option to SkillTree config in the next release that will let you black list recipes from giving xp. For now, set CookingMealXP to 0 in your SkillTree config or disable the ability to create the ingredient bag and use the chat command instead.
  3. imthenewguy

    Loot problems

    Dev said he will add an API and I will update when it drops.
  4. Hey mate, do you have API by chance? I have a few plugins that this messes with. An API that can be used to prevent the plugin from populating loot into certain crates would be ideal Example from AlphaLoot: object CanPopulateLoot(LootContainer container) { if (IsRunning && Vector3.Distance(container.transform.position, start_button.transform.position) < config.max_distance) return false; return null; }
  5. imthenewguy

    Loot problems

    Got a link to the plugin? From the name it shouldn't be adjusting any loot, simply the stack size of the loot that spawns if required. BetterLoot was a loot table replacement plugin, stack modifier plugins generally dont play in that area.
  6. imthenewguy

    Loot problems

    I thought you were using BetterLoot? The BetterLoot update I posted above prevents the empty box issue as it has the hook on it that excludes HG containers only. Stacksize GUI shouldn't cause any issues either.
  7. imthenewguy

    Power tool modifiers

    Changed Status from Pending to Closed
  8. imthenewguy

    Power tool modifiers

    Haha np. Just keep in mind that items (based on yields) will round to single integers. XP will round to the second decimal place.
  9. imthenewguy

    Power tool modifiers

    It affects the xp gain and a few other buff types associated with it. You can set as low of a number as you would like (0.1512234123 if you wanted), and it will scale the xp and gather modifiers down using that. For example if you set the value to 0,.5, it will reward half the xp that it normally would, and half the mining bonus that it would have normally had.
  10. Changed Status from Pending to Closed
  11. The grubs issue is known and isn't fixable afaik. There isn't any API in SR that allows me to prevent RP gain from the collection. The original release had it so you couldn't even gather the bush, but an oxide update fucked that right up lol.
  12. imthenewguy

    Instances the boxes

    Changed Status from Pending to Closed
  13. Changed Status from Pending to Closed Changed Fixed In to 1.3.1
  14. Updated
  15. I can't seem to replicate the issue man. I am getting the additional yield on my server. Try deleting your config and regenerating a new one, see if the buffs shift.
  16. It is reduced radiation damage. If you get 100% coverage though it shouldn't accumulate radiation.
  17. I'm not too sure. Not familiar with the plugin at all. It is radiation and radiation poison in oxide from memory
  18. Yeah i assume so. Works fine with TruePVE
  19. imthenewguy

    Instances the boxes

    That is the entire purpose of the plugin. It creates an instanced storage container when the player interacts with the box, so only that player can see that storage.
  20. imthenewguy

    Proof Reading

    Changed Status from Pending to Closed
  21. imthenewguy

    Proof Reading

    Australian
  22. imthenewguy

    Proof Reading

    Rugged up is the intentional spelling. Its an idiom that means wrapping up in blankets or warm clothing. The issue with fixing up the spelling mistakes via the config is that it is going to duplicate the buffs for everyone who downloads it, unless they do a full config wipe. I will have to try and figure out a way to implement the change to the dictionary. in the meantime though, I have added a config option to prevent auto-updating of trees and nodes, so updates that do not have node/tree additions will not cause problems if you adjust the spelling changes.
  23. imthenewguy

    Loot problems

    Changed Status from Pending to Closed
  24. I will look into it.
  25. imthenewguy

    Loot problems

    Use this version. BetterLoot.cs
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

140.2k

Files Sold

Total number of files sold.

3m

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.