Jump to content
The Dark Mod Forums

A triptych I'm working on


Skaruts

Recommended Posts

 

How many polys are the hinges? Given how small and obscured they are, they shouldn't really need to be very detailed.

True. They're a scary 684 tris each. (the picture is one of them)

7C1SDVd.png

 

 

I think I could have those bolts flat, maybe 1 less side on the cylinders (they have 7), and if I'll keep those corners I might be able to do so with one or two less verts in the curves (or make simple corners), and they might look ok without the rounded ends. I did a quick test and that might reduce them to ~150-200 polys each. I have to keep those edge-loops at the ends of the cylinders to keep the smoothing consistent (they look skewed without them).

 

They'll take the bulk of the polys either way, as the paintings themselves are just as simple as the ones already in TDM (~30 tris each). But I think I could streamline them a bunch.

Edited by Skaruts

My FMs: By The Cookbook

Link to comment
Share on other sites

Get rid of those bolts, bake them on normalmap. Same goes for those small edge loops at ends. They don't do anything here, as they are flush with the rest of cylindrical piece. You'll want to use edge loops for subdivision and baking high poly details, but not on low poly model.

Link to comment
Share on other sites

You didn't plan to use normalmap at all? Models will have different look and will respond differently to lighting, with and without normalmaps. Same goes for speculars. Using basic _d, _n, _s texture setup in materials is basically "free", i.e. it doesn't cost more drawcalls than using just one or two textures. Anything in { } brackets (glow maps, cubemaps etc.) does make the material more expensive though.

Link to comment
Share on other sites

You didn't plan to use normalmap at all? Models will have different look and will respond differently to lighting, with and without normalmaps. Same goes for speculars. Using basic _d, _n, _s texture setup in materials is basically "free", i.e. it doesn't cost more drawcalls than using just one or two textures. Anything in { } brackets (glow maps, cubemaps etc.) does make the material more expensive though.

I didn't plan to have anything in the model that needed any kind of details to begin with. The foldable models came as an afterthought that I thought might be nice to have. The first hinges I made had no bolts, it was only later that I thought they might seem too bland on a closer look.

 

Not sure how to proceed with this, tbh. On one hand I never made normal maps from models (only from textures), on the other hand I'm not sure how I would apply the normal map to it, since the bolts use a different material from the plaques. If that makes a difference; maybe I'm on the wrong mindset. The wiki doesn't seem very helpful.

 

Also on the subject of details, as they are small and mostly hidden just do things like the bolts in the texture.

Perhaps my quickest option would be to see if there's a texture that already has bolts in it and use it for the whole plaque...

My FMs: By The Cookbook

Link to comment
Share on other sites

If you use different material for bolts, you can use different set of UVs on such model, and different set of textures for that material. When engine sees a multi-material model, it separates them into chunks, so 1 model with 4 materials has the same cost as 4 models with 1 material.

 

Not sure how to proceed with this, tbh. On one hand I never made normal maps from models (only from textures), on the other hand I'm not sure how I would apply the normal map to it, since the bolts use a different material from the plaques. If that makes a difference; maybe I'm on the wrong mindset. The wiki doesn't seem very helpful.

 

So you are using normals in a basic sense, to fake details on a flat surface, like most stock TDM models do with multiple tiling materials. If you don't want to get into full model unwrapping and normal baking yet, you could find a bolt texture or "alpha" (there should be some free zbrush alphas around the web), and convert it into a normalmap. nJob is a free tool that's pretty good at that. You could even use a photo, just use Diffuse -> Heightmap option, adjust the level of details, and then use Heightmap -> Normalmap. It's a pretty handy tool, if you want to prototype your normals fast.

Link to comment
Share on other sites

I was trying to stick with textures that are already in TDM. There's a metal_plate_rivets01 texture that could do the job, but I still need some extra faces (hexagons) that I can unwrap on top of a rivet. That still inflates the poly count somewhat, considering there's 32 of them (32 hexagons, 4 tris each = 128 tris). That would make the whole model roughly 650 tris if I'm not mistaken (with simplified hinges overall).

My FMs: By The Cookbook

Link to comment
Share on other sites

Yes the parts are separate, and you never know what someone could do with that. That's the reason for that thing sticking out of the left cylinder, as well as the caps.

 

What I was suggesting in my last post was this:

pY9ciHN.jpg

 

For some reason the game isn't giving me bad smoothing without those edge loops now, so that's great.

  • Like 1

My FMs: By The Cookbook

Link to comment
Share on other sites

Is it an lwo or .ase model, do we know if the game does better smoothing with one or the other..?

It was this problem, which seems related to .lwo. Perhaps it's also related to Blender. But I tried .ase and still had it, so I just went back to lwo. It actually depends on the lighting, sometimes it's there, sometimes it isn't. Either way, the hinges are small and dark, so I'm not sure I should worry about it.

My FMs: By The Cookbook

Link to comment
Share on other sites

There should be no bad smoothing with the topology you have here, one SG for the cylinder, second for the cap. I have similar setup myself, although I fake this on normalmap instead of geometry:

obraz.png

 

That's a bit more of "an art for art's sake", I'm pretty sure most people won't notice :)

Link to comment
Share on other sites

  • 2 weeks later...

You can use the same textures in multiple materials for a model. I often use the same set of _d, _n, _s textures for couple of materials, if I have to split the model into different surfaces, like wood and stone (as long as it matters to gameplay, I often reduce models to one material if it's not that important). You can also use e.g. the same diffuse for all parts but different normalmaps.

Link to comment
Share on other sites

Wait, I'm actually not thinking straight here...

 

I'll need to use the same texture (diffuse) for the hinge and rivets, since the goal is to remove the tris from the rivets, and just keep the flat hinge, but with the rivets painted on its texture.

 

I think I really need to create my own custom diffuse and a normal map to go with it...

Edited by Skaruts

My FMs: By The Cookbook

Link to comment
Share on other sites

Can I apply one normal map for the model regardless that the model uses several materials? Or is each normal map tied to each material as I'm thinking it is?

 

Normal maps are tied to each material yes. Btw just so you know, if you don't use a normal map, the engine will automatically use a flat normal map in all your materials, regardless if you write it on the material or not. So not putting detail on a normal map, is a waste of opportunity imo.

If you don't want to bake a high poly to low poly, you can just paint a normal map on photoshop, GIMP, etc.

Edited by HMart
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

    • Ansome

      Finally got my PC back from the shop after my SSD got corrupted a week ago and damaged my motherboard. Scary stuff, but thank goodness it happened right after two months of FM development instead of wiping all my work before I could release it. New SSD, repaired Motherboard and BIOS, and we're ready to start working on my second FM with some added version control in the cloud just to be safe!
      · 0 replies
    • Petike the Taffer  »  DeTeEff

      I've updated the articles for your FMs and your author category at the wiki. Your newer nickname (DeTeEff) now comes first, and the one in parentheses is your older nickname (Fieldmedic). Just to avoid confusing people who played your FMs years ago and remember your older nickname. I've added a wiki article for your latest FM, Who Watches the Watcher?, as part of my current updating efforts. Unless I overlooked something, you have five different FMs so far.
      · 0 replies
    • 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
×
×
  • Create New...