Jump to content
The Dark Mod Forums

Recommended Posts

Posted

I finally grew tired of this wood panel's poor bump map:

 

post-3633-0-55238100-1372365669_thumb.jpg

 

and created a new one:

 

post-3633-0-31882600-1372365685_thumb.jpg

 

Should I check it into SVN, or let a bumpmap expert create the replacement?

 

Thanks

  • Like 4
Posted

Hmm, now that I think about it, there are a bunch of textures in the mode that need a bit of tlc, that brick texture in gman's shot is one of them.

 

On the subject of textures as a whole, Ive been working on nhat and Ive noted a load of placement textures that have a second layer of details when the player gets close up, I think either AH or MD made these. My question is why are these not part of the core mod..? they are very good.

bhm_banner.jpg

Posted

On that note, with the release of 2.0, will textures/prefabs/models/etc from all currently available missions be included with 2.0? e.g. ones that were introduced with those FMs? Would be nice to have these centrally available and sorted.

Posted
On the subject of textures as a whole, Ive been working on nhat and Ive noted a load of placement textures that have a second layer of details when the player gets close up, I think either AH or MD made these. My question is why are these not part of the core mod..? they are very good.

 

You'd have to ask the person who knows how to do them.

Posted

On that note, with the release of 2.0, will textures/prefabs/models/etc from all currently available missions be included with 2.0? e.g. ones that were introduced with those FMs? Would be nice to have these centrally available and sorted.

 

You could make all new objects, prefabs or textures on your own for TDM 2.0 so that these can be included for the release for everyone. That's the easiest way and most profitable for everyone :)

"Einen giftigen Trank aus Kräutern und Wurzeln für die närrischen Städter wollen wir brauen." - Text aus einem verlassenen Heidenlager

Posted (edited)

New objects? I'm not talking about creating new assets, I'm only talking about assembling all that is currently available centrally.

 

Anyone can do this for themselves. Download all FMs, unpack them, unzip all 1.08 packed files in to their directory structure, highlight and copy each FM directory in to the main NOT replacing any file that already exists, do this for each FM directory, go through and clean up any orphans.

 

Not sure what you mean by "That's the easiest way and most profitable for everyone" but I don't believe this would take that long and it would be nice for everyone to have all common assets amongst current FMs included.

 

