NoDecay

Scales or disables decay of items, and deployables.

Total Downloads: 25,105 - First Release: Jun 25, 2015 - Last Update: Jul 13, 2018

5/5, 54 likes
  1. lol, I'm not bashing others, I'm just trying to tell you, and some before you that it's not needed to post the same issue 4-5 times after each other.
    after 1-2 times they already know more people have the issue ;)
    Posting it like that, makes you seem impatient, thats all, no hard feelings tho xD
     
  2. Unsupported decaying entity detected: skull_fire_pit --- please notify author
     
  3. Same here:
    | [NoDecay] Unsupported decaying entity detected: BBQ.Deployed --- please notify author
     
  4. lul have you seen the last update date: Last Update: Jul 18, 2016
     
  5. And still they keep spamming the same issue over and over again xD
    I will have a talk with plugin devs to see if anybody can take control of this one ;)

    Just another thing to keep in mind: plugin makers are mostly doing this in their spare time besides their work, and mostly doing it for free! Life can change, and so their time to take control over some things.
     
    Last edited by a moderator: Oct 30, 2017
  6. The Skull Fite Pit can be added under the regular campfire, line 102 looks like
    Code:
    if (entity.LookupPrefab().name == "campfire")
      ProcessCampfireDamage(hitInfo);
    
    change it to:
    Code:
    if (entity.LookupPrefab().name == "campfire" || entity.LookupPrefab().name == "skull_fire_pit")
      ProcessCampfireDamage(hitInfo);
    
    Stops the errors, skull fire pit will decay under the same setting as campfire

    If you have trouble editing .CS files, PM me and I will gladly give you my copy, has Skull Fire Pit and BBQ already included
     
  7. great and thanx for explan.
     

  8. What can i do with this error?
    [NoDecay] Unsupported decaying entity detected: BBQ.Deployed --- please notify author
     
  9. See this post: NoDecay or PM me for an updated version :D
     
  10. Would this work, to just add the bbq into that same line? -

    if (entity.LookupPrefab().name == "campfire" || entity.LookupPrefab().name == "skull_fire_pit" || entity.LookupPrefab().name == "bbq")
     
  11. I should not do that, bbq is another item, you want the bbq option in config, no possible problems, right? Some posts ago they tell how to add the bbq!
     
  12. [NoDecay] Unsupported decaying entity detected: BBQ.Deployed --- please notify author
     
  13. Here you go....

     
  14. Do you think you can fix this please. Not sure if you still maintain this Mod or not. But it is producing this message for a long time. Probably about Time someone fixed it please!
    [NoDecay] Unsupported decaying entity detected: BBQ.Deployed --- please notify author
    [DOUBLEPOST=1510547224][/DOUBLEPOST]I read everyones comments. If I have no clue about computers how would I know how to install the fix in a .cs file? I'm commenting so SOMEONE will publish a REAL fix. It has been an issue for a long time now and nothing has been recreated to resolve the issue. Who better than the Developer to make an UPDATE. Heck!!!!! That's all us server owners ever get. Is Update after updates. Fixem properly. And then publish as an update. Not 5 updates in 2 days. Come on!!! that's rediculous. And then half the time they are not even ready.......and then of course. Another Update. Can you tell I'm agitated !!!!! And I'm also tired of peoples ignorant remarks to other players looking for assistance and Guidance! Not some Sarcastic Smart Mouth!!!! This is a community that is suppose to help each other. If your a Salty Dick. Than don't comment! Keep your mouth shut!!!! Unless your going to HELP!!!!!
    Hint, Hint: DroplulGaming guy !!!!
    [DOUBLEPOST=1510547729][/DOUBLEPOST]
    Didn't you read the FINE PRINT!!!! It allows Morons to comment also. So just ignore his ignorance!
     
  15. @Wulf - This plugin needs to be marked as UNMAINTAINED - no dev is actively updating this plugin nor providing support either.
     
  16. Please remove this toxic kid....
     
  17. Why because he doesn't understand c# like others? That's reason to remove? It's an opportunity for YOU to educate and HELP not throw away like garbage if anything it is YOU who needs to be removed.
     
  18. Wulf

    Wulf Community Admin

    Everyone chill. The forum is here for support, not everyone is a developer and not all plugins are actively maintained. If there is an issue, it'll be added to the list to review and fix as needed. If anyone is interested in maintaining an unmaintained plugin, please let me know. Otherwise if you don't have anything helpful or nice, please keep it to yourself as this isn't the place to bash others or take out your anger and frustration.
     
  19. Diesel 42o updated NoDecay with a new update entry:

    1.0.15

     
  20. Is it normal that you can not disable the decay of wood?