Jump to content
The Dark Mod Forums

What do you think? (Adding details to old models)


XendroX

Recommended Posts

what about doing some dirty skins for the furniture to look like they've been used, like actually sat on, slept on, etc.

 

That is definitely a good idea. Most of our sofas, carpets etc. look perfectly clean. In theory, mappers could apply dirt stains, but this is a lot of work.

"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

That is definitely a good idea. Most of our sofas, carpets etc. look perfectly clean. In theory, mappers could apply dirt stains, but this is a lot of work.

 

Might be but the alternative is having most of those textures twice. Do you think it's a good idea resource-wide? It's relativelly easy to add stains or dirt in Photoshop but doubling the number of textures might be heavy for the engine to search through.

Sometimes I want to scream

So long that life escapes

And then I'd shut my eyes

I'd be the angel of disgrace

Link to comment
Share on other sites

Might be but the alternative is having most of those textures twice. Do you think it's a good idea resource-wide? It's relativelly easy to add stains or dirt in Photoshop but doubling the number of textures might be heavy for the engine to search through.

 

That depends. Stains need a texture, too, and even tho the stains usually have lower resolution, you need multiple of them per object to make it look really dirty and thus "good". The engine then has to render multiple passes per sofa.

 

This is one of the conflicts with the design philosophy in TDM - all textures are designed to be clean, and then to be dirtied later. This is the theoretical sound approach, because then each dirty object or floor can look unique.

 

However, in praxis it causes an overly clean look of the levels, because mappers never spend enough time to add dirt to everything, because it is very timeconsuming (DR does not have the right tools for it, try to dirty even one or two walls and you see it take ages instead of just "spraycanning dirt on the wall").

 

I've tried to make "dirty" prefabs for my Swift Mazes levels, but its quite a pain, and if you add multiple random dirt spots on each wall, you end up with thousands of them per map. Fidcal even had some technique where he applied "dark corners" to walls, this looks really good, but again, it needs one decal for each wall, columns and corners and holes even need multiple. Suddenly every wall is rendered twice in the game. Not good for performance.

 

Most games do it either by giving the mapper really really easy to use dirtying tools, or by dirtying things by default, or by just having used/worn textures by default and if you really need a cleanone, the artist has to make a new one for you. This results in a "used" look by default and is arguable the better end result.

 

However, I don't want to critize TDM here, and the design desicion has been made years ago and cannot be changed.

 

Just to give you an example: all our firewalls looked squecky-clean, which was quite unrealistic, esp. if there is a fire burning. A 100% clean fireplace is the exception (freshly build?), but nearly all maps had them. We later added some dirty skins and I've even added porefabs that combine the dirty fireplace with coal, ash and so one.

 

Theoretically, every mapper was supposed to dirty up each firewall. In praxis, it never happened.

 

So yes, I'd love to see a new skin for furniture, with light greases and crincles, and it maybe even should be the default. And on top of that a "very old and worn" skin for run-down locations.

 

Mappers don't have to use the skin, so performance is only impacted if the mapper uses a new and an old sofa in the same map. That's much better than adding 5 stains to each sofa.

  • Like 1

"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

So I understand, the dirt stains etc work as layers right? Sorry for the noob question but I have no idea how mappers make things look good :) If so then you're right...

Sometimes I want to scream

So long that life escapes

And then I'd shut my eyes

I'd be the angel of disgrace

Link to comment
Share on other sites

Two comments on the topic of dirt:

 

1 - As a mapper, I've drawn the boundary between "dirty" furniture and "clean" furniture this way: the rich people have clean furniture, because they have staff to clean it. They get the fancy sofas and tables and chairs. Poor people don't get dirty versions of rich folks' furniture; they get different furniture. They get the simpler beds, the simpler chairs, etc. I think the difference between rich and poor is made along the lines of what furniture the mapper uses, not whether the furniture itself has dirt and stains on it. If I want a dirty version of a fancy sofa, then I'd investigate which textures the sofa uses and create a dirty version and create a new skin. But that would be mission-specific.

 

