Posts: 9
Threads: 1
Likes Received: 5 in 3 posts
Likes Given: 1
Joined: Apr 2023
Reputation:
Sex: Undisclosed
06-16-2023, 01:40 AM
(This post was last modified: 06-16-2023, 01:40 AM by Synfinity.)
Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu.
Posts: 193
Threads: 10
Likes Received: 344 in 111 posts
Likes Given: 1,361
Joined: Apr 2021
Reputation:
        
Sex: Male
Country:
(06-16-2023, 01:40 AM)Synfinity Wrote: [To see links please log-in or register here] Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu. Did you checked the Optman.exe?
I assume you already checked the customizer special settings?
The Whole World Is A Piece Of Shit But You Have To Handle It.
Posts: 9
Threads: 1
Likes Received: 5 in 3 posts
Likes Given: 1
Joined: Apr 2023
Reputation:
Sex: Undisclosed
(06-16-2023, 07:05 PM)Daspex Wrote: [To see links please log-in or register here] (06-16-2023, 01:40 AM)Synfinity Wrote: [To see links please log-in or register here] Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu. Did you checked the Optman.exe?
I assume you already checked the customizer special settings?
2nd example is what I'm talking about. You adjust those and it affects the lighting on the models themselves, but not the rooms. Some rooms it does, some it doesn't. Like the Dome of Pain, it doesn't register those lighting changes. I think it's a setting within each room's, .bs files but for the life of me I can't find it now or remember it. I know I adjusted it successfully before, but my old PC died and took the HDD with it, so I am working with a fresh install and trying to get settings back to where I had them.
Posts: 193
Threads: 10
Likes Received: 344 in 111 posts
Likes Given: 1,361
Joined: Apr 2021
Reputation:
        
Sex: Male
Country:
(06-16-2023, 01:40 AM)Synfinity Wrote: [To see links please log-in or register here] Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu.
Maybe you have to set some values for the meshes so that they are able to reflect someting?
RenderMaterial.AmbientColor Vector3f( 0, 0, 0 );
RenderMaterial.SpecularColor Vector3f( 0, 0, 0 );
RenderMaterial.EmissionColor Vector3f( 0, 0, 0 );
RenderMaterial.Shininess F32(50);
The Whole World Is A Piece Of Shit But You Have To Handle It.
Posts: 9
Threads: 1
Likes Received: 5 in 3 posts
Likes Given: 1
Joined: Apr 2023
Reputation:
Sex: Undisclosed
(06-20-2023, 10:20 PM)Daspex Wrote: [To see links please log-in or register here] (06-16-2023, 01:40 AM)Synfinity Wrote: [To see links please log-in or register here] Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu.
Maybe you have to set some values for the meshes so that they are able to reflect someting?
RenderMaterial.AmbientColor Vector3f( 0, 0, 0 );
RenderMaterial.SpecularColor Vector3f( 0, 0, 0 );
RenderMaterial.EmissionColor Vector3f( 0, 0, 0 );
RenderMaterial.Shininess F32(50);
I think that's it. In the room.bs file?
Posts: 193
Threads: 10
Likes Received: 344 in 111 posts
Likes Given: 1,361
Joined: Apr 2021
Reputation:
        
Sex: Male
Country:
(06-22-2023, 12:14 AM)Synfinity Wrote: [To see links please log-in or register here] (06-20-2023, 10:20 PM)Daspex Wrote: [To see links please log-in or register here] (06-16-2023, 01:40 AM)Synfinity Wrote: [To see links please log-in or register here] Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu.
Maybe you have to set some values for the meshes so that they are able to reflect someting?
RenderMaterial.AmbientColor Vector3f( 0, 0, 0 );
RenderMaterial.SpecularColor Vector3f( 0, 0, 0 );
RenderMaterial.EmissionColor Vector3f( 0, 0, 0 );
RenderMaterial.Shininess F32(50);
I think that's it. In the room.bs file?
Yes.
The Whole World Is A Piece Of Shit But You Have To Handle It.
Posts: 9
Threads: 1
Likes Received: 5 in 3 posts
Likes Given: 1
Joined: Apr 2023
Reputation:
Sex: Undisclosed
(06-22-2023, 01:30 AM)Daspex Wrote: [To see links please log-in or register here] (06-22-2023, 12:14 AM)Synfinity Wrote: [To see links please log-in or register here] (06-20-2023, 10:20 PM)Daspex Wrote: [To see links please log-in or register here] (06-16-2023, 01:40 AM)Synfinity Wrote: [To see links please log-in or register here] Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu.
Maybe you have to set some values for the meshes so that they are able to reflect someting?
RenderMaterial.AmbientColor Vector3f( 0, 0, 0 );
RenderMaterial.SpecularColor Vector3f( 0, 0, 0 );
RenderMaterial.EmissionColor Vector3f( 0, 0, 0 );
RenderMaterial.Shininess F32(50);
I think that's it. In the room.bs file?
Yes.
Thanks, dude.
Posts: 193
Threads: 10
Likes Received: 344 in 111 posts
Likes Given: 1,361
Joined: Apr 2021
Reputation:
        
Sex: Male
Country:
(06-22-2023, 11:55 PM)Synfinity Wrote: [To see links please log-in or register here] (06-22-2023, 01:30 AM)Daspex Wrote: [To see links please log-in or register here] (06-22-2023, 12:14 AM)Synfinity Wrote: [To see links please log-in or register here] (06-20-2023, 10:20 PM)Daspex Wrote: [To see links please log-in or register here] (06-16-2023, 01:40 AM)Synfinity Wrote: [To see links please log-in or register here] Someone told me how to do this before, but I can't remember how. In some rooms the scenery does not reflect light source changes from the menu. There was an adjustment you could make, but I can't remember.
NOT H5 lighting, but the built in lighting from the context menu.
Maybe you have to set some values for the meshes so that they are able to reflect someting?
RenderMaterial.AmbientColor Vector3f( 0, 0, 0 );
RenderMaterial.SpecularColor Vector3f( 0, 0, 0 );
RenderMaterial.EmissionColor Vector3f( 0, 0, 0 );
RenderMaterial.Shininess F32(50);
I think that's it. In the room.bs file?
Yes.
Thanks, dude. You are always welcome. ☺
The Whole World Is A Piece Of Shit But You Have To Handle It.
|