Inglo
03-30-2001, 03:10 AM
Cut and paste into your Controls*.ctl:
Button
Name: TTRS Zoom Script
Key1: None
Key2: None
Pressed: plr_fFOV=20.0;hud_bshowweapon=0; inp_fmousesensitivity=inp_fmousesensitivity/1.99;
Released: plr_fFOV=90.0; hud_bshowweapon=1; inp_fmousesensitivity=1;
Button
Name: TTRS Toggle Netgraph/FPS
Key1: None
Key2: None
Pressed: hud_bShowNetGraph=!hud_bShowNetGraph;
hud_iStats=(hud_iStats+1)%2;
Released: ;
Button
Name: TTRS Toggle Netgraph
Key1: None
Key2: None
Pressed:hud_bShowNetGraph=!hud_bShowNetGraph;
Released: ;
Button Name: TTRS Toggle FPS
Key1: None
Key2: None
Pressed: hud_iStats=(hud_iStats+1)%2;
Released: ;
Button Name: TTRS Show Latency
Key1: None
Key2: None
Pressed: hud_bShowLatency = 1;
Released: hud_bShowLatency = 0;
Thanks to my pal SuperTech at AGQx for this stuff. I've got it all working fine. Try 'em you'll like 'em. If that all didn't show up right hopefully you'll be able to figure it out.
Button
Name: TTRS Zoom Script
Key1: None
Key2: None
Pressed: plr_fFOV=20.0;hud_bshowweapon=0; inp_fmousesensitivity=inp_fmousesensitivity/1.99;
Released: plr_fFOV=90.0; hud_bshowweapon=1; inp_fmousesensitivity=1;
Button
Name: TTRS Toggle Netgraph/FPS
Key1: None
Key2: None
Pressed: hud_bShowNetGraph=!hud_bShowNetGraph;
hud_iStats=(hud_iStats+1)%2;
Released: ;
Button
Name: TTRS Toggle Netgraph
Key1: None
Key2: None
Pressed:hud_bShowNetGraph=!hud_bShowNetGraph;
Released: ;
Button Name: TTRS Toggle FPS
Key1: None
Key2: None
Pressed: hud_iStats=(hud_iStats+1)%2;
Released: ;
Button Name: TTRS Show Latency
Key1: None
Key2: None
Pressed: hud_bShowLatency = 1;
Released: hud_bShowLatency = 0;
Thanks to my pal SuperTech at AGQx for this stuff. I've got it all working fine. Try 'em you'll like 'em. If that all didn't show up right hopefully you'll be able to figure it out.