player.mdl GPL?

Discuss anything not covered by any of the other categories.
r00k
Posts: 1111
Joined: Sat Nov 13, 2004 10:39 pm

player.mdl GPL?

Post by r00k »

I'm curious about one asset of shareware quake, given the fact that 3wave CTF comes with the original player model with new skins.
Is it because Zoid worked for id afterwards? Can I include the CTF player model into an installer? Should ID release the player model under the GPL and alleviate the confusion?
I know these are questions for idSoftware; and can imagine the answer. I just though i'd ask out loud.
Spike
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK
Contact:

Re: player.mdl GPL?

Post by Spike »

many mods include modified quake content, like textures...
just because someone else has opened it in some modeling program and added an extra texture does not mean that the resulting derivative work is not also covered by id's copyright.
technically you shouldn't be distributing it at all, but id's basically okay with it so long as its meant to require the full version of quake.

which tbh is the big issue with custom engines not enforcing demo-version gamedir/pak restrictions.

simply put, its not freeware.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: player.mdl GPL?

Post by leileilol »

I don't think we need to appeal any more Quake content to be GPL'ed.

What we really need to do is teach how to use Blender and the MDL exporter. The more decent content we have made from scratch (Decent != Zombie trees), the less constant abuse of the EULAs.
i should not be here
r00k
Posts: 1111
Joined: Sat Nov 13, 2004 10:39 pm

Re: player.mdl GPL?

Post by r00k »

true, i just wanted to make a ctf installer for some old players, and noticed 3wave has a player model.... just didnt want to unzip that to sidestep a legal issue.
Dr. Shadowborg
InsideQC Staff
Posts: 1120
Joined: Sat Oct 16, 2004 3:34 pm

Re: player.mdl GPL?

Post by Dr. Shadowborg »

leileilol wrote:I don't think we need to appeal any more Quake content to be GPL'ed.

What we really need to do is teach how to use Blender and the MDL exporter. The more decent content we have made from scratch (Decent != Zombie trees), the less constant abuse of the EULAs.
I've been giving this some thought lately, halfway crazy and stupid enough to actually give making a GPL pack for quake a shot. Is the OQPlus stuff still around?

Also, what precisely would be acceptable theme styles for a OpenQuake project? Would it be acceptable to simply model your own ogre complete with chainsaw, etc? (as long as you did everything from scratch) Or would you need to actually have different, but similar monsters?
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: player.mdl GPL?

Post by leileilol »

I'd just settle on something quake-ish inspired (usage of brown; centered weapons; ambiguous presence of eyes) with no drastic deviances like turning nailguns into real world firearms (which could be considered non-Free in itself for being an actual gun design, how ironic for Free Software)

And no I wouldn't take it into an anime-styled thing.

Has anyone played Chasm: The Rift? That has somewhat of a Quake-ish art direction, and also is partially influenced by Unreal's early previews. It's no direct clone of Quake but it does have a surprisingly similar atmosphere.


There would probably be engine technology politics covered into it (i.e. the push for IQM I sometimes see in other projects). I'd probably keep it simple and still use MDL and WAV, and have external .lits for maps, and try to keep polycounts low, and textures lower (no 320x200 textures)
i should not be here
taniwha
Posts: 401
Joined: Thu Jan 14, 2010 7:11 am
Contact:

Re: player.mdl GPL?

Post by taniwha »

For a base "OpenQuake", I'd have to agree that mdl, wav and POT friendly 8-bit textures would be the way to go. However, that doesn't mean there can't be an enhanced version (possibly using the enhanced version to help generate the base version).

I had a laugh the other day: I was working on a face model in blender and it had more quads than player.mdl has tris, and I hadn't done around the eyes or the ears. The "super hero" in Jonathan Williamson's old low-poly character tut has about twice as many faces (quads?). Quake's models are actually very good considering the constraints.
Leave others their otherness.
http://quakeforge.net/
Spirit
Posts: 1065
Joined: Sat Nov 20, 2004 9:00 pm
Contact:

