Hello guys!
Is it possible to make some mod that creates pvp zones on the map? I’m a totally noob at modding.
If yes, is it hard for a beginner like me to make this?
Excuse my bad english.
Hello guys!
Is it possible to make some mod that creates pvp zones on the map? I’m a totally noob at modding.
If yes, is it hard for a beginner like me to make this?
Excuse my bad english.
See the thread here: Enabling and disabling Player vs Player damage? - ARK: Survival Evolved - Unreal Engine Forums
Until more variables are exposed to the event graph, the best you can do is create safe zones where essentially god mode is turned on for players.
Yeah, it doesn’t seem like they’ve given us access to alter any meaningful variables regarding this during runtime(yet?).
The closest I’ve been able to achieve yet besides from godmode zones is to have 2 different PlayerPawns, where one has PvE settings (immunity to player damage) and one doesn’t. When they enter a zone on the map, I spawn in the correct PlayerPawn and make the player possess it instead, while removing the previous PlayerPawn.