TruePVE

Better PVE/PVP implementation

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

5/5, 26 likes
  1. ignignokt84 updated TruePVE with a new update entry:

    0.5.4

     
  2. ignignokt84 updated TruePVE with a new update entry:

    0.5.5

     
  3. Reflex targets seem to have stopped working with the latest update, any ideas if there are any flags I can set to allow these again? Thanks.
     
  4. You can create a new container, and link global to it. In your config - modify "global" and add the "targets" container:
    Code:
          "global": {
            "name": "global",
            "description": "Global damage handling",
            "prefabs": [],
            "types": [],
            "links": {
              "global": false,
              "dispenser": true,
              "player": true,
              "traps": true,
              "heli": true,
              "targets": true // allow targets to take damage (don't forget the comma on the previous line)
            },
            "enabled": true
          },
          "targets": { // new container for targets
            "name": "targets",
            "description": "Targets",
            "prefabs": [],
            "types": [
              "ReactiveTarget"
            ],
            "links": {},
            "enabled": true
          },
    ...
    Also, you could add "ReactiveTarget" to the types list for "traps", since traps have the same behavior (can be damaged by anything).
     
  5. Some reason when I use this plugin it makes it I cannot get resources from rocks. Then when I uninstall the plugin I can get resources from rocks. When I install the plugin back it stops working. Also, when i try to harvest animals it does the same thing.
     
  6. See this thread post: TruePVE | Page 16 | Oxide
    As of version 0.4.9, you need to make sure you have a dispenser mapping set up.
     
  7. ignignokt84 updated TruePVE with a new update entry:

    0.5.6

     
  8. ignignokt84 updated TruePVE with a new update entry:

    0.5.7

     
  9. Still spamming.

    Code:
    (11:20:49) | Failed to call hook 'CanBeTargeted' on plugin 'TruePVE v0.5.7' (InvalidCastException: Cannot cast from source type to destination type.)
     
  10. ignignokt84 updated TruePVE with a new update entry:

    0.5.8

     
  11. Thank you!
     
  12. ignignokt84 updated TruePVE with a new update entry:

    0.6.0

     
  13. ignignokt84 updated TruePVE with a new update entry:

    0.6.1

     
  14. Thanks ignignokt84 for the new schedule feature!

    Is it possible to add a function to activate the damage mappings by realtime insteed of servertime? Would be great for a Happy-PVP-Hour!
     
  15. ignignokt84 updated TruePVE with a new update entry:

    0.6.2

     
  16. Hello,

    I have a question

    Is it possible to use the plugin just for basic protection and put an hour to manage the raid?

    Example:

    Basic protection from 23h to 17h
    So raid possible from 17h to 23h

    If yes, how?

    Thank you for your help
     
  17. Since we are introducing pvp/ pve scheduling into TruePVE, Is there a way to follow a calendar set of days so that it could potentially make having a purge so to speak at the end of each month, virtually automatic ?

    I've never seen this done without absolutely having to be on and switching the mods around or having to manually set a schedule type time format to do this.
     
  18. after updating the plugin I get this error
    Code:
    Unable to load TruePVE. System.NullReferenceException: Object reference not set to an instance of an object
      at Oxide.Plugins.TruePVE..ctor () [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
  19. Can you provide me with your json?
     
  20. Do you mean the configuration file? If yes, then I put the plug on the new server and the configuration file was not created due to errors.