The Hud - The view
Posted: 05 Jul 2010, 08:40
As i can see, everyone who has seen some screenshots of me cannot sleep...
What is that for a HUD?
Can u tell my how changed the positions of that?
If u are that much interested in the shit i will show
Some general stuff:
You have to create files named "whateveryouwant".cfg and fill in the lines i said. Save them in your /nexuiz/data folder. Same folder where your config.cfg file is placed.
Add a file called autoexec.cfg in the same directory. Fill in
Okay here are my settings of the view:
my view.cfg:
wanna take nice screenshots??
use this alias:
Type "screen" in your console, take the screenshots, type "screen" in console...
( This alias is filled in view.cfg, if u download the zip file)
your media.........
your autoexec can look like this:
fps.cfg is the "higher fps config" of el_Bart0
if your nexuiz is dark u can change the colors with v_colors
standard is:
i changed to:
some pictures:
my view: changes are yellow marked... green shows possible chat are... normal is 0.6 of screen-width, changed to 0.85
i forgot to mark the speed and acceleration bar.... btw acceleration is not shown, cause if u stay there is no acceleration.
the huderease:
to compare there are two pictures with no view.cfg settings and two with
first picture standard settings .... second my settings at least there is a zip file, that u can unpack in your /nexuiz/data folder
What is that for a HUD?
Can u tell my how changed the positions of that?
If u are that much interested in the shit i will show
Some general stuff:
You have to create files named "whateveryouwant".cfg and fill in the lines i said. Save them in your /nexuiz/data folder. Same folder where your config.cfg file is placed.
Add a file called autoexec.cfg in the same directory. Fill in
Code: Select all
exec "whateveryouwant".cfg
my view.cfg:
Code: Select all
// view.cfg for better gameplay :-D created by It's Me
viewsize 100 // normal hud view
r_drawviewmodel 1 // shows weapon
cl_teamradar 1 // shows radar
showdate "1"
showdate_format "%d.%m"
showfps "1"
showtime "1"
showturtle "1"
showtopspeed 0
shownetgraph 0
sbar_info_pos 540 // moves the infos at the y-axis.
sbar_alpha_bg 0.5
sbar_alpha_fg 0.8
sbar_color_bg_team 0.7 // this three values define the colors of the hud
sbar_showcurrentammo 1
sbar_border_thickness 3 // the border of the hud
sbar_scoreboard_alpha_bg 0.5
sbar_scoreboard_highlight 0
sbar_width 600 // defines scoreboard ..... with 600 you can see full longer names
cl_showpressedkeys 2 // showpressedkeys at every time
cl_showpressedkeys_position "1 0.9" // position of showpressedkeys first value x-axis second y-axis
cl_showacceleration 1
cl_showacceleration_position 0.01
cl_showacceleration_size 13
cl_showacceleration_scale 6 // acceleration (you are nexrunner? YOU NEED THAT)
//include z axis
//cl_showacceleration_z 1
cl_showspeed 1 // wanna have shown speed?
cl_showspeed_position 0.035
cl_showspeed_size 18
cl_showspeed_unit 2
//include z axis
//cl_showspeed_z 1
con_chatwidth 0.85
con_chatpos -6
con_chattime 45
con_chat 4
con_notify 3 // those 5 values define your chat and notify system
scr_conbrightness 1
scr_conalpha 0.85 // your console will look better ^^
use this alias:
Code: Select all
alias +screen " set crosshair_backup $crosshair ; crosshair 0; cl_hidewaypoints 1; r_letterbox 1; alias screen -screen"
alias -screen " crosshair $crosshair_backup ; cl_hidewaypoints 0; r_letterbox 0; alias screen +screen"
alias screen +screen
( This alias is filled in view.cfg, if u download the zip file)
your media.........
Code: Select all
// media.cfg
// demo and screenshot settings by It's Me
cl_autodemo "1" //autodemo
cl_capturevideo_ogg 1 // videos in ogv
cl_autodemo_nameformat "demos/ItsMeCapBot_%Y-%m-%d_%H-%M" // changes the name of your videos
scr_screenshot_name ItsMe. // changes the name of your screenshots
your autoexec can look like this:
Code: Select all
exec effects-low.cfg
exec fps.cfg
exec media.cfg
exec view.cfg
if your nexuiz is dark u can change the colors with v_colors
standard is:
Code: Select all
v_color_black_r 0
v_color_black_g 0
v_color_black_b 0
v_color_grey_r 0.5
v_color_grey_g 0.5
v_color_grey_b 0.5
v_color_white_r 1
v_color_white_g 1
v_color_white_b 1
v_color_enable 0
Code: Select all
v_color_black_r 0
v_color_black_g 0
v_color_black_b 0
v_color_grey_r 0.5
v_color_grey_g 0.5
v_color_grey_b 0.5
v_color_white_r 1.35
v_color_white_g 1.35
v_color_white_b 1.35
//enable with v_color_enable 1
v_color_enable 1
alias vc "v_color_enable 1"
alias nvc "v_color_enable 0"
some pictures:
my view: changes are yellow marked... green shows possible chat are... normal is 0.6 of screen-width, changed to 0.85
i forgot to mark the speed and acceleration bar.... btw acceleration is not shown, cause if u stay there is no acceleration.
the huderease:
to compare there are two pictures with no view.cfg settings and two with
first picture standard settings .... second my settings at least there is a zip file, that u can unpack in your /nexuiz/data folder