67edfea95859f

67edfea95be3c
16 Guests are here.
 

67edfea95c85bZylonBane

67edfea95c8cc
Dark lighting doesn't care about level geometry beyond whether it blocks raycast from a light source to the model's center point.
67edfea95ccf2
I see. Then the change came from the changed position and not me moving it slightly out of the recess.
Well, just check the new model and tell me if it improved anything.

67edfea95cf96ZylonBane

67edfea95cfea
Didn't help much. Here's a screenshot of the locker and a vanilla object with an omnilight equidistant between them.



I suspect this lighting issue might be caused by the nonstandard export configuration imposed on this and the broken locker model, with the bounding box being very different from the actual size of the model. It also negatively affects visibility calculations, with the model sometimes disappearing before it's completely off-screen.

Well, these models were created back in the early days of SCP when we were trying to come up with drop-in replacements that wouldn't require moving the original models (much). These days we're fine with moving things around to accommodate new models.

I propose creating new (well, based on the originals) locker and broken locker models.
- The locker and broken locker models should be identical other than the light color.
- They should be exported with no weirdness-- centered and with bounding box same as actual size.
- They should have the back chopped off so the "locker" part is only deep enough to bring the total model depth to 0.5. This will be shallow enough so the frob brackets won't be huge (the original reason the small bounding box was hacked in), provide just enough locker depth to have them sticking out of the wall a bit, and by keeping the centerpoint in front of the model (since the stick-out part is 0.313 units deep) would allow embedding nearly flush in walls without disappearing.

SCP displays a static bitmap when searching lockers, so players would never see how shallow the model really is.

I'm tempted to also ask for recessing the "grill" part of the model if that's not too much trouble, but I'm not sure how deep it should be (not very, I'd think) or if it would even look good.

Anyway, does that all seem like a sensible course of action?
67edfea95d132
I can take a look at it, but probably will be in like 2-3 weeks as I'm away soon and still need to take care of some things.

67edfea95d272ZylonBane

67edfea95d311
That's fine. I've been playing around with this and even the original model has the weird lighting issue. Still has it after running the model through bintoe/bsp. Something is cursed about this model.

67edfea95d853eldrone

67edfea95d8b3
ZylonBane
Was playing around with this because the rendering issue had me confused too, so I imported the previously posted locker.bin and re-exported it, and I'm not having much issues.

This is with the old nemyax blender script and newdark.

( forgot to set emission on the green, so ignore that)

67edfea95dc5feldrone

67edfea95dcc7
With that said, I almost always exclusively use these settings:

sort: by vertex group
origin: object origin
export only: selected

67edfea95de5dZylonBane

67edfea95deb5
Have you tried testing with the primary light source directly in front of it? For some reason it lights fine with distant sources, but at 6 units away the face abruptly becomes darker than the nub, and gets even darker as the light is moved closer.

I am bearing in mind that low-poly vertex-lit surfaces can have this problem when light sources get too close to them, but this model is lighting much darker than other boxy models.

This usually isn't a problem since most lights are far away from the lockers, but on some levels like command2 the mapper specifically put small brush lights in front of the lockers to help make them more visible, and they just don't work. At least, not in a visually coherent manner.

67edfea95e2eaeldrone

67edfea95e34b
Have you tried testing with the primary light source directly in front of it? For some reason it lights fine with distant sources, but at 6 units away the face abruptly becomes darker than the nub, and gets even darker as the light is moved closer.

I am bearing in mind that low-poly vertex-lit surfaces can have this problem when light sources get too close to them, but this model is lighting much darker than other boxy models.

This usually isn't a problem since most lights are far away from the lockers, but on some levels like command2 the mapper specifically put small brush lights in front of the lockers to help make them more visible, and they just don't work. At least, not in a visually coherent manner.




I think I know what's going on here: and it can be solved with adding more polygons.

Basically the vertices being lit up are not within reach or influenced by the light, while the nub, being smaller will be lit up by that light because those vertices are being influenced enough.

67edfea95e4d0ZylonBane

67edfea95e529
Aaaaahhhh it's the damn smoothing groups. Since the default smoothing threshold is 120 degrees, even the perfectly boxy shape of this thing doesn't force a smoothing crease, so the unlit sides drag down the illumination of the front. Changing the side material to flat shaded fixes it.

@Olfred if you haven't left yet, please re-export your original 2014 locker.bin and lockerb.bin with the "grey" material set to flat shaded and nothing else changed.
67edfea95e6f0
I made the box itself with sharp edges, and where the front thing meets the faceplate there is a sharp edge as well.
« Last Edit: 28. March 2025, 20:09:21 by Moderator »

67edfea95e87eZylonBane

67edfea95e8d8
On the left is the model you just posted. On the right is the vanilla locker model, converted to E, all materials except LOKER changed to flat-shaded, then converted back to BSP. That version lights correctly, but isn't usable for SCP because it's missing the custom bounding box.



If I had to guess I'd say the Gouraud-shaded sides on your revision are somehow still clawing away brightness from the front even though there's a hard crease, but I don't really know.
67edfea95ea23
With the exporter I can't control if it's flat or gouraud. At least as far as I know. So I created sharp edges which should in theory behave like flat shaded. But this is the Dark engine we're talking about.
I set the front plate and the grey box to flat in Blender. Maybe it will export differently.

67edfea95eb59ZylonBane

67edfea95ebab
Hold, up, frick, I messed something up with testing the previous model. What you did DID fix it!



If you could do what you did to this model to your lockerb model, that should be enough for now.
67edfea95eccb
So should I do the thing I did with the last, or with the previous one?
And if I only need to do that, and not all the other (complicated) stuff, I can squeeze it in there.
Good eye with spotting it was a shading issue  :thumb:

67edfea95ee21eldrone

67edfea95ee71
It's essentially a falloff and vertex lighting issue when it comes to very small lights.

some vertices are outside the range of influence of that light, or might have their normal pointing out in the wrong direction.

Meanwhile the center of the surface has no vertex, so there's nothing to be lit, but this is for example while the nubbin' gets lit up, it has a bunch of vertices small enough to be inside the center of the thing.

Another case where per pixel lighting would've solved the issue.


But like with everything in original ss2, the other issue that the object is essentially a rounded box, not a perfectly cubic shape, which by splitting up edges and making every side its own polygon makes the normals be flat instead of gourad.

67edfea95ef8aeldrone

67edfea95efda
An example:

The light trying to hit that vertex will have a normal that is essentially perpendicular to the light, the angle is not correct for it to be lit up, so it wont.

But by splitting the edges suddenly this vertex has a normal that makes more sense to be lit up, and will be lit up more correctly.

67edfea95f344ZylonBane

67edfea95f3da
So should I do the thing I did with the last, or with the previous one?
The one before the most recent one. Uh, this one: https://www.systemshock.org/index.php?topic=5970.msg158107#msg158107
67edfea95f514
Did the lockerb the same way now.
(I included the locker.bin for completeness/archiving sake, no need to copy it again)
« Last Edit: 29. March 2025, 23:20:06 by Moderator »
Acknowledged by: ZylonBane

67edfea95f674ZylonBane

Acknowledged by: Olfred

Your name:
This box must be left blank:

How can you challenge a perfect, immortal ____? (Fill in the missing word):
16 Guests are here.
Ordinarily, cameras beep at you to announce "Hey over here! I see you!
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
67edfea96026c