Page 1 of 1

[ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 01:21
by jordan4ibanez
This is a small mod which takes a screenshot when you die.

Github: https://github.com/jordan4ibanez/death_camera

Download: https://github.com/jordan4ibanez/death_ ... master.zip

License: wtfpl

Re: [ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 02:46
by v-rob
Nice idea. I have a few potential ideas for this one...

You might want to change your license, or else you will get a page or two's worth of people arguing. Just saying.

Re: [ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 02:56
by jordan4ibanez
v-rob wrote:Nice idea. I have a few potential ideas for this one...

You might want to change your license, or else you will get a page or two's worth of people arguing. Just saying.
You know, that's kind of weird, github recognizes it as a real License haha

Re: [ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 04:04
by v-rob
It's the F-word plus the people using Minetest in schools that makes it a problem.

A very big argument in which WFTPL failed: viewtopic.php?f=54&t=18254. This is why I suggest you change it.

Re: [ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 06:18
by jordan4ibanez
v-rob wrote:It's the F-word plus the people using Minetest in schools that makes it a problem.

A very big argument in which WFTPL failed: viewtopic.php?f=54&t=18254. This is why I suggest you change it.
No

Re: [ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 06:33
by Qbiq
The license also leaves room for legal issues, which is why some are against it. If you want details, use a search engine. I'm not a lawyer, so you'll get much better and legally accurate information.

Re: [ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 11:14
by Linuxdirk
Oh god for fucks sake! Could you people please fucking stop arguing about this fucking What The Fuck Public License thing and stick it to your fucking whining thread instead of fucking fuck with everyone who uses this fucking license?

Re: [ClientMod] Death Camera [death_camera]

Posted: Mon Sep 18, 2017 22:45
by v-rob
I was just warning of potential consequences. I have no problem with it myself.

Re: [ClientMod] Death Camera [death_camera]

Posted: Tue Sep 19, 2017 16:27
by azekill_DIABLO
+1, it's a nice idea!

Re: [ClientMod] Death Camera [death_camera]

Posted: Tue Sep 19, 2017 16:30
by sofar
Anyone who has issues with the "license" (quotes intentional) can just remove it, and replace it with an actual OSS license.

Re: [ClientMod] Death Camera [death_camera]

Posted: Wed Sep 20, 2017 05:53
by jordan4ibanez
sofar wrote:Anyone who has issues with the "license" (quotes intentional) can just remove it, and replace it with an actual OSS license.
Look at that, common sense

Re: [ClientMod] Death Camera [death_camera]

Posted: Wed Sep 20, 2017 16:38
by sofar
jordan4ibanez wrote:
sofar wrote:Anyone who has issues with the "license" (quotes intentional) can just remove it, and replace it with an actual OSS license.
Look at that, common sense
Well, this is like, 1 line of actual code. It's a little bit harder when you're talking about 500+ lines of well-maintained code that would be a pain to fork (don't do that, just make it MIT then, or something).

Re: [ClientMod] Death Camera [death_camera]

Posted: Wed Sep 20, 2017 16:41
by azekill_DIABLO
why not making it like this

Code: Select all

--take screenshot on death
minetest.register_on_death(function()
   minetest.after(2, function()
      minetest.take_screenshot()
   end)
end)
EDIT-offtopic: is my signature displaying correctly? seems the content of my signature misloaded.

Re: [ClientMod] Death Camera [death_camera]

Posted: Thu Sep 21, 2017 18:13
by ToyElf
v-rob wrote:people using Minetest in schools
Wait, you mean, like, teacherS? D:
I mean... in my secondary school we had 'minecraft' club...