Jump to content
The Dark Mod Forums

Shading issues on silverware with reflective mirrors in view


bwyan

Recommended Posts

Hello all,

I am in the final stages of beta testing my FM "Cole Hurst 1: Eaton" and I've been pointed to a (possible) game bug that causes some objects to shine in an unusual way.

As seen in the screenshot below, in rooms with proper reflective mirrors, if the player has both the mirror and (in this particular case) these silverware serving platters in view, they start to glow in a very odd way:

ch1_eaton_2021-11-27_11_25_16.jpg.811af6728607b8dbc24e5c4dd6353d75.jpg

Does anyone know if this is perhaps a known game bug? I've tested TDM 2.09a and 2.09b and this issue is present in both those cases. I suppose it could also be something to do with my map in particular (perhaps those silverware platters needs some special spawnarg?), but I'm not entirely sure.

Fan Missions - Cole Hurst 1: Eaton

Link to comment
Share on other sites

I'd say the Tech Support forums are the correct place for rendering issues like this. The DarkRadiant forums are for development and feedback on DR, while the Newbie DarkRadiant Questions thread in the Editing Guild is for general mapping questions.

Regarding the silver platter, if I'm not mistaken it contains a reflective stage in its material, which might be conflicting with your mirror. It's not a very noticeable reflection imo, so could derive a new material without that stage and apply it via a skin as a workaround (if nothing else works).

Link to comment
Share on other sites

@Dragofer Thanks for your feedback. I thought I should also mention that there is one other instance where this also seems to be to be the case.

In this example, I have a door frame with a glass awning on top (model name "models/darkmod/architecture/modules/interior_mansion01/mansion01_door02.lwo"):

ch1_eaton_2021-11-27_10_32_42.jpg.b3407516e3dfa645e1cc674b64c13dbd.jpg

I managed to solve this in my mission by inserting a black texture just behind the glass part, so for me this is not an issue - but perhaps others might stumble into this same problem.

Edited by bwyan

Fan Missions - Cole Hurst 1: Eaton

Link to comment
Share on other sites

Here is the skin wiki

https://wiki.thedarkmod.com/index.php?title=Creating_Multiple_Skins_For_A_Model

Here is the material wiki:

https://wiki.thedarkmod.com/index.php?title=Material_Files

That said, the silver platter material has been changed in TDM 2.10. Please test this issue on the latest dev build:

 

  • Like 1

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

17 hours ago, nbohr1more said:

That said, the silver platter material has been changed in TDM 2.10. Please test this issue on the latest dev build:

Hello,

I just tested my mission using the most recent development build and in this case the problem is not present, but the reflective mirror texture that I am using is also entirely gone/missing (all mirrors appear completely black).

I'm not sure what conclusion to draw from this... Does the "textures/common/mirror" texture behave differently in 2.10 or should I perhaps use an entirely different texture to be 2.10 compatible?

Fan Missions - Cole Hurst 1: Eaton

Link to comment
Share on other sites

10 minutes ago, bwyan said:

all mirrors appear completely black

I have a suspicion that mirrors could've fallen victim to the same thing that also knocked out my parallel camera display screens (rev 9232, mentioned in tracker 5676). Maybe we can't have multiple subviews in parallel at the moment?

@bwyanIt would be interesting to see what happens to the mirrors if you try out a dev build before rev 9232 (and maybe also just after?).

  • Like 1
Link to comment
Share on other sites

14 minutes ago, Dragofer said:

It would be interesting to see what happens to the mirrors if you try out a dev build immediately before rev 9232 (and maybe also immediately after?).

@Dragofer I don't see rev 9232 on this list. Do I need to get a hold of that version in some other way besides using the installer?
image.png.49cd17d46681afef392629db78bd4ae5.png

Just FYI, I tested using dev16390-9648.

Fan Missions - Cole Hurst 1: Eaton

Link to comment
Share on other sites

33 minutes ago, bwyan said:

@Dragofer I don't see rev 9232 on this list. Do I need to get a hold of that version in some other way besides using the installer?
image.png.49cd17d46681afef392629db78bd4ae5.png

Just FYI, I tested using dev16390-9648.

