TruePVE

Better PVE/PVP implementation

Total Downloads: 4,637 - First Release: Mar 25, 2016 - Last Update: Mar 7, 2018

5/5, 26 likes
  1. Np anytime
    [DOUBLEPOST=1496035662][/DOUBLEPOST]@ignignokt84

    Question,

    How easy/ hard would it be to implement a flag to block unauthed looting inside building block?

    Do you think the code would work universally for a custom made plugin the same as normal in game stuff, IE Rocket turrets?
     
  2. @revjohn you can simply unload TruePVE for that day, no?
     
  3. What do you mean by "unauthorized looting"? Do you mean looting unowned deployables (boxes, furnaces, etc)?
     
  4. exactly what I meant. like turret inventory. Since its a box right, virtually ?
     
  5. There's no way to answer that question, since there's so much variety between different plugins regarding both function and the approach to achieve that function.
    [DOUBLEPOST=1496159601][/DOUBLEPOST]
    It depends on how the hooks are set up in Oxide, but it should be doable.
     
  6. I'm clueless about hooks :)
     
  7. ignignokt84 updated TruePVE with a new update entry:

    0.7.16

     
  8. Awesome! Now this plugin has another PvE layer.We won`t have to use the other separate plugin for this anymore.
     
  9. Of course! But if it COULD be done automatically, it'd be nice.
     
  10. Error while compiling: TruePVE.cs(422,25): error CS0246: The type or namespace name `BaseResource' could not be found. Are you missing `ProtoBuf' using directive? getting this after wipe, worked fine before
     
  11. Search for BaseResource in the Plugin code and delete the line.
    Reload the plugin and see ^^
    But it is not 100% safe
     
  12. Open plugin in notepad and add this line
    Code:
    using ProtoBuf;
    in the begin of plugin.
     
  13. Wulf

    Wulf Community Admin

    Pretty sure that's not the BaseResource it needs... what it needs was renamed I believe.
     
  14. I don't yet know if TruePvE is working as I haven't yet tested it. But I do know that when I added that line, the plugin loaded successfully and without error messages. Prior to that, I got the same error message as MimiV
     
  15. Wulf

    Wulf Community Admin

    It would load, but it won't actually work.
     
  16. I see. What then, is the solution? Or do we have to wait for an update?
     
  17. ignignokt84 updated TruePVE with a new update entry:

    0.7.17

     
  18. However, it is not possible to raid, therefore, as a temporary solution is suitable
     
  19. Wulf

    Wulf Community Admin

    That wasn't a solution. :p

    The BaseResource under ProtoBuf isn't at all the same as the BaseResource that existed before. The error showed it simply because it was the only reference it could find with that name.
     
  20. I understand. But I needed to have my server working, at least partially.