The Hud - The view

Need help to set the game up to your needs? Want to share your experiences? Post here.
Post Reply
User avatar
It'sMe
Posts: 73
Joined: 28 Mar 2010, 10:54

The Hud - The view

Post by It'sMe » 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 :-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 19388 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 19388 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 19388 times
ItsMe.000014.jpg
ItsMe.000014.jpg (143.49 KiB) Viewed 19388 times
ItsMe.000010.jpg
ItsMe.000010.jpg (151.55 KiB) Viewed 19388 times
ItsMe.000011.jpg
ItsMe.000011.jpg (157.84 KiB) Viewed 19388 times
at least there is a zip file, that u can unpack in your /nexuiz/data folder
data.zip
(1.24 KiB) Downloaded 785 times
Last edited by It'sMe on 19 Jul 2010, 15:55, edited 11 times in total.
Image
CapBots for life!

User avatar
evil_mercenary
Posts: 63
Joined: 14 Mar 2010, 19:42
Location: United Kingdom

Re: The Hud - The view

Post by evil_mercenary » 05 Jul 2010, 09:58

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
Image

User avatar
It'sMe
Posts: 73
Joined: 28 Mar 2010, 10:54

Re: The Hud - The view

Post by It'sMe » 05 Jul 2010, 17:05

....
Last edited by It'sMe on 07 Jul 2010, 08:30, edited 1 time in total.

Slup
Posts: 22
Joined: 26 Mar 2010, 14:32

Re: The Hud - The view

Post by Slup » 06 Jul 2010, 10:12

rofl
nice its me :o
Image

info:
This message was written with 100% recycled electrons.
No animals were damaged and no trees were harmed.

User avatar
sardine
Posts: 75
Joined: 17 Mar 2010, 17:22
Location: in the water - what do you expect?
Contact:

Re: The Hud - The view

Post by sardine » 06 Jul 2010, 13:36

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
my shift aint broken - im just too lazy to use it

User avatar
It'sMe
Posts: 73
Joined: 28 Mar 2010, 10:54

Re: The Hud - The view

Post by It'sMe » 06 Jul 2010, 14:27

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.
Last edited by It'sMe on 07 Jul 2010, 08:34, edited 1 time in total.
Image
CapBots for life!

User avatar
sardine
Posts: 75
Joined: 17 Mar 2010, 17:22
Location: in the water - what do you expect?
Contact:

Re: The Hud - The view

Post by sardine » 06 Jul 2010, 16:54

oops, right :3
my shift aint broken - im just too lazy to use it

Post Reply