RecycleManager

Moved

Total Downloads: 1,997 - First Release: Mar 24, 2017 - Last Update: Sep 12, 2017

5/5, 9 likes
  1. redBDGR submitted a new resource:

    RecycleManager - Easily change features about the recycler

    Read more about this resource...
     
  2. redBDGR updated RecycleManager with a new update entry:

    1.0.1

     
  3. How can we delete it after posing it thanks
     
  4. use the build mod and do /erase
     
  5. redBDGR updated RecycleManager with a new update entry:

    1.0.2


    [DOUBLEPOST=1490371576][/DOUBLEPOST]
    type into your console while looking at it ent kill
     
    Last edited by a moderator: Mar 24, 2017
  6. can I make the amount lower by setting the multiplier to like 0.5 for 1/2 the normal output?
     
  7. Yeah this should work
     
  8. yup did work ty
     
  9. getting this though

    00:01 [Error] Failed to call hook 'OnRecycleItem' on plugin 'RecycleManager v1.0.2' (NullReferenceException: Object reference not set to an instance of an object)
    00:01 [Stacktrace] at Item.CanStack (.Item item) [0x00000] in <filename unknown>:0
    at Recycler.MoveItemToOutput (.Item newItem) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.RecycleManager.OnRecycleItem (.Recycler recycler, .Item item) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.RecycleManager.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
     
  10. Can you replicate this error? and if so, how are you doing it? I'm not able to re-create it
     
  11. I don't see it in the console actually, just saw it in the oxide.log right after startup I'll check again next restart It's working though
     
  12. Alright cool, let me know how it goes
     
  13. Could you add a console command ? like "addrecyler playerName"
    so i can add it to the shop!
     
  14. redBDGR updated RecycleManager with a new update entry:

    1.0.3

     
  15. What is the default for the Recycle time ?
     
  16. redBDGR updated RecycleManager with a new update entry:

    1.0.4

     
  17. Code:
    {
      "Lists": {
        "Blacklisted Items": [
          "explosive.timed"
        ],
        "Output Blacklist": [
          "hemp.seed"
        ],
        "Recycle Output Multipliers": {
          "*": 3
        }
      },
      "Settings": {
        "Max Items Per Recycle": 20000,
        "Recycle Time": 5.0
      }
    }
    Doesn't seem to make the recycler give 3x as many resources as vanilla would?
     
  18. Got it to work now, never mind. Is there a way to prevent items from being used up when they don't give an output? For example, high quality metal breaks down into nothing, but gets consumed in the recycler with this mod.
     
  19. hmm thats strange, ill work on a fix for this when i get time