Jump to content
The Dark Mod Forums

[Resolved in TDM 2.0] Untethered Dark Mod


vorob

Recommended Posts

Not any time soon, it would seem - I'm busy working on getting a better understanding of the asset side of things at the moment, this includes giant lists of files which need to be checked, possibly remade and then correctly replaced.

 

Depending on if we can get community involvement - I could make a nice little upload site to manage this in a 'friendly' manner, but at the moment it's all a bit of a shot in the dark as where to spend time most efficiently.

Link to comment
Share on other sites

There was somebody on Doom 3 world talking about going through all the original doom 3 scripts to alter the names of some functions...etc, just to make them different. All the particle effects would need to be recreated as well...much to do...but being that we're so busy maintaining the Mod, this is really going to have to come down to a few folks in the community pushing up their sleeves and making an effort to help us out. We've put 6 years into TDM, if a few individuals could schedule 6 months, I think a majority of the work could be finished.

Link to comment
Share on other sites

I'm busy working on getting a better understanding of the asset side of things at the moment, this includes giant lists of files which need to be checked, possibly remade and then correctly replaced.

 

It's not just the assets in the main mod itself, we would also have to track down all the assets used in the various maps released thus far (or just let them be broken).

Link to comment
Share on other sites

All the Doom3 native assets not in the main mod anyway (not counting extra assets bundled in with the FM itself.)

Yes if they were going through one marathon anyway, they'd want to add these to the list too.

The alternative would be to have to make a fork release to keep the old FMs on the main trunk, which would be a bad idea.

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

Doom3world has begun discussing an "open repository" where contributors would share their assets to help expedite this process. If that spirit were in place years ago the whole Doom 3 scene would probably been a much more active and successful place. Instead the formative Doom 3 modding years were spent jealously guarding assets and information. Now's the time to rectify that and catalog what we have to share and add it to the pot-luck dinner. (Not that TDM has ever refused a request to use it's assets by other modders. )

Please visit TDM's IndieDB site and help promote the mod:

 

http://www.indiedb.com/mods/the-dark-mod

 

(Yeah, shameless promotion... but traffic is traffic folks...)

Link to comment
Share on other sites

It's not just the assets in the main mod itself, we would also have to track down all the assets used in the various maps released thus far (or just let them be broken).

