Page 1 of 1

The Hud - The view

Posted: 05 Jul 2010, 08:40
by It'sMe
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 :-D

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
Okay here are my settings of the view:
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 ^^

wanna take nice screenshots??

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

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.........

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
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:

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
i changed to:

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:
ItsMe.000007.jpg
ItsMe.000007.jpg (424.65 KiB) Viewed 19448 times
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:
ItsMe.000008.jpg
ItsMe.000008.jpg (89.99 KiB) Viewed 19448 times


to compare there are two pictures with no view.cfg settings and two with
first picture standard settings .... second my settings
ItsMe.000013.jpg
ItsMe.000013.jpg (144.51 KiB) Viewed 19448 times
ItsMe.000014.jpg
ItsMe.000014.jpg (143.49 KiB) Viewed 19448 times
ItsMe.000010.jpg
ItsMe.000010.jpg (151.55 KiB) Viewed 19448 times
ItsMe.000011.jpg
ItsMe.000011.jpg (157.84 KiB) Viewed 19448 times
at least there is a zip file, that u can unpack in your /nexuiz/data folder
data.zip
(1.24 KiB) Downloaded 808 times

Re: The Hud - The view

Posted: 05 Jul 2010, 09:58
by evil_mercenary
great work man :D
really nice to be able to play about with this, especially for screenshots, as you said :-p
thanks man appreciated
(rep +1)

i know we dont have a rep system here...but still :-p

Re: The Hud - The view

Posted: 05 Jul 2010, 17:05
by It'sMe
....

Re: The Hud - The view

Posted: 06 Jul 2010, 10:12
by Slup
rofl
nice its me :o

Re: The Hud - The view

Posted: 06 Jul 2010, 13:36
by sardine
also a very easy way to erase the HUD, you can type

Code: Select all

r_showletterbox -1
cl_hidewaypoints 1
crosshair 0
especially r_showletterbox -1 is very helpful

have fun with it ;)
greetings,
sardine

Re: The Hud - The view

Posted: 06 Jul 2010, 14:27
by It'sMe
r_letterbox is the command, you mean, i think

thanks for this notice.

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
u can use this alias to take screenshots.
type "screen", take the screenshots, type "screen" again.

Re: The Hud - The view

Posted: 06 Jul 2010, 16:54
by sardine
oops, right :3