Jump to content

black "rooms"


ATIMKOS

Recommended Posts

  • 2 weeks later...
Posted

Hi, first I would take a look into the folder of the room. If there isn't a _level_definiton.txt, you will have to create one or copy it from another room that is working. The more complicated part is to add and adjust lights in the room because you don't have the option to adjust the parameters in game, that means you will have to manually add the lights in the _level_definition.txt and enter the correct position and rotation.

 

  • 4 weeks later...
Posted

Hi, Do you hear sound and does the cursor change when you move the cursor of your mouse around? You most likely will have to edit the _level_definition.txt file. Would you mind uploading the file here so that I can take a look at it? It might also be good to take a look at the mainfx_errors.txt in the Binaries folder.

Posted

one possible issue could be a missing LUT that is defined. Open the lvl definition file with a text editor, look for LUT line and delete the address. Save the file, then alt+R ingame.

Posted
23 minutes ago, IIIlll said:

one possible issue could be a missing LUT that is defined. Open the lvl definition file with a text editor, look for LUT line and delete the address. Save the file, then alt+R ingame.

There's no lut line (in _level_definition.txt from R_Hospital_At_Night) . And this is from _level_definition.txt:


 

Spoiler

[environment]  
envmap = _env_pool.dds  
ambcolor = 1, 1, 2, 2
skycolor = 1, 1, 1, 2
hdr_exposure        = 0.1
hdr_bloom_clamp     = 1
hdr_bloom_amount     = 3
use_sun    = 0
use_envcolor = 1
use_skycolor = 0


[spot_1]
type = spotlight
position = 2.5, 3.3, -4
rotation = 0.0, 0.0, 0.0
color = 0.5, 0.75, 0.95, 2.6
bound_color = 1, 0.5, 0.0, 1.06
fov = 2
near    = 0.5
range = 3.5
fov_fade = 0
range_fade = 0

[spot_2]
type = spotlight
position = 2.5, 3.3, -1.5
rotation = 0.0, 0.0, 0.0
color = 0.5, 0.75, 0.95, 2.6
bound_color = 1, 0.5, 0.0, 1.06
fov = 2
near    = 0.5
range = 3.5
fov_fade = 0
range_fade = 0

[spot_3]
type = spotlight
position = 2.5, 3.3, 1.0
rotation = 0.0, 0.0, 0.0
color = 0.5, 0.75, 0.95, 2.6
bound_color = 1, 0.5, 0.0, 1.06
fov = 2
near    = 0.5
range = 3.5
fov_fade = 0
range_fade = 0

 

Posted
16 hours ago, ATIMKOS said:

There's no lut line (in _level_definition.txt from R_Hospital_At_Night) . And this is from _level_definition.txt:


 

  Hide contents

[environment]  
envmap = _env_pool.dds  
ambcolor = 1, 1, 2, 2
skycolor = 1, 1, 1, 2
hdr_exposure        = 0.1
hdr_bloom_clamp     = 1
hdr_bloom_amount     = 3
use_sun    = 0
use_envcolor = 1
use_skycolor = 0


[spot_1]
type = spotlight
position = 2.5, 3.3, -4
rotation = 0.0, 0.0, 0.0
color = 0.5, 0.75, 0.95, 2.6
bound_color = 1, 0.5, 0.0, 1.06
fov = 2
near    = 0.5
range = 3.5
fov_fade = 0
range_fade = 0

[spot_2]
type = spotlight
position = 2.5, 3.3, -1.5
rotation = 0.0, 0.0, 0.0
color = 0.5, 0.75, 0.95, 2.6
bound_color = 1, 0.5, 0.0, 1.06
fov = 2
near    = 0.5
range = 3.5
fov_fade = 0
range_fade = 0

[spot_3]
type = spotlight
position = 2.5, 3.3, 1.0
rotation = 0.0, 0.0, 0.0
color = 0.5, 0.75, 0.95, 2.6
bound_color = 1, 0.5, 0.0, 1.06
fov = 2
near    = 0.5
range = 3.5
fov_fade = 0
range_fade = 0

 

this looks like an older hook level definition, i suggest u try using the level definition from another room that is working as @Titanoboa Serpentes suggested. Also u should get the full version of hook 5, it has been leaked for a while now. then u will be able to modify the lighting to ur liking 

Posted

@ATIMKOS Do you have the _env_pool.dds  in the ActiveMod folder of the room? I haven't used the basic version for at least a year, so you might want to get the extended version. There seem to be certain parameters for the environment missing, but I am guessing.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...