Personally, I'd let them break - trying to support that kind of thing goes far beyond the scope, there's also very little reuse for common things like textures as it stands, since they would have to have had their material file overloaded for ambient etc, so it's fairly easy for someone to fix - should they want to. It's also fairly easy to spot problems in these cases as there will be a list of missing assets in the console output. I actually have the stuff in place to do the checks in place, but I want to avoid making the battle seem like a non-starter from the get go (since if it's just one mission which is problematic...).

 

In any case, understanding what exactly is needed is the first step. At the moment the material side is actually quite small, while I have yet to do a quick check, it seems to be under 300 files - of which I think the majority are particles/decals/lights(which also has many duplicates) and a few character textures.

 

I'm going to try cover the generation of lists for particles and sounds tonight.

 

Lastly, there's no need for this to be a single step process, if we can get nice lists - just tick things off as we go. That's my plan anyway.

Link to comment
Share on other sites

Here's a question for the lawyers out there...how different does an asset have to be from the original before it can safely be distributed?

 

If I take a D3 head model and move a few verts around, can we release that?

 

If I make a new model from scratch that duplicates the position of the verts in the original D3 model, can we release that?

 

If I take pieces from D3 models (a torso here, an arm there) and reassemble them in a different way, can we release that?

 

Can we release a normalmap that has been cut up and reassembled?

 

Can we release a texture that has simply been mirrored or rotated?

 

If I take the zombie md5mesh file and export it as a .lwo, can we release that?

 

I genuinely have no idea, but it has a distinct bearing on how many assets we'd have to replace and how difficult it would be to do it.

Link to comment
Share on other sites

Here's a question for the lawyers out there...how different does an asset have to be from the original before it can safely be distributed?

 

I don't think even the lawyers have figured that out. What you're observing is that on some fundamental level the concept of "illegal data" just doesn't make any sense.

 

I think most of your examples would qualify as derivative works, but at some point a small-enough item ceases to be protectable (what if you copy a single pixel from a single frame of a Hollywood movie?). The line is exceedingly blurry.

Link to comment
Share on other sites

Here's a question for the lawyers out there...how different does an asset have to be from the original before it can safely be distributed?

 

If I take (...)

If by looking on the model / texture it's obvious that all you did was simple modification of the original work than I'm sure it's plagiarism. I wouldn't do that also for other reason: Doom's material is dated. Models are low poly and textures are low res.

It's only a model...

Link to comment
Share on other sites

If I take a D3 head model and move a few verts around, can we release that?

Are we currently using any D3 heads in this way? (the only thing that comes to mind is the inventor).

If I make a new model from scratch that duplicates the position of the verts in the original D3 model, can we release that?

Sure, no one owns numbers/co-ords - this is a perfect solution, tho quite expensive time wise.

If I take pieces from D3 models (a torso here, an arm there) and reassemble them in a different way, can we release that?

Same thing as Q1, I don't think there's much point in it.

 

What I do with working from samples is just try to use certain elements from them, to take them and make them unique but similar. For example a lot of textures that I make, I work from photos, however the photo source itself is far removed from the end result - usually the diffuse has actually been built from the height map which I build by hand. If I'm just replacing a normalmap, I convert it to a height map, do manual edits to remove any problems (normal->height is messy), add in some flavour and a little bit of overlay samples or whatever. Then throw that back and generate the normalmap, testing it against the old one. Once it's nice I'll take the height map and build the diffuse from it - so that it matches closely. Sometimes this uses a blend of the colour from the old diffuse, but even then I try to water it down and abstract it as much as possible from the final product. It's a fairly relaxing process all in all, and it does have it's own 'this is mine' reward.

 

With models, would it not be possible to take the existing model, use some tessellation/subdivision (and perhaps bring in details from the normalmap - displacement from a heightmap), and from there work to cut down to simplify the mesh which would in the end be quite different from the initial model - perhaps do the texture at the same time? (I'm pretty crap at skinning non-statics ;)). I think that would give a credible quality improvement too :)

Link to comment
Share on other sites

Are we currently using any D3 heads in this way? (the only thing that comes to mind is the inventor).

 

Yes, we're using at least five D3 heads.

 

 

 

 

 

If I make a new model from scratch that duplicates the position of the verts in the original D3 model, can we release that?

Sure, no one owns numbers/co-ords - this is a perfect solution, tho quite expensive time wise.

 

How would anyone tell the difference between the original and a recreation that used the exact same coordinates?

 

 

Same thing as Q1, I don't think there's much point in it.

 

Not sure what you mean by 'not much point'. This has already been done for the beggar character and the noblewoman, for starters.

 

 

I wouldn't do that also for other reason: Doom's material is dated. Models are low poly and textures are low res.

 

You're talking as if this hasn't already been done. Broken record alert, but we already use tons of D3 material. To go standalone, it must be replaced. Knowing to what degree it must be replaced is important information.

 

For example, the wearbeast uses a head-mesh created by Oddity on top of a body mesh that is a modified imp with a new material. Is it modified enough that it could be released? Or would the fact that it is based on an imp mesh be a concern? How do we know? (In this case it's a moot point, since it uses the imp skeleton and all the animations which would also have to be replaced, but the question is still valid for other cases)

Link to comment
Share on other sites

I think in the case of the beggar/werebeast, there's been a lot of reuse and on their own they easily stand works with merit and uniqueness. In the same way that small samples of music are fair use for mixing (unless someone really wants to be annoying). If the other head usage you speak of has been chopped and changed, merged into TDM like the aforementioned examples, then that too is fine imho.

 

From what I've gleamed from google, most of the cases in which similar topics arise come from trademark infringement, where a character likeliness is retained or from cases where people have used unlicensed things in commercial or commercially backed productions. In any case, the content has been part of TDM for a long enough period in which no one has complained.

 

You'll never find someone that will give you a real stance on this stuff. So long as you're comfy with it — which I damn well would be — then why not; after all, I'm fairly sure TDM has helped sell a fair few copies of d3 ;)

Link to comment
Share on other sites

Re: the legal standard, since I took Copyright I know this. The traditional standard for visual arts (for US law! I can't say about other jurisdictions) is "the same look and feel", which is obviously rather subjective... But it's usually like similar to the point that you'd be forgiven for mistaking one for the other, and if you put the two side by side you'd say, yes it's obviously just blatantly copying the look and feel with exactly that intention. Something that falls in the standard is like a repeating stencil pattern (think like the Louie Vuitton pattern on bags), and then they just use a slightly altered LV in a square arrangement instead of diamond arrangement. Another case was like a greeting card design with these little red flowers everywhere, and when you put the two side by side it was so visibly obvious the 2nd one was blatantly copying the look & feel of the first and just had a slightly different arrangement, and you could easily mistake one for the other unless you knew the differences to look for.

 

OTOH if you make a new head and put it side-by-side with the old head and it's visibly trying to look like a different head, then that's probably outside the standard. Speaking realistically, I think it's as much about the impression it gives off about its intention (is it trying to copy & look just the same or trying to look different while performing the same function, which of course you can't copyright) as the actual similarity in some "objective" sense.

 

Edit: In short, just make it look like it's trying to be a different head (body, post, whatever), like a good faith effort that shows. What you don't want to do is make it look like, when you put the two side-by-side, that you're trying to blatantly copy the look & feel (and that's exactly your intention) and you're changing just a few negligible details in a cynical attempt to "effectively copy without literally copying". It's about the attitude that comes across looking at them, are you in good faith or bad faith. That's how the standard works.

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

You're talking as if this hasn't already been done. Broken record alert, but we already use tons of D3 material. To go standalone, it must be replaced. Knowing to what degree it must be replaced is important information.

If we're going through the trouble of replacing Doom's material at least do it the right way.

It's only a model...

Link to comment
Share on other sites

Re: the legal standard, since I took Copyright I know this. The traditional standard for visual arts (for US law! I can't say about other jurisdictions) is "the same look and feel", which is obviously rather subjective... But it's usually like similar to the point that you'd be forgiven for mistaking one for the other, and if you put the two side by side you'd say, yes it's obviously just blatantly copying the look and feel with exactly that intention.

 

I take it this applies to re-creating the meshes visually by inspection, rather than creating a new mesh by editing the original D3 one? I assume in the latter case it would be considered a derivative work because of the copyright on the digital data, irrespective of the actual visual appearance.

Link to comment
Share on other sites

What you don't want to do is make it look like, when you put the two side-by-side, that you're trying to blatantly copy the look & feel

 

That's exactly what we plan to do, isn't it? We can't replace the D3 assets with things that don't look the same...if we remake the D3 steam particle, it has to be the same size and shape as the original or it's going to look misplaced in all the maps that already use it. If we make a new zombie, it has to have the skeletal joints in exactly the same place, or maps that have things def_attached to zombies (like Glenham Tower) will be broken.

 

Furthermore, what do you put "side by side" for comparison? Just the final head, as it appears in game? Or every part separately? Including the mesh, the diffusemap, the normalmap, the specular map, and the material file?

 

How do people imagine this process working? It sounds like a fairly subjective criteria. Do we establish a committee to decide if a replacement has the "same look and feel" as the original for every asset that is replaced?

 

If we're going through the trouble of replacing Doom's material at least do it the right way.

 

Well, it remains to be seen if we are or we aren't. But if you're suggesting we replace the (professionally done) assets with even better assets, that reduces even further the number of people who can actually help.

Link to comment
Share on other sites

What matters is the "published" form, so that'd be (should be) the form as it appears in game, and the general overall "visual look and feel" matters, not something you could only notice clinically through a microscope (like 7zip & Photoshop). And the fact that source material came from other places that you could tell through a microscope doesn't count if the overall "look and feel" doesn't survive into the new thing. I mean by the formal standard.

 

That's exactly what we plan to do, isn't it? We can't replace the D3 assets with things that don't look the same...if we remake the D3 steam particle, it has to be the same size and shape as the original or it's going to look misplaced in all the maps that already use it. If we make a new zombie, it has to have the skeletal joints in exactly the same place, or maps that have things def_attached to zombies (like Glenham Tower) will be broken.

 

It has to fill the same function, but that's not itself copyrightable. That's why I kept talking about intention playing a practical role, and being in good faith. This situation is interesting since it's not the usual bad faith case of wanting to copy, but there's a good faith reason. You actually intend and want the things to look different, and your basic question is the good faith one of how different do we need to be while still filling the function (instead of how close can we get, which is the bad faith angle). We love id for making the engine and releasing the sourcecode, and we want to respect their property. If someone raises any question, you want to be able to say we worked to respect the copyright and make these assets visually different, and that has always been our intention, and it's documented, e.g., in this thread, in every thread the topic comes up.

 

Practically speaking, you raise great questions, and some of the tougher cases. We should think about some kind of standard & process (before "publishing", we can still collect stuff in the meantime). That's a good idea. I don't want to jump the gun on anything, so we can sit on it and think for a bit.

 

Offhand, I don't think it's a matter of what some committee says, since nobody else has to care what they think. Ultimately it's what id people & an arbitrator or judge (not that it would ever go to arbitration or court, but their hypothetical perspective informs the standard) would say looking at the two, which amounts to a detached perspective of a reasonable person on the street. When you look at the two, is your gut reaction "Come on, it's the same thing." or "These are different; just look at them."? Also if the "same thing" is some public domain source, like photosource textures, then that's on safer ground.

 

What we might do is line up some case studies to see how this practically works. Make and collect some in-house replacements, then line them up with the originals and let's have a discussion about it when we have a better idea of everything involved and how it's turning out (e.g., how the replacements work in FMs, and how much latitude we have to make stuff different, etc.). That's what we can do for now, that and just read up on case studies; what has id done before; how does the standard work for games... (Also if there's a movement like over at d3w to make their own replacements, we can watch how things fare for them.)

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

What matters is the "published" form, so that'd be (should be) the form as it appears in game, and the general overall "visual look and feel" matters, not something you could only notice clinically through a microscope (like 7zip & Photoshop)

 

Are you sure about this? That would mean I could take normal-maps straight from D3 and use them un-altered, as long as the diffuse-map and/or mesh is different enough? How can that be, when I'm still distributing an original D3 file? Could I take a whole skeleton and series of animations from Prey and distribute them as long as I rig a unique mesh to them? (I'd love to do that, as they've got an awesome hawk rig) That doesn't sound right.

Link to comment
Share on other sites

Are you sure about this? That would mean I could take normal-maps straight from D3 and use them un-altered, as long as the diffuse-map and/or mesh is different enough? How can that be, when I'm still distributing an original D3 file? Could I take a whole skeleton and series of animations from Prey and distribute them as long as I rig a unique mesh to them? (I'd love to do that, as they've got an awesome hawk rig) That doesn't sound right.

 

No, copyright does not work like that. While Doom3 is a "work" in its entirety, one could also argue that single files are a "work" (and Doom3 is just a collection of smaller "works"). You can't take a file unmodified and re-distribute it like that, unless there is a licence that covers that.

 

There are some border-line cases like a 1x1 pixel texture - you cannot copyright that like an author can't copyright the individual letters - be he can (and does) owncopyright on a a whole paragraph or even the entire book. So you can't re-release a paragraph on its own (unless you use the american "fair use" joker card), but you can take the letters and write your own story.

 

So for us:

 

For sound assets, rerecording them with your own equipment is the way to go (regardless on wether the end result sounds close to the original). Likewise for any textures (luckily we don't use much and the ones we use can be painted easily in Gimp anew) - paint them from scratch or from photos we own.

 

As for the meshes, rebuild them from scratch - if you are lucky, they look different *AND* better - if they end up looking alike, well, though look.

 

The gray area are shaders and scripts and entity defs so on.

 

Luckily, after greebo rewrote the entire AI in the SDK, I exterminated all AI scripts and I think almost everything else except a few definitions already. And these definitions are likely not copyrightable (just like header files) as they are too simply and too technical (you can't define them in a different way without them breaking). There are already court rulings that establish as much so renaming all D3 event functions to different names is just silly and unnec.

 

That leaves us with entity defs (we removed almost all of them anyway, and the ones left - see above for definitions), and shaders.

 

Maybe I forgot something, I don't know off-hand. I think the easiest way to see whats missing is to build a special "darkmod.exe", and install it along with the entire mod in C:\Darkmod and try to run it without D3 even installed. Then we will see what files it thinks it needs.

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

Well I was saying the old standard for visual arts, like videos & paintings. But because a video game is released as files then maybe they do use a different standard, and the published work are the files themselves. And I wasn't thinking about using a file exactly unaltered, but alter it just enough so it looks a little different. I'd really have to read up on how video games are specifically treated, since they twist all the old rules around, and you always want to look to case histories as close to the thing you're doing. And it could depend on the claim. The information of a file is a different claim from the art you see on the screen. E.g., I never understood how they could copyright photosource textures because you can't claim copyright for an unoriginal head-on photograph of something itself in the public domain, and that's basically what a texture is (the art anyway, the normal & specular are something else). But once you make a file out of it, people start thinking differently... So I guess I'll read up on it.

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

(1) LGS doesn't exist anymore. It'd be Square Enix via Eidos that owns the property.

(2) They won't sue us because nothing in TDM copies LGS's old property. You can't copyright gameplay mechanics, and none of the assets or AI or setting comes from Thief. (And the standalone part is irrelevant in this situation anyway.)

(3) Besides, they already know about Dark Mod and at least the former community director let us know they're also fans of what we're doing. They've had years now to say something to us and whatever little indications they've made have been positive.

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • Petike the Taffer

      I've finally managed to log in to The Dark Mod Wiki. I'm back in the saddle and before the holidays start in full, I'll be adding a few new FM articles and doing other updates. Written in Stone is already done.
      · 4 replies
    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
    • nbohr1more

      Please vote in the 15th Anniversary Contest Theme Poll
       
      · 0 replies
×
×
  • Create New...