Jump to content

Recommended Posts

Posted

Greetings..seems some reason my screen so dark on silent..I'm ok on j1...i can change brightness with r_gamma ..on silent r_gamma not work.in console...I try to calibrate brightness with slider.....I tried set recommended in system..goes even darker..no clue ..is brightness fixed on silent server side? Can I do some command in console to reset all auto config..I have no config of my own..all my stuff i set in game and it is saved on auto config..any ideas..thanks in advance -.-

Posted

r_gamma not working sounds like r_ignorehwgamma is set to "1"

try verify your r_ignorehwgamma value then if its "1" set it to "0" 

and normally r_gamma should work i think....

  • Like 1
Posted

R_gamma just works when r_ignorehwgamma is on 0. Anyways try this 1. R_mapoverbrightbits 3. Hoped this helped :)

  • Like 1
Posted

Yoy can also try r_overbrightbits. On my phone so cant check values but when it comes to gamma you have around 4 cmds

R_ignorehwgamma

R_gamma

R_mapoverbrightbits

R_overbrightbits

 

I will check my cfg for the values.

Also check the brightness on your monitor

Posted

Here is a gamma script you can just copy and paste and change the numbers as you need;

 

// GAMMA!
// use - & + to cycle through gammas
bind KP_PLUS "vstr gup"
bind KP_MINUS "vstr gdn"
set gdn vstr gamma10
set gup vstr gamma11
set gamma00 "set r_gamma 1.9;set gdn vstr gamma10;set gup vstr gamma01;echo ^pGamma^1MIN^2========="
set gamma01 "set r_gamma 2.0;set gdn vstr gamma00;set gup vstr gamma02;echo ^pGamma^2=^1|^2=========="
set gamma02 "set r_gamma 2.1;set gdn vstr gamma01;set gup vstr gamma03;echo ^pGamma^2==^1|^2========="
set gamma03 "set r_gamma 2.2;set gdn vstr gamma02;set gup vstr gamma04;echo ^pGamma^2===^1|^2========"
set gamma04 "set r_gamma 2.3;set gdn vstr gamma03;set gup vstr gamma05;echo ^pGamma^2====^1|^2======="
set gamma05 "set r_gamma 2.4;set gdn vstr gamma04;set gup vstr gamma06;echo ^pGamma^2=====^1|^2======"
set gamma06 "set r_gamma 2.5;set gdn vstr gamma05;set gup vstr gamma07;echo ^pGamma^2======^1|^2====="
set gamma07 "set r_gamma 2.6;set gdn vstr gamma06;set gup vstr gamma08;echo ^pGamma^2=======^1|^2===="
set gamma08 "set r_gamma 2.7;set gdn vstr gamma07;set gup vstr gamma09;echo ^pGamma^2========^1|^2==="
set gamma09 "set r_gamma 2.8;set gdn vstr gamma08;set gup vstr gamma10;echo ^pGamma^2=========^1|^2=="
set gamma10 "set r_gamma 2.9;set gdn vstr gamma09;set gup vstr gamma11;echo ^pGamma^2==========^1|^2="
set gamma11 "set r_gamma 3.0;set gdn vstr gamma010;set gup vstr gamma00;echo ^pGamma^2===========^1MAX"

 

To cycle through them use key or number pad up or down.
 

Posted

I haven't tried yet..I don't play much..maybe later today..I'm sure it will get sorted thanks :)

Posted

Yeah..thanks..seems fixed itself lol ..buged out ..I did commands anyway.. hard to stay on silent and do config in spec without getting kicked..did when less people on..thanks : )

Posted

Here is a gamma script you can just copy and paste and change the numbers as you need;

 

// GAMMA!

// use - & + to cycle through gammas

bind KP_PLUS "vstr gup"

bind KP_MINUS "vstr gdn"

set gdn vstr gamma10

set gup vstr gamma11

set gamma00 "set r_gamma 1.9;set gdn vstr gamma10;set gup vstr gamma01;echo ^pGamma^1MIN^2========="

set gamma01 "set r_gamma 2.0;set gdn vstr gamma00;set gup vstr gamma02;echo ^pGamma^2=^1|^2=========="

set gamma02 "set r_gamma 2.1;set gdn vstr gamma01;set gup vstr gamma03;echo ^pGamma^2==^1|^2========="

set gamma03 "set r_gamma 2.2;set gdn vstr gamma02;set gup vstr gamma04;echo ^pGamma^2===^1|^2========"

set gamma04 "set r_gamma 2.3;set gdn vstr gamma03;set gup vstr gamma05;echo ^pGamma^2====^1|^2======="

set gamma05 "set r_gamma 2.4;set gdn vstr gamma04;set gup vstr gamma06;echo ^pGamma^2=====^1|^2======"

set gamma06 "set r_gamma 2.5;set gdn vstr gamma05;set gup vstr gamma07;echo ^pGamma^2======^1|^2====="

set gamma07 "set r_gamma 2.6;set gdn vstr gamma06;set gup vstr gamma08;echo ^pGamma^2=======^1|^2===="

set gamma08 "set r_gamma 2.7;set gdn vstr gamma07;set gup vstr gamma09;echo ^pGamma^2========^1|^2==="

set gamma09 "set r_gamma 2.8;set gdn vstr gamma08;set gup vstr gamma10;echo ^pGamma^2=========^1|^2=="

set gamma10 "set r_gamma 2.9;set gdn vstr gamma09;set gup vstr gamma11;echo ^pGamma^2==========^1|^2="

set gamma11 "set r_gamma 3.0;set gdn vstr gamma010;set gup vstr gamma00;echo ^pGamma^2===========^1MAX"

 

To cycle through them use key or number pad up or down.

 

 

 

i got error when i try this. so i had to put gamma on a fixed number.

"set DeviceGammaRamp failed"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.