Moderators: Nexuiz Moderators, Moderators
Revenant wrote:@Urmel...: And what are you hoping to see inside of those blinds?I'll probably give the blinds a glow map, so its like there is lights on inside.
esteel wrote:Sure its viewsize 120
I use those nifty little binds:
- Code: Select all
bind "kp_end" "slowmo 0.1"
bind "kp_downarrow" "slowmo 0.2"
bind "kp_pgdn" "slowmo 0.3"
bind "kp_leftarrow" "slowmo 0.5"
bind "kp_5" "slowmo 1"
bind "kp_rightarrow" "slowmo 2"
bind "kp_home" "slowmo 3"
bind "kp_uparrow" "slowmo 5"
bind "kp_pgup" "slowmo 10"
bind "kp_ins" "pausedemo"
bind "kp_del" "stopdemo"
bind "kp_enter" "capturevideo"
bind "kp_plus" "capturevideo"
bind "kp_minus" "freeview"
bind "kp_multiply" "demoview"
bind "kp_slash" "thirdperson"
alias "capturevideo" "toggle cl_capturevideo"
alias "+freeview" "set viewsize_backup $viewsize; set viewsize 120; set crosshair_backup $crosshair; set crosshair 0; set con_notify_backup $con_notify; set con_notify 0; set con_chat_backup $con_chat; set con_chat 0; set r_drawviewmodel_backup $r_drawviewmodel; set r_drawviewmodel 0; set showtime_backup $showtime; set showtime 0; set showfps_backup $showfps; set showfps 0; alias freeview -freeview"
alias "-freeview" "set viewsize $viewsize_backup; set crosshair $crosshair_backup; set con_notify $con_notify_backup; set con_chat $con_chat_backup; set r_drawviewmodel $r_drawviewmodel_backup; set showtime $showtime_backup; set showfps $showfps_backup; alias freeview +freeview"
alias "freeview" "+freeview"
alias "+demoview" "set viewsize_backup $viewsize; set viewsize 100; set crosshair_backup $crosshair; set crosshair 1; set con_notify_backup $con_notify; set con_notify 0; set con_chat_backup $con_chat; set con_chat 0; set r_drawviewmodel_backup $r_drawviewmodel; set r_drawviewmodel 1; set showtime_backup $showtime; set showtime 0; set showfps_backup $showfps; set showfps 0; alias demoview -demoview"
alias "-demoview" "set viewsize $viewsize_backup; set crosshair $crosshair_backup; set con_notify $con_notify_backup; set con_chat $con_chat_backup; set r_drawviewmodel $r_drawviewmodel_backup; set showtime $showtime_backup; set showfps $showfps_backup; alias demoview +demoview"
alias "demoview" "+demoview"
alias "thirdperson" "toggle chase_active"
freeview hides anything from the screen, crosshair, hud, messages on the top and chat, weapon, time and fps display
demoview almost the same but displays full hud, crosshair 1 and weapon.
But please remember to press these two key twice to restore your own settings or you will have an empty screen after restart.. i was too lazy to make this better
tZork wrote:Oh naughty you, so you just made a alias combo to dis/re enable the screen clutter when asked what cvars was invloved.. you lazy 'ol bugger![]()
Is there any way to do basic math and string stuff in the console? im guessing the answer is no.. but im hoping its yes
tZork wrote:Is there any way to do basic math and string stuff in the console? im guessing the answer is no.. but im hoping its yes
Revenant wrote:I would like this to. It would mean that i could make a bind for rotating the camera view in thirdperson
Users browsing this forum: No registered users and 1 guest