Jump to content

imthenewguy

Curator
  • Posts

    4,623
  • Joined

  • Last visited

  • Days Won

    57

Everything posted by imthenewguy

  1. I'd be interested to see the results from your server using this tool: https://github.com/bmgjet/OxidePerfCounter Also can't comment on interaction between plugins on your server when I don't know what plugins you run.
  2. I have another customers config loaded so I can't send that, but all I did was change the aforementioned config option to "srp" and it worked. It's case sensitive so make sure its written exactly like that. Also delete your lang file and see if that fixes the issue.
  3. I mean it really depends on your hardware and what else you have loaded on your server. My plugin integrates with a lot of other plugins, and subscribes to a significant amount of hooks. If you run plugins that call hooks that SkillTree listen for, then it is going to add load onto the server. It is built to be as performant as a plugin of this magnitude allows though, as it unsubscribes from hooks that aren't used (skills that any active player on the server have not unlocked). There are a number of larger PVE servers that are running this without issue. If your server is suffering from performance issues, then I would suggest assessing the plugins on the server and either cutting some, or upgrading your hardware. An example of a large community that runs this is ZombieLand. I just tested it on my server and it is working fine. It took the points from my pool as well.
  4. Yeah generally. I will have to take a peak at it tomorrow. Have you adjusted the lang file? Ill respond when I wake up, heading to bed for now.
  5. What value you have you set in the following config option: "Currency type to respec [scrap, economics, srp, custom]"
  6. imthenewguy

    Cooking

    Ingredients use a float system. 1.0 would represent a 100% chance to drop ingredients, while 0.05 would represent a 5% drop chance. The drop chance for the recipes are based out of 100, so 3.0 would be 3%, 15.0 would be 15% etc.
  7. Not a clue; I don't own it and I am not sure how it functions internally. This plugin destroys the default behavior of the planterbox and handles how the growable entities progress. It does call all of the standard oxide hooks though, so if AutoFarm works off of the oxide hooks, it SHOULD work ok, but you may need to reach out to Razor and ask.
  8. imthenewguy

    Cooking

    Have you assigned all of the permissions? The drop sources I would need to check when I get home.
  9. imthenewguy

    Cooking

    Ahh that was one option I forgot to add to the menu. Just added it; will be in the next release.
  10. It's 2492329501
  11. I don't think that's right. I am fairly sure there isn't any benefit of having 6 yield genes on a clone, since you get the same yield with 4 Y genes. Each gene only increases the berry yield value by 0.25. This is how the match is handled in the method: public void UpdateHealthAndYield(float overallQuality, float actualStageAgeIncrease) { if (GetPlanter() == null && UnityEngine.Random.Range(0f, 1f) <= ConVar.Server.nonPlanterDeathChancePerTick) { base.health = 0f; return; } if (overallQuality <= 0f) { ApplyDeathRate(); } base.health += overallQuality * currentStage.health * growDeltaTime; if (yieldPool > 0f) { float num = currentStage.yield / (currentStage.lifeLengthSeconds / growDeltaTime); float num2 = Mathf.Min(yieldPool, num * (actualStageAgeIncrease / growDeltaTime)); yieldPool -= num; float num3 = 1f + (float)Genes.GetGeneTypeCount(GrowableGenetics.GeneType.Yield) * 0.25f; Yield += num2 * 1f * num3; } } SkillTree simply adjusts the gene structure of the plant before it is deployed. It does not make any changes to its growth cycles etc as that is all calculated natively.
  12. It's fixed in 1.4.0. You are welcome to join my discord for early access as a tester.
  13. Version 1.0.9

    665 downloads

    Hardy Planters creates customizable planter boxes that do not require water, sunlight, fertilizer or temperature to grow. The plugin allows server owners to create their own profiles for planter boxes, allowing for the modification of overall quality and growth gene multiplier, directly affecting how quickly all plants will grow. This allows for some unnaturally fast plant growth, if set above the default value. The plugin works by preventing the default logic on the planter boxes, and instead adds it's own behavior to control it. It is compatible with servers that adjust the "planttick" and "planttickscale" convars as well. The following video show cases and explains how the plugin's functionality. Command (chat): giveplanters Parameters: Nil Description: Gives the user one of each planterbox from the config Command (console): givehardyplanter Parameters: <target player ID or name> <profile skin ID or display name> Description: Gives the target player a planterbox that matches the specified profile. Useful in shops etc. hardyplanters.admin - Required to use the commands. hardyplanters.use - Required to find the planter boxes in loot containers. hardyplanters.drop - Required to find planterboxes while looting.
    $9.99
  14. No you are all good haha. Was just explaining that it would be a difficult task to complete. Appreciate the feedback and suggestion
  15. It theoretically should work. It calls the same hook as TruePVE (CanEntityTakeDamage).
  16. The issue is there are too many skin plugins to take into consideration, along with the fact that most of them don't have any API calls that can be returned on to prevent it. I have this feature implemented for skinbox in some of my other plugins because it has hooks that I can listen for. A quick look at XSkinMenu shows no API in the plugin description.
  17. Yeah think I might do that, or move it further out xD
  18. Do you have BotRespawn on your server by chance? "Require players to have specific tree permissions to open them" - Make sure this config option is set to true.
  19. Would really love an update. I use this all the time.
  20. Not really. They both fit different nieches. SurvivalArena is for those that want a simple drop in arena style game, while HungerGames is for those that want to customize their maps/arena to suit the aesthetic/requirements of their server.
  21. Is that the only spawn on that particular village that it happens on? Try and spawn 10 boats and tell me if any others get stuck at that particular village.
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

152.9k

Files Sold

Total number of files sold.

3.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.