a easy way to perma death

edigoon

New member
Hello
I like to host my own community server, but we love to play with perma death.
If someone die, the game goes on, but without the "dead people".
I was looking for a mod, that will erase all player data, so the "dead one" can
re-join in the actual game and start by 0.
There was a mod, but the link is not working anymore.





Is there any simple mod / script that would activate permadeath? nothing more.
Or is there a chance, that this option will be in A20?

Thanks for reply

Greets

 
If you're running a dedicated server, CPM has this ability. Server API mods are Pinned at the top of this forum section.

 
I read the entire section before opening this topic.
There is a lot of: automatic server restart, permission level, land claim and so on

I also read the documentation from the website.
Also a lot of options, know from the serverconfig.xml, but nothing about permadeath.

There is also no real example to seting up, just extract and copy.

What i also miss was the answer to the question about the server status. Would it stay "vanilla"?

Maybe someone can PM me a example to just setting up permadeath and nothing else.
All other settings would be from the serverconfig file.

Thx

 
Server would stay Vanilla. You just follow the setting for setting permadeath in CPM.

The console command for it....


permadeath


Manage permadeath players


Usage:

pd add <steamId>

pd remove <steamId>

pd list




So if I wanted to add a person to permadeath, and their Steam ID is 76561199067280217, then I use the command "pd add 76561199067280217". Now that person will be reset automatically when they die.

And you only need CPM for this. CSMM is for managing the server.

 
Server would stay Vanilla. You just follow the setting for setting permadeath in CPM.

The console command for it....


permadeath


Manage permadeath players


Usage:

pd add <steamId>

pd remove <steamId>

pd list




So if I wanted to add a person to permadeath, and their Steam ID is 76561199067280217, then I use the command "pd add 76561199067280217". Now that person will be reset automatically when they die.

And you only need CPM for this. CSMM is for managing the server.
Wow didn't know there was something like this out there.  May give it a go if I want the harder challenge.

Off topic is there anything out there like a players stat board?  Be cool to be able to reference something in game of the top players and how long they have survived along with other stats as well.

 
It does not work 😞
At the start of the server (Ubuntu 18.04) there is a lot of
The class <Execute>BLA could not be loaded, used in LiteDB
Inside of the game, i do
pd add <mySteamID> and it answer
unknown command

I add my Steam ID in the serveradmin file
everything else like settime or debugmenu works

EAC is disabled

I try with A19.6 and A17.4

Alpha 19.6 stops at the start with
Aborted (core dumped)

it stops also without mod

My server has 2 Xenon CPU and 20GB RAM

 
It does not work 😞
At the start of the server (Ubuntu 18.04) there is a lot of
The class <Execute>BLA could not be loaded, used in LiteDB
Inside of the game, i do
pd add <mySteamID> and it answer
unknown command

I add my Steam ID in the serveradmin file
everything else like settime or debugmenu works

EAC is disabled

I try with A19.6 and A17.4

Alpha 19.6 stops at the start with
Aborted (core dumped)

it stops also without mod

My server has 2 Xenon CPU and 20GB RAM
The version of CPM with permadeath won't work with 17.4.

All lines in the log regarding shader errors can be ignored. They are not an indication of an issue.

Your error of "The class <Execute>BLA could not be loaded, used in LiteDB" probably indicates an issue with the installation or a missing dependency. I can't say I've seen this error recently, and it does not exist in any of my current servers logs.

Based on the "unknown command" mod, you did not install the mod so it would be loaded. Either the path is wrong, or it's missing required dependencies.

Since you're on Linux, remember that folders are case sensitive. Folder location should appear similar to this...

244271e9f3eb976c67257b32a739e9ce.png


This is what you will see in the log when the mod is loaded correctly.

Code:
2021-10-10T00:50:31 2.420 INF [MODS] Start loading
2021-10-10T00:50:31 2.435 INF [MODS] Trying to load from folder: 1CSMM_Patrons
2021-10-10T00:50:31 2.609 INF [MODS] Found ModAPI in CSMM_Patrons.dll, creating instance
2021-10-10T00:50:31 2.615 INF [MODS] Loaded Mod: CSMM Patrons (19.8)
2021-10-10T00:50:31 2.616 INF [MODS] Trying to load from folder: Allocs_CommandExtensions
2021-10-10T00:50:31 2.626 INF [MODS] Found ModAPI in AllocsCommands.dll, creating instance
2021-10-10T00:50:31 2.626 INF [MODS] Loaded Mod: Allocs command extensions (21)
2021-10-10T00:50:31 2.626 INF [MODS] Trying to load from folder: Allocs_CommonFunc
2021-10-10T00:50:31 2.634 INF [MODS] Found ModAPI in 7dtd-server-fixes.dll, creating instance
2021-10-10T00:50:31 2.635 INF [MODS] Loaded Mod: Allocs server fixes (23)
2021-10-10T00:50:31 2.635 INF [MODS] Trying to load from folder: Allocs_WebAndMapRendering
2021-10-10T00:50:31 2.643 INF [MODS] Found ModAPI in MapRendering.dll, creating instance
2021-10-10T00:50:31 2.643 INF [MODS] Loaded Mod: Allocs MapRendering and Webinterface (38)

2021-10-10T00:50:31 2.689 INF [MODS] Initializing mod code
2021-10-10T00:50:31 2.697 INF [MODS] Loading done



 
Wow didn't know there was something like this out there.  May give it a go if I want the harder challenge.

Off topic is there anything out there like a players stat board?  Be cool to be able to reference something in game of the top players and how long they have survived along with other stats as well.
Sorry for the partial necro. Wondering if you ever ran across a server like you mentioned that leverages stats/leader boards?

I'd love to find a server that ran mostly vanilla, hard settings, and reset on maybe 60 day cycles and ran a leaderboard with a premium for zero/low deaths (showing you can actually survive).

No vote rewards, community horde forts, or other gimmicks. Just competitive survival.

 
Back
Top