Dev builds are snapshots of development taken at intervals, rather than with every single revision. In this case I'd suggest trying the dev builds before and after code rev 9232, so dev16215-9224 and dev16225-9284

  • Like 1
Link to comment
Share on other sites

@Dragofer

In dev16215-9224, the mirror texture is working as intended and the shading issue is present on the serving platters:

ch1_eaton_2021-11-28_11_44_19.jpg.c1157abc0e19a3e9111209cf4ef12e8e.jpg

In dev16225-9284, the mirror texture is no longer working and (curiously) the shading issue is still present:

ch1_eaton_2021-11-28_11_48_00.jpg.6d3630952dca7722669b22fde7333969.jpg

I hope this is helpful to you. Let me know if I can provide any other information that might be useful.

Edited by bwyan
  • Thanks 1

Fan Missions - Cole Hurst 1: Eaton

Link to comment
Share on other sites

5 hours ago, bwyan said:

@Dragofer

In dev16215-9224, the mirror texture is working as intended and the shading issue is present on the serving platters:

ch1_eaton_2021-11-28_11_44_19.jpg.c1157abc0e19a3e9111209cf4ef12e8e.jpg

In dev16225-9284, the mirror texture is no longer working and (curiously) the shading issue is still present:

ch1_eaton_2021-11-28_11_48_00.jpg.6d3630952dca7722669b22fde7333969.jpg

I hope this is helpful to you. Let me know if I can provide any other information that might be useful.

Thanks for investigating, that makes it more plausible that rev 9232 is the cause.

What would also be interesting is at what position in the map this room is: this can be done by entering getViewPos into the console. This should output a 6-figure vector (position + view angles) which somebody else can use with setViewPos to jump to that position in your map.

You can save your console log as a .txt file after the getViewPos command by typing condump mirrors.txt. Then you'll find mirrors.txt in your darkmod folder, and its last lines should have that vector.

Once you have that vector and a download link to 0.9, I think it's time to call in the dev cavalry (stgatilov/duzenko/cabalistic).

  • Like 1
Link to comment
Share on other sites

3 hours ago, Dragofer said:

Once you have that vector and a download link to 0.9, I think it's time to call in the dev cavalry (stgatilov/duzenko/cabalistic).

The view coordinates are:
5789.9 -1601.58 82.72   20.2 43.0 0.0

And here is a link to version 0.9: https://bwyan.dk/wp-content/uploads/ch1_eaton.pk4-0.9

Please note that I have manually renamed "ch1_eaton.pk4" to "ch1_eaton.pk4-0.9", so that it wouldn't conflict with my current beta version.

If you need additional testing help - do let me know!

Edited by bwyan

Fan Missions - Cole Hurst 1: Eaton

Link to comment
Share on other sites

@bwyanThanks!

I was wondering, if you delete the silver platters and add back one or all mirrors, do the mirrors work again in post-9232 dev builds? Could be you cant have both at once.

Link to comment
Share on other sites

9 hours ago, Dragofer said:

@bwyanThanks!

I was wondering, if you delete the silver platters and add back one or all mirrors, do the mirrors work again in post-9232 dev builds? Could be you cant have both at once.

I just tried deleting all the entities with shading issues in the room being discussed on version dev16390-9648 (map version 0.9 - link above) and this seems to have no effect on the mirror. The mirror texture was still black weather the serving platters were present in the sealed room or not.

  • Thanks 1

Fan Missions - Cole Hurst 1: Eaton

Link to comment
Share on other sites

Not sure if the following is helpful info, but I found that adding // before map textures/common/mirror.tga for shader textures/common/mirror returns the mirror effect on (those) mirrors in 2.10 . So after edit it looks like this:

Spoiler
textures/common/mirror
{
	description		"used for mirror subrenders"

	discrete		// never merge with other surfaces
	qer_editorimage textures/common/mirror.tga
	solid
	mirror
	{
		blend blend
		mirrorRenderMap
		// map textures/common/mirror.tga
	}
}

The camera# shaders also work again after a similar edit in the tdm_camera.mtr file.

Edited by datiswous
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.
      · 1 reply
    • 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...