#1 2014-12-29 06:49:58

Derpgoose
Member

Dark scenes

Hi guys, i'm new here. I've been working on a mod on Doom 3 source but have been unsatisfied with fps drops, however the Doom 3 BFG source gives faster frame rates and has support multi-core cpu's, only problem is issues arising from a lack of support in GTKradiant for the BFG source. I am considering switching to Tesseract for the project, however i'd like to mimic the dark environments found in Doom 3. Is there any way to currently do this in Tesseract through console or maybe implementing GLSL code from the BFG source code? Sorry i'm not a coder, mainly artist.

Offline

#2 2014-12-29 08:36:09

ThaOneDon
Member

Re: Dark scenes

Just mess with lightmaps and configs, turn off/down most lightsources and it should look similar

Offline

#3 2014-12-29 09:27:52

Unnamed
Member

Re: Dark scenes

Turn off the screen-space ambient occlusion (/ambient 0 0 0).

Offline

#4 2014-12-30 04:18:51

Derpgoose
Member

Re: Dark scenes

Thank you for the advice guys, the /ambient command worked well. I'll post results as soon as I have all my textures in the game.

Offline

#5 2014-12-30 23:22:14

kurtk8484
Member

Re: Dark scenes

You can also turn off all the environmental lighting with:
/sunlight 0 0 0
/skylight 0 0 0

Offline

Board footer