EDIT: (i'm only speaking in the 2nd paragraph about FM texture and model directories basically.) Is it up to the author whether they want to share any custom assets with the community? If so then that's just my misunderstanding as I thought anything anyone "contributed" to TDM was just that, contributed.

Edited by Lux
Posted

Is it up to the author whether they want to share any custom assets with the community? If so then that's just my misunderstanding as I thought anything anyone "contributed" to TDM was just that, contributed.

 

It's usually just a courtesy to ask someone if you can reuse their stuff. Doing otherwise is frowned upon.

 

Stuff that gets put into the mod itself usually has to go through a vetting process. The custom texture or model or sound I use in my mission might be fine for me, but not meet the understandably more stringent standards of the mod.

Posted

On the subject of textures as a whole, Ive been working on nhat and Ive noted a load of placement textures that have a second layer of details when the player gets close up, I think either AH or MD made these. My question is why are these not part of the core mod..? they are very good.

The primary reason I haven't put detail textures in the core mod is that adding the detail texture requires an extra blend gl_dst_color, gl_src_color material stage, and I haven't really tested its performance hit (It doesn't make any framerate difference on my HD4850, but I suspect it may not be a negligible perf hit on an integrated gfx card).

 

The other reason is that I would have to update those definitions to be vine-arrow friendly. It's not really hard, but a bit time consuming. (manually copy-paste the appropriate detail render pass from my old decls to TDM 2.0's material decls.)

 

They're not too hard to integrate as an FM addon: I wrote a fix-up script that DR can run to change existing maps to use my detail texture decls. But, as I said, this ought to be performance-tested. If there is a performance hit, then they should be an optional feature. And since these are totally different decls and not a GL program, this detail texture method can't be easily turned on and off with a menu option.

yay seuss crease touss dome in ouss nose tair

Posted

Fair enough. Btw have you heard of notepad++ Ive found it to be a very good text editor - very handy when creating new .mtr files for new texture packs etc. Speeds up the boring representative tasks..

bhm_banner.jpg

Posted
The primary reason I haven't put detail textures in the core mod is that adding the detail texture requires an extra blend gl_dst_color, gl_src_color material stage, and I haven't really tested its performance hit (It doesn't make any framerate difference on my HD4850, but I suspect it may not be a negligible perf hit on an integrated gfx card).

 

Might be worth looking at for textures the player frequently gets close to, like doors.

Posted
They're not too hard to integrate as an FM addon: I wrote a fix-up script that DR can run to change existing maps to use my detail texture decls. But, as I said, this ought to be performance-tested.
Might be worth looking at for textures the player frequently gets close to, like doors.

@MD I'm happy to help you with this! or if your too busy atm - @Springs can you give me a list of the textures used on various doors..? so I can see which one are part of MDs pack..

bhm_banner.jpg

Posted

@MD I'm happy to help you with this! or if your too busy atm - @Springs can you give me a list of the textures used on various doors..? so I can see which one are part of MDs pack..

I haven't modified any model's textures (at least, not on purpose. I suppose there are some bust statues that use TDM textures.)

 

Just so we don't get even more off-topic in this thread, open a bugtracker report, and list it as a "feature." If you've got the permissions, go ahead and assign it to me.

 

If you want to help, Biker, I'll need a test map with all the permutations of doors & skins.

yay seuss crease touss dome in ouss nose tair

Posted (edited)

The primary reason I haven't put detail textures in the core mod is that adding the detail texture requires an extra blend gl_dst_color, gl_src_color material stage, and I haven't really tested its performance hit (It doesn't make any framerate difference on my HD4850, but I suspect it may not be a negligible perf hit on an integrated gfx card).

 

The other reason is that I would have to update those definitions to be vine-arrow friendly. It's not really hard, but a bit time consuming. (manually copy-paste the appropriate detail render pass from my old decls to TDM 2.0's material decls.)

 

They're not too hard to integrate as an FM addon: I wrote a fix-up script that DR can run to change existing maps to use my detail texture decls. But, as I said, this ought to be performance-tested. If there is a performance hit, then they should be an optional feature. And since these are totally different decls and not a GL program, this detail texture method can't be easily turned on and off with a menu option.

 

As I recall, Tels had added macros like DECAL_MACRO for Frob and Ambient stages. It might be a good idea to add a DETAIL_MACRO or something like that to ease any material conversions.

Tracker = 3121 as I can tell:

 

The place to add this is in renderer/Material.cpp, and this seems trivial, just copy the code from DECAL_MACRO and adjust it to add the wanted bits and pieces.
Edited by nbohr1more

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...)

Posted

As I recall, Tels had added macros like DECAL_MACRO for Frob and Ambient stages. It might be a good idea to add a DETAIL_MACRO or something like that to ease any material conversions.

Tracker = 3121 as I can tell:

As far as I can tell, this only consolidates keywords in a material decl, not entire stages of materials. Bugtracker 3122 looks much closer to what you're talking about, but I don't have the C++ chops to expand the material parser.

yay seuss crease touss dome in ouss nose tair

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

    • JackFarmer

      Happy Labour Day, my taffing taffers & hard working mapping friends!
      And remember the poor souls who, within the Inventors’ organization, labor under Jonus’s yoke to ensure the success of that very guild! Always remember the hard workers!
      · 1 reply
    • datiswous

      Is there a script command to make a screenshot?
      I just though it could be interesting to be able to create a screenshot at a certain point in time. Then use that screenshot possibly in a debrief.
      I guess the second question is: Can you use a (in-game made) screenshot in a (debrief) gui?
      · 1 reply
    • Bikerdude  »  Display Cement

      So what type, and what ratio of portland to sand 😏
      · 1 reply
    • JackFarmer

      Our esteemed professional mapping predecessors from 20 years ago faced the same challenges we do today!
      · 2 replies
    • snatcher

      TDM Modpack 5.1 is out!
      · 0 replies
×
×
  • Create New...