General Howard Posted March 6, 2018 Posted March 6, 2018 Ok, so I’m just wondering if anyone knows or can point me in the right direction, as to what all the dynamic glow and dynamic light commands are, in the console? r_dynamiclight = 1 (I know “1” is to turn on dynamic light and “0” is to turn it off)r_DynamicGlowWidth = 320r_DynamicGlowSoft = 1r_DynamicGlowPasses = 5r_DynamicGlowIntensity = 1.13fr_DynamicGlowHeight = 240r_DynamicGlowDelta = 0.8f If there’s any info anywhere, regarding this.. It’d be a big help.Thanks! Smoo likes this
Circa Posted March 6, 2018 Posted March 6, 2018 r_dynamicGlow 0-1 of course. Not the same as r_dynamicLight. Droidy365 likes this
AshuraDX Posted March 6, 2018 Posted March 6, 2018 r_dynamicGlow 0-1 of course. Not the same as r_dynamicLight.Atleast in OJK r_dynamicGlow 2 is a thing.That renders only the glows. In OJK you can Also type R_dynamicG and press tab to get a list of suggestions for the auto completion, which should nicely list all of the commands General Howard likes this
Ramikad Posted March 6, 2018 Posted March 6, 2018 r_dynamicGlow can also be set to 2 in base JA, and works the same way, only rendering the glow on a black background. Circa likes this
AshuraDX Posted March 6, 2018 Posted March 6, 2018 r_dynamicGlow can also be set to 2 in base JA, and works the same way, only rendering the glow on a black background.Good to know General Howard likes this
Tempust85 Posted March 6, 2018 Posted March 6, 2018 @@Xycaleth can probably answer what the other cvars do.
ent Posted March 7, 2018 Posted March 7, 2018 r_dynamicLight toggles lights on walls of your saber and similar things with a light source.r_DynamicGlow* - it is better to see yourself what it changes.Change one value a bit, do vid_restart and see. Then change another and so on.Atleast in OJK r_dynamicGlow 2 is a thing.That renders only the glows.In OJK you can Also type R_dynamicG and press tab to get a list of suggestions for the auto completion, which should nicely list all of the commandsAll that said works the same in the original engine.Basically you just adjust how the dynamic glow will look like: its power, its spreadness etc. It is not SO special.
AshuraDX Posted March 7, 2018 Posted March 7, 2018 r_dynamicLight toggles lights on walls of your saber and similar things with a light source.r_DynamicGlow* - it is better to see yourself what it changes.Change one value a bit, do vid_restart and see. Then change another and so on.All that said works the same in the original engine.Basically you just adjust how the dynamic glow will look like: its power, its spreadness etc. It is not SO special.Huh, I could have sworn that the base game did not offer the suggestion list for partially entered commands.
Xycaleth Posted March 7, 2018 Posted March 7, 2018 Ok, so I’m just wondering if anyone knows or can point me in the right direction, as to what all the dynamic glow and dynamic light commands are, in the console? r_dynamiclight = 1 (I know “1” is to turn on dynamic light and “0” is to turn it off)r_DynamicGlowWidth = 320r_DynamicGlowSoft = 1r_DynamicGlowPasses = 5r_DynamicGlowIntensity = 1.13fr_DynamicGlowHeight = 240r_DynamicGlowDelta = 0.8f If there’s any info anywhere, regarding this.. It’d be a big help.Thanks! r_dynamicLight, ent has already explained. I don't know for sure how the r_dynamicGlow cvars are used, but I do know how dynamic glow works so here's my educated guess: Any models with shader stage that has a "glow" keyword will have it's glowy portions rendered again to an off-screen image. I think r_dynamicGlowWidth and r_dynamicGlowHeight control the size of this off-screen image. Once all the glowy stages are rendered, you blur the off-screen image a few times. r_dynamicGlowPasses controls how many times, and r_dynamicGlowDelta controls how much to blur. Finally, you blend this off-screen image with what you have on the screen. r_dynamicGlowIntensity controls how strongly to blend and r_dynamicGlowSoft controls the type of blend. Like ent said, if you load a map with cheats on you can see how each of the cvars affects the size of the glow, and the quality. You don't need to run vid_restart after changing each one (except for r_dynamicGlowWidth and r_dynamicGlowHeight maybe?), they'll take effect immediately. General Howard and ent like this
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now