Page 1 of 1

A way to change the death form?

Posted: Mon Jun 10, 2019 17:28
by Hume2
Hello everyone.
I want to ask, is there any way to change the form which appears after player's death? I would like this change to propagate to all players connecting to my server. Is there any way to do this? If not, can I at least modify the strings?

Re: A way to change the death form?

Posted: Mon Jun 10, 2019 17:33
by Krock
You can modify the strings, but in C++. The only Lua solution is to write a CSM similar to https://github.com/minetest/minetest/bl ... rmspec.lua . The catch here is that the server can yet not distribute CSMs to the clients, so each would have to install it manually.

Re: A way to change the death form?

Posted: Mon Jun 10, 2019 17:51
by Hume2
That's sad. Thanks for answer.

Re: A way to change the death form?

Posted: Thu Jun 27, 2019 02:02
by pauloue
I opened a pull request that allows customising the death form a while ago, if you'd like to test it: https://github.com/minetest/minetest/pull/8014.

Re: A way to change the death form?

Posted: Wed Jul 10, 2019 21:49
by CalebJ
Thanks, pauloue! This looks interesting :) I'll test it.