2 - While dirtying up a room with the standard dirt patches isn't a problem (though it can take some time), if there's a vast amount of acreage that requires dirt, it pays to create a mission-specific dirty version of the texture to be used on that acreage. For example, the walls of the sewer tunnels in WS3 are a single dirty texture that I made from stock TDM textures. I tinted the brick toward green and added some colored layers of dirt on top of it. That not only guaranteed simplicity when texturing the walls, it guaranteed tiling in all directions.

Link to comment
Share on other sites

So I understand, the dirt stains etc work as layers right? Sorry for the noob question but I have no idea how mappers make things look good :) If so then you're right...

 

Yes, dirt stains are patches (with two triangles), that are drawn on top of a texture, and either make it darker, or lighter, or color it (greenish).

 

And what grayman said: due to the cleanliness of textures, mappers either make new textures or choose the objects carefully.

 

However, even for the rich people with the cleaning servant, most of our objects are too perfect. There are no creases, no crincles etc. That can sometimes create an artificial look. So having the option to choose a "dirtier" skin would be good.

"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

Might be but the alternative is having most of those textures twice.

 

You don't have to...you can get decent results by just making a new material shader, copied from the original, and then add a blend filter stage that applies one of our existing dirt textures. I've done this already for barrels, among other things, and it can work pretty well. It's completely asset-free, since you're not actually adding any new files. You just have to experiment a bit to see how the dirt unfolds onto the given mesh...sometimes there can be unwanted tiling or hard edges that spoil it.

Link to comment
Share on other sites

About dirty skins - there is another one problem, some objects had texture only on half model (armchair for example), which apllied for right and left part of model - in this case any dirt will look symmetry and unnatural. I don't know how this can be fixxed, like only creating new full UV map for model.

Link to comment
Share on other sites

in this case any dirt will look symmetry and unnatural. I don't know how this can be fixxed, like only creating new full UV map for model.

 

Yes, that's true. In that case the easiest solution would probably be to make a new mesh that is half a unit above the visible mesh, give it a different uvmap and reserve it for dirt decals. You could also use it for rips or patches that way too.

Link to comment
Share on other sites

This is one of the conflicts with the design philosophy in TDM - all textures are designed to be clean, and then to be dirtied later. This is the theoretical sound approach, because then each dirty object or floor can look unique.

 

However, in praxis it causes an overly clean look of the levels, because mappers never spend enough time to add dirt to everything, because it is very timeconsuming (DR does not have the right tools for it, try to dirty even one or two walls and you see it take ages instead of just "spraycanning dirt on the wall").

This was the situation in 2009, but it is not the situation now. Several new textures and objects have been added to the game which have a darker, dirtier look, and they can be used to build more dilapidated environments. How dirty or clean an environment looks now is mostly down to builder preference.

 

The addition of new resources, especially new decals representing cracked, rusting or dirtied surfaces is useful, but there is already enough stuff in TDM now to build a nasty slum or two. Or a mansion with darker colours.

  • Like 1

Come the time of peril, did the ground gape, and did the dead rest unquiet 'gainst us. Our bands of iron and hammers of stone prevailed not, and some did doubt the Builder's plan. But the seals held strong, and the few did triumph, and the doubters were lain into the foundations of the new sanctum. -- Collected letters of the Smith-in-Exile, Civitas Approved

Link to comment
Share on other sites

You can't modify the crate to match that texture because it uses several different skins. And the tool-box probably shouldn't look exactly round, since it's just a rough cut piece of wood. The other ideas are fine with me.

 

 

This was the situation in 2009, but it is not the situation now.

 

And it's never been the situation with models, since decals aren't practical for most of them.

Link to comment
Share on other sites

I've looked at the new armchair model, and it has floating verts all over the uv-map...any idea why?

Link to comment
Share on other sites

Yes. In armchair I used Band Saw Pro, in other objects I use subdivide. I ask on lightwave forum how to heal'em quick, should answer.

 

What problem can cause this floating points? In game I walk around armchair with lantern and didn't see any trouble with texture

Link to comment
Share on other sites

I'm not sure...I know they cause big problems with .md5meshes, but they might not be a problem for .lwos

Link to comment
Share on other sites

About bucket. There are two ways with extended texture. 1st like i've done. 2nd to leave inside part like it was, because in other cases image stretches too much that look horrible :(( . What about ase format, should i convert lwo back to ase or not?

Edited by XendroX
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.
      · 3 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...