Thanks! I finally got it.
TruePVE
Better PVE/PVP implementation
Total Downloads: 4,637 - First Release: Mar 25, 2016 - Last Update: Mar 7, 2018
- 5/5, 26 likes
-
New mod out called PilotEject, any way to make it compatible with TruePVE? The pilot is invulnerable.
-
-
I was working with redBDGR, he has a modified version but it still doesn't work, PM me and I can send to you, maybe you can take a peek?
EDIT
Got it sorted, thank you for your speedy reply though!Last edited by a moderator: Apr 6, 2017 -
Hello @ignignokt84
I am having an issue where players cannot demolish chests or other items in their bases. Any idea how to solve this. Ideally I would like to only have buildings indestructible, not items.
Thanks in advance! -
-
Yes ... I should have RTFM before I posted.
Thanks a lot for the reply!Last edited by a moderator: Apr 7, 2017 -
Okay so I have a quick question is this mod able to set like the week of wipe as raid banned? Trying to find one just to limit raiding for one week of the month
-
-
-
How to solve the damage on the door to everyone?
Raid on the door. -
-
How can I allow damage to the doors of other players? -
In the config, create a new entity group based on another of the existing entity groups (like "highwalls" for instance) - copy it and rename it to "doors", and replace the highwall prefabs with either "Door", or the specific door prefabs you want. I'd recommend using the prefabs because then you can specify specific door types, and also some other entities qualify as a Door that isn't an actual door (like wood shutters). You can then write a rule that says "players can hurt doors". -
Can give an example? -
Code:{ "name": "doors", "members": "door.hinged.wood, door.double.hinged.wood, door.hinged.toptier, door.double.hinged.toptier, door.hinged.metal, door.double.hinged.metal", "exclusions": "" },
-
-
@ignignokt84
Error while compiling: TruePVE.cs(578,29): error CS0150: A constant value is expected
Nevermind got itLast edited by a moderator: Apr 13, 2017 -
I'm getting the same error. I guess I'm a bit slow as I can't seem to get it to compile.
-
Can someone please assist me with the error. Error while compiling: TruePVE.cs(578,29): error CS0150: A constant value is expected