Jump to content
  • 0

Dyndolod sse ini - How to Uncomment


DaveW

Question

Hi, sorry for what sounds like an easy question to some. According to step when adding EVLAS to my load order and running dyndolod i should consider uncommenting/removing DoubleSidedTextureMask=mountain,mtn.

My sse ini file (that part of it) looks like this 

; set the double_sided shader flag in object LOD *.bto meshes on these lists of meshes / textures masks (partial filename) for mods like Dynamic Volumetric Lighting and Sun Shadows or Enhanced Volumetric Lighting and Shadows (EVLaS)
; see https://dyndolod.info/Help/Terrain-Underside
;DoubleSidedTextureMask=mountain,mtn
;DoubleSidedMeshMask=
 

So what should i do here because it doesnt look like this needs changing or does it?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Remove the semicolon at the start of the line to uncomment the line.

;DoubleSidedTextureMask=mountain,mtn

Add a semicolon at the start of the line to comment the line.

DoubleSidedTextureMask=mountain,mtn

 

Link to comment
Share on other sites

  • 0

Thankyou, 

So why does the dyndolod support page say uncomment/remove

the remove got me confused as it implies the line is active.

Im a noob at this so its probably me misunderstanding something completely 

Edited by DaveW
Link to comment
Share on other sites

  • 0
2 hours ago, DaveW said:

Thankyou, 

So why does the dyndolod support page say uncomment/remove

the remove got me confused as it implies the line is active.

Im a noob at this so its probably me misunderstanding something completely 

commenting/removing deactivates the line from being interpreted by the program. Commenting is always best, since it preserves the information.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines, Privacy Policy, and Terms of Use.