Re: player.mdl GPL?

Post by Spirit »

Dr. Shadowborg wrote:Also, what precisely would be acceptable theme styles for a OpenQuake project? Would it be acceptable to simply model your own ogre complete with chainsaw, etc? (as long as you did everything from scratch) Or would you need to actually have different, but similar monsters?
It would probably be the best to create new monstersin the style and world of Quake. If you try to remodel the original monsters, you will always be compared to the originals and that would be a hard burden to work with. It would be super important not to fall into a cartoonish style like many of the fan projects do.
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
taniwha
Posts: 401
Joined: Thu Jan 14, 2010 7:11 am
Contact:

Re: player.mdl GPL?

Post by taniwha »

I was initially thinking we'd need monsters with similar attacks, but then I realized that since we would need new sounds, might as well come up with new attacks, too. With that, you don't have to worry about your chainsaw wielding non-ogre being compared to an ogre.
Leave others their otherness.
http://quakeforge.net/
goldenboy
Posts: 924
Joined: Fri Sep 05, 2008 11:04 pm
Location: Kiel
Contact:

Re: player.mdl GPL?

Post by goldenboy »

just because someone else has opened it in some modeling program and added an extra texture does not mean that the resulting derivative work is not also covered by id's copyright.
This.
Would it be acceptable to simply model your own ogre complete with chainsaw, etc? (as long as you did everything from scratch)
No. If it looks like a Quake ogre, walks like a Quake ogre, and talks like a Quake ogre, it is a derivative work (and no, you can not release a derivative work under a new license because you are not the creator).

Doing from scratch something that looks almost identical to the real thing is an imitation and a derivative work.

This is why you cannot have a free Quake. If it looks like Quake, it is a derivative work. And if it doesn't look like Quake, what's the point anyway.

Also, why is this even needed? Quake can be bought for really cheap on Steam. Millions of people buy games there, so if people wanted to play Quake, they can simply grab it. But they don't precisely because there is no audience for it.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: player.mdl GPL?

Post by leileilol »

goldenboy wrote: if people wanted to play Quake, they can simply grab it. But they don't precisely because there is no audience for it.
Haven't we been through this before?
i should not be here
r00k
Posts: 1111
Joined: Sat Nov 13, 2004 10:39 pm

Re: player.mdl GPL?

Post by r00k »

true. maybe ill use the openquartz player instead. i think the skins are compatible.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Re: player.mdl GPL?

Post by leileilol »

OQ's player has compatible UVmaps yes (surprising for a scratch model made in 2000), and is okay if you can tolerate the run-flailing-around-like-an-idiot animations and one handed knife and gun.

It's not hard to make a player.mdl uv compatible model from scratch, though it generally requires a bulky proportion. Don't expect it to work with stuff like anime girls and cars
i should not be here
Dr. Shadowborg
InsideQC Staff
Posts: 1120
Joined: Sat Oct 16, 2004 3:34 pm

Re: player.mdl GPL?

Post by Dr. Shadowborg »

goldenboy wrote: No. If it looks like a Quake ogre, walks like a Quake ogre, and talks like a Quake ogre, it is a derivative work (and no, you can not release a derivative work under a new license because you are not the creator).

Doing from scratch something that looks almost identical to the real thing is an imitation and a derivative work.

This is why you cannot have a free Quake. If it looks like Quake, it is a derivative work. And if it doesn't look like Quake, what's the point anyway.
That's more or less what I was afraid of. And also there's that annoying little problem of allowing mods to work with the opensource project. (this would technically be not legal if it contained any id derived stuff)

*shrugs*

Probably better to focus on my OpenSmash project anyway. :)
qbism
Posts: 1236
Joined: Thu Nov 04, 2004 5:51 am
Contact:

Re: player.mdl GPL?

Post by qbism »

There's always parody.
Post Reply