User panel stuff on forum
  298 posts on 10 pages  First page12345678910Last page
Advanced Configuration
2006-04-20, 22:07
Member
50 posts

Registered:
Mar 2006
Empezar wrote:
berzerk your hud does not work in all screen resolutions so i cant include it in fquake :X

ok, how do i change that?
"...it's really easy! when you get a boner, you slap her titties a couple of times, then you stick it inside her and pee..."
2006-04-20, 22:08
Administrator
2058 posts

Registered:
Jan 2006
Quote:
to do this...
you need to align stuff that's supposed to be at the bottom, to the bottom (hud_?_align_y bottom)
you need to align stuff that's supposed to be at the right, to the right (hud_?_align_x right)
you need to align stuff that's supposed to be at the center, to the center (hud_?_align_x center && hud_?_align_y center)

if something is supposed to be at the bottom of the screen, don't align it to the center of the screen and move it downwards, align it to the bottom and move it upwards
2006-04-20, 22:19
Administrator
2058 posts

Registered:
Jan 2006
there are 9 different places to align hud items

top left/center/right
center left/center/right
bottom left/center/right

it's really quite simple...

if you want the hud item at the left side of the screen, at the top: align_x left, align_y top
if you want the hud item at the center of the screen, at the top: align_x center, align_y top
if you want the hud item at the right side of the screen, at the bottom: align_x right, align_y bottom
etc

a beginner would do like this:
"i want the hud item at the right side of the screen, at the bottom: align_x left, align_y top... and then pos_x ~320, pos_y ~240

that would make the hud non-compatible with screen resolutions higher than 320x240...

but if you would rather have: align_x right, align_y bottom... and then pos_x 0, pos_y 0, you would get the same effect in ALL resolutions...

(this method also requires the hud items to be "placed" (hud_<item>_place) on "screen"
2006-04-21, 00:31
Member
9 posts

Registered:
Jan 2006
i think its not possible for this hud to be compatible to all resolutions cause of the group width / height but if you know how to do it tell me plz

http://coinz.planetaclix.pt/hud.cfg

http://coinz.planetaclix.pt/hud.png
2006-04-23, 13:34
Member
1011 posts

Registered:
Feb 2006
[ot] what mod is running in that screenshot? i've not seen this 'you are on a rampage' stuff before? is this the new FFA mod thats coming?
2006-04-23, 14:13
Administrator
2058 posts

Registered:
Jan 2006
that's an ezquake function

r_trigger_* i believe
2006-04-23, 14:26
Member
447 posts

Registered:
Jan 2006
Would it be possible to put a %l on the hud? I always forget where I am. :/
Teamplay is nothing. Aim is everything. OBEY YOUR AIM

http://img178.imageshack.us/img178/9017/end2ub.jpg
2006-04-23, 15:10
Member
1011 posts

Registered:
Feb 2006
ahh re_trigger from QW262 (which is also in ezquake), the config for this would be interesting Coinz
2006-04-26, 16:22
Administrator
2058 posts

Registered:
Jan 2006
http://emp.f.nu/ezquake036.jpg


works in all console resolutions, and with all hud items (even original quake hud items)

//
// Head Up Display Configuration Dump
//

scr_newhud "1"
hud_ammo1_align "left"
hud_ammo1_align_x "left"
hud_ammo1_align_y "top"
hud_ammo1_digits "3"
hud_ammo1_frame "0"
hud_ammo1_place "gun2"
hud_ammo1_pos_x "7"
hud_ammo1_pos_y "8"
hud_ammo1_scale "1"
hud_ammo1_show "1"
hud_ammo1_style "1"
hud_ammo2_align "left"
hud_ammo2_align_x "left"
hud_ammo2_align_y "top"
hud_ammo2_digits "3"
hud_ammo2_frame "0"
hud_ammo2_place "gun4"
hud_ammo2_pos_x "7"
hud_ammo2_pos_y "8"
hud_ammo2_scale "1"
hud_ammo2_show "1"
hud_ammo2_style "1"
hud_ammo3_align "left"
hud_ammo3_align_x "left"
hud_ammo3_align_y "top"
hud_ammo3_digits "3"
hud_ammo3_frame "0"
hud_ammo3_place "gun6"
hud_ammo3_pos_x "7"
hud_ammo3_pos_y "8"
hud_ammo3_scale "1"
hud_ammo3_show "1"
hud_ammo3_style "1"
hud_ammo4_align "left"
hud_ammo4_align_x "left"
hud_ammo4_align_y "top"
hud_ammo4_digits "3"
hud_ammo4_frame "0"
hud_ammo4_place "gun8"
hud_ammo4_pos_x "7"
hud_ammo4_pos_y "8"
hud_ammo4_scale "1"
hud_ammo4_show "1"
hud_ammo4_style "1"
hud_ammo_align "left"
hud_ammo_align_x "center"
hud_ammo_align_y "bottom"
hud_ammo_digits "3"
hud_ammo_frame "0"
hud_ammo_place "iammo"
hud_ammo_pos_x "50"
hud_ammo_pos_y "0"
hud_ammo_scale "0.9"
hud_ammo_show "1"
hud_ammo_style "0"
hud_armor_align "left"
hud_armor_align_x "center"
hud_armor_align_y "bottom"
hud_armor_digits "3"
hud_armor_frame "0"
hud_armor_place "face"
hud_armor_pos_x "-50"
hud_armor_pos_y "0"
hud_armor_scale "0.9"
hud_armor_show "1"
hud_armor_style "0"
hud_armordamage_align "right"
hud_armordamage_align_x "left"
hud_armordamage_align_y "before"
hud_armordamage_digits "3"
hud_armordamage_duration "0.8"
hud_armordamage_frame "0"
hud_armordamage_place "armor"
hud_armordamage_pos_x "0"
hud_armordamage_pos_y "0"
hud_armordamage_scale "1"
hud_armordamage_show "0"
hud_armordamage_style "0"
hud_clock_align_x "right"
hud_clock_align_y "console"
hud_clock_big "1"
hud_clock_blink "1"
hud_clock_frame "0"
hud_clock_place "top"
hud_clock_pos_x "0"
hud_clock_pos_y "0"
hud_clock_scale "1"
hud_clock_show "0"
hud_clock_style "0"
hud_face_align_x "center"
hud_face_align_y "bottom"
hud_face_frame "0"
hud_face_place "health"
hud_face_pos_x "-48"
hud_face_pos_y "0"
hud_face_scale "0.84"
hud_face_show "1"
hud_fps_align_x "right"
hud_fps_align_y "bottom"
hud_fps_decimals "0"
hud_fps_frame "0"
hud_fps_place "screen"
hud_fps_pos_x "-1"
hud_fps_pos_y "-43"
hud_fps_show "0"
hud_fps_show_min "0"
hud_fps_title "1"
hud_frags_align_x "center"
hud_frags_align_y "bottom"
hud_frags_cell_height "8"
hud_frags_cell_width "28"
hud_frags_cols "4"
hud_frags_fliptext "0"
hud_frags_frame "0"
hud_frags_padtext "1"
hud_frags_place "teamfrags"
hud_frags_pos_x "72"
hud_frags_pos_y "0"
hud_frags_rows "2"
hud_frags_show "1"
hud_frags_shownames "0"
hud_frags_showself_always "1"
hud_frags_showteams "0"
hud_frags_space_x "0"
hud_frags_space_y "1"
hud_frags_strip "1"
hud_frags_style "2"
hud_frags_teamsort "0"
hud_frags_vertical "0"
hud_gameclock_align_x "left"
hud_gameclock_align_y "bottom"
hud_gameclock_big "1"
hud_gameclock_blink "1"
hud_gameclock_countdown "1"
hud_gameclock_frame "0"
hud_gameclock_place "teamfrags"
hud_gameclock_pos_x "0"
hud_gameclock_pos_y "-20"
hud_gameclock_scale "0.3"
hud_gameclock_show "1"
hud_gameclock_style "0"
hud_group1_align_x "center"
hud_group1_align_y "bottom"
hud_group1_alpha "0.1"
hud_group1_frame ".5"
hud_group1_height "22"
hud_group1_name "group1"
hud_group1_picture ""
hud_group1_place "screen"
hud_group1_pos_x "0"
hud_group1_pos_y "-1"
hud_group1_show "1"
hud_group1_tile "0"
hud_group1_width "318"
hud_group2_align_x "center"
hud_group2_align_y "bottom"
hud_group2_alpha "1"
hud_group2_frame ".5"
hud_group2_height "18"
hud_group2_name "group2"
hud_group2_picture ""
hud_group2_place "gun2"
hud_group2_pos_x "8"
hud_group2_pos_y "8"
hud_group2_show "1"
hud_group2_tile "0"
hud_group2_width "32"
hud_group3_align_x "center"
hud_group3_align_y "bottom"
hud_group3_alpha "1"
hud_group3_frame ".5"
hud_group3_height "18"
hud_group3_name "group2"
hud_group3_picture ""
hud_group3_place "group2"
hud_group3_pos_x "34"
hud_group3_pos_y "0"
hud_group3_show "1"
hud_group3_tile "0"
hud_group3_width "32"
hud_group4_align_x "center"
hud_group4_align_y "bottom"
hud_group4_alpha "1"
hud_group4_frame ".5"
hud_group4_height "18"
hud_group4_name "group2"
hud_group4_picture ""
hud_group4_place "group3"
hud_group4_pos_x "34"
hud_group4_pos_y "0"
hud_group4_show "1"
hud_group4_tile "0"
hud_group4_width "32"
hud_group5_align_x "center"
hud_group5_align_y "bottom"
hud_group5_alpha "1"
hud_group5_frame ".5"
hud_group5_height "18"
hud_group5_name "group2"
hud_group5_picture ""
hud_group5_place "group4"
hud_group5_pos_x "34"
hud_group5_pos_y "0"
hud_group5_show "1"
hud_group5_tile "0"
hud_group5_width "32"
hud_group6_align_x "left"
hud_group6_align_y "top"
hud_group6_alpha "1"
hud_group6_frame ".5"
hud_group6_height "64"
hud_group6_name "group6"
hud_group6_picture ""
hud_group6_place "screen"
hud_group6_pos_x "0"
hud_group6_pos_y "0"
hud_group6_show "0"
hud_group6_tile "0"
hud_group6_width "64"
hud_group7_align_x "left"
hud_group7_align_y "top"
hud_group7_alpha "1"
hud_group7_frame ".5"
hud_group7_height "64"
hud_group7_name "group7"
hud_group7_picture ""
hud_group7_place "screen"
hud_group7_pos_x "0"
hud_group7_pos_y "0"
hud_group7_show "0"
hud_group7_tile "0"
hud_group7_width "64"
hud_group8_align_x "left"
hud_group8_align_y "top"
hud_group8_alpha "1"
hud_group8_frame ".5"
hud_group8_height "64"
hud_group8_name "group8"
hud_group8_picture ""
hud_group8_place "screen"
hud_group8_pos_x "0"
hud_group8_pos_y "0"
hud_group8_show "0"
hud_group8_tile "0"
hud_group8_width "64"
hud_group9_align_x "left"
hud_group9_align_y "top"
hud_group9_alpha "1"
hud_group9_frame ".5"
hud_group9_height "64"
hud_group9_name "group9"
hud_group9_picture ""
hud_group9_place "screen"
hud_group9_pos_x "0"
hud_group9_pos_y "0"
hud_group9_show "0"
hud_group9_tile "0"
hud_group9_width "64"
hud_gun2_align_x "center"
hud_gun2_align_y "bottom"
hud_gun2_frame "0"
hud_gun2_place "screen"
hud_gun2_pos_x "33"
hud_gun2_pos_y "-32"
hud_gun2_scale "0.6"
hud_gun2_show "1"
hud_gun2_style "0"
hud_gun3_align_x "center"
hud_gun3_align_y "bottom"
hud_gun3_frame "0"
hud_gun3_place "gun2"
hud_gun3_pos_x "15"
hud_gun3_pos_y "0"
hud_gun3_scale "0.6"
hud_gun3_show "1"
hud_gun3_style "0"
hud_gun4_align_x "center"
hud_gun4_align_y "bottom"
hud_gun4_frame "0"
hud_gun4_place "gun3"
hud_gun4_pos_x "19"
hud_gun4_pos_y "0"
hud_gun4_scale "0.6"
hud_gun4_show "1"
hud_gun4_style "0"
hud_gun5_align_x "after"
hud_gun5_align_y "center"
hud_gun5_frame "0"
hud_gun5_place "gun4"
hud_gun5_pos_x "1"
hud_gun5_pos_y "0"
hud_gun5_scale "0.6"
hud_gun5_show "1"
hud_gun5_style "0"
hud_gun6_align_x "after"
hud_gun6_align_y "center"
hud_gun6_frame "0"
hud_gun6_place "gun5"
hud_gun6_pos_x "5"
hud_gun6_pos_y "0"
hud_gun6_scale "0.6"
hud_gun6_show "1"
hud_gun6_style "0"
hud_gun7_align_x "after"
hud_gun7_align_y "center"
hud_gun7_frame "0"
hud_gun7_place "gun6"
hud_gun7_pos_x "1"
hud_gun7_pos_y "0"
hud_gun7_scale "0.6"
hud_gun7_show "1"
hud_gun7_style "0"
hud_gun8_align_x "after"
hud_gun8_align_y "center"
hud_gun8_frame "0"
hud_gun8_place "gun7"
hud_gun8_pos_x "5"
hud_gun8_pos_y "0"
hud_gun8_scale "0.6"
hud_gun8_show "1"
hud_gun8_style "0"
hud_gun8_wide "0"
hud_gun_align_x "center"
hud_gun_align_y "bottom"
hud_gun_frame "0"
hud_gun_place "screen"
hud_gun_pos_x "center"
hud_gun_pos_y "-43"
hud_gun_scale "0.5"
hud_gun_show "0"
hud_gun_style "1"
hud_gun_wide "0"
hud_health_align "left"
hud_health_align_x "center"
hud_health_align_y "bottom"
hud_health_digits "3"
hud_health_frame "0"
hud_health_place "screen"
hud_health_pos_x "10"
hud_health_pos_y "-2"
hud_health_scale "0.9"
hud_health_show "1"
hud_health_style "0"
hud_healthdamage_align "right"
hud_healthdamage_align_x "left"
hud_healthdamage_align_y "before"
hud_healthdamage_digits "3"
hud_healthdamage_duration "0.8"
hud_healthdamage_frame "0"
hud_healthdamage_place "health"
hud_healthdamage_pos_x "0"
hud_healthdamage_pos_y "0"
hud_healthdamage_scale "1"
hud_healthdamage_show "0"
hud_healthdamage_style "0"
hud_iammo1_align_x "left"
hud_iammo1_align_y "top"
hud_iammo1_frame "0"
hud_iammo1_place "ammo1"
hud_iammo1_pos_x "-7"
hud_iammo1_pos_y "2"
hud_iammo1_scale "0.25"
hud_iammo1_show "1"
hud_iammo1_style "0"
hud_iammo2_align_x "left"
hud_iammo2_align_y "top"
hud_iammo2_frame "0"
hud_iammo2_place "ammo2"
hud_iammo2_pos_x "-7"
hud_iammo2_pos_y "2"
hud_iammo2_scale "0.25"
hud_iammo2_show "1"
hud_iammo2_style "0"
hud_iammo3_align_x "left"
hud_iammo3_align_y "top"
hud_iammo3_frame "0"
hud_iammo3_place "ammo3"
hud_iammo3_pos_x "-7"
hud_iammo3_pos_y "2"
hud_iammo3_scale "0.25"
hud_iammo3_show "1"
hud_iammo3_style "0"
hud_iammo4_align_x "left"
hud_iammo4_align_y "top"
hud_iammo4_frame "0"
hud_iammo4_place "ammo4"
hud_iammo4_pos_x "-7"
hud_iammo4_pos_y "2"
hud_iammo4_scale "0.25"
hud_iammo4_show "1"
hud_iammo4_style "0"
hud_iammo_align_x "center"
hud_iammo_align_y "bottom"
hud_iammo_frame "0"
hud_iammo_place "health"
hud_iammo_pos_x "50"
hud_iammo_pos_y "0"
hud_iammo_scale "0.84"
hud_iammo_show "1"
hud_iammo_style "0"
hud_iarmor_align_x "center"
hud_iarmor_align_y "bottom"
hud_iarmor_frame "0"
hud_iarmor_place "armor"
hud_iarmor_pos_x "-50"
hud_iarmor_pos_y "0"
hud_iarmor_scale "0.84"
hud_iarmor_show "1"
hud_iarmor_style "0"
hud_key1_align_x "top"
hud_key1_align_y "left"
hud_key1_frame "0"
hud_key1_place "top"
hud_key1_pos_x "0"
hud_key1_pos_y "64"
hud_key1_scale "1"
hud_key1_show "0"
hud_key1_style "0"
hud_key2_align_x "left"
hud_key2_align_y "after"
hud_key2_frame "0"
hud_key2_place "key1"
hud_key2_pos_x "0"
hud_key2_pos_y "0"
hud_key2_scale "1"
hud_key2_show "0"
hud_key2_style "0"
hud_mp3_time_align_x "left"
hud_mp3_time_align_y "bottom"
hud_mp3_time_frame "0"
hud_mp3_time_on_scoreboard "0"
hud_mp3_time_place "top"
hud_mp3_time_pos_x "0"
hud_mp3_time_pos_y "0"
hud_mp3_time_show "0"
hud_mp3_time_style "0"
hud_mp3_title_align_x "right"
hud_mp3_title_align_y "bottom"
hud_mp3_title_frame "0"
hud_mp3_title_height "8"
hud_mp3_title_on_scoreboard "0"
hud_mp3_title_place "top"
hud_mp3_title_pos_x "0"
hud_mp3_title_pos_y "0"
hud_mp3_title_scroll "1"
hud_mp3_title_scroll_delay "0.5"
hud_mp3_title_show "0"
hud_mp3_title_style "2"
hud_mp3_title_width "512"
hud_mp3_title_wordwrap "0"
hud_net_align_x "left"
hud_net_align_y "center"
hud_net_frame "0.2"
hud_net_period "1"
hud_net_place "top"
hud_net_pos_x "0"
hud_net_pos_y "0"
hud_net_show "0"
hud_netgraph_align_x "left"
hud_netgraph_align_y "bottom"
hud_netgraph_alpha "1"
hud_netgraph_frame "0"
hud_netgraph_full "0"
hud_netgraph_height "32"
hud_netgraph_inframes "0"
hud_netgraph_lostscale "1"
hud_netgraph_place "top"
hud_netgraph_ploss "1"
hud_netgraph_pos_x "0"
hud_netgraph_pos_y "0"
hud_netgraph_scale "256"
hud_netgraph_show "0"
hud_netgraph_swap_x "0"
hud_netgraph_swap_y "0"
hud_netgraph_width "256"
hud_pent_align_x "left"
hud_pent_align_y "after"
hud_pent_frame "0"
hud_pent_place "ring"
hud_pent_pos_x "0"
hud_pent_pos_y "0"
hud_pent_scale "1"
hud_pent_show "0"
hud_pent_style "0"
hud_ping_align_x "right"
hud_ping_align_y "bottom"
hud_ping_blink "0"
hud_ping_frame "0"
hud_ping_period "1"
hud_ping_place "screen"
hud_ping_pos_x "-1"
hud_ping_pos_y "-51"
hud_ping_show "0"
hud_ping_show_dev "0"
hud_ping_show_max "0"
hud_ping_show_min "0"
hud_ping_show_pl "0"
hud_quad_align_x "left"
hud_quad_align_y "after"
hud_quad_frame "0"
hud_quad_place "suit"
hud_quad_pos_x "0"
hud_quad_pos_y "0"
hud_quad_scale "1"
hud_quad_show "0"
hud_quad_style "0"
hud_ring_align_x "left"
hud_ring_align_y "after"
hud_ring_frame "0"
hud_ring_place "key2"
hud_ring_pos_x "0"
hud_ring_pos_y "0"
hud_ring_scale "1"
hud_ring_show "0"
hud_ring_style "0"
hud_sigil1_align_x "left"
hud_sigil1_align_y "top"
hud_sigil1_frame "0"
hud_sigil1_place "screen"
hud_sigil1_pos_x "0"
hud_sigil1_pos_y "0"
hud_sigil1_scale "1"
hud_sigil1_show "0"
hud_sigil1_style "0"
hud_sigil2_align_x "after"
hud_sigil2_align_y "top"
hud_sigil2_frame "0"
hud_sigil2_place "sigil1"
hud_sigil2_pos_x "0"
hud_sigil2_pos_y "0"
hud_sigil2_scale "1"
hud_sigil2_show "0"
hud_sigil2_style "0"
hud_sigil3_align_x "after"
hud_sigil3_align_y "top"
hud_sigil3_frame "0"
hud_sigil3_place "sigil2"
hud_sigil3_pos_x "0"
hud_sigil3_pos_y "0"
hud_sigil3_scale "1"
hud_sigil3_show "0"
hud_sigil3_style "0"
hud_sigil4_align_x "after"
hud_sigil4_align_y "top"
hud_sigil4_frame "0"
hud_sigil4_place "sigil3"
hud_sigil4_pos_x "0"
hud_sigil4_pos_y "0"
hud_sigil4_scale "1"
hud_sigil4_show "0"
hud_sigil4_style "0"
hud_speed_align_x "center"
hud_speed_align_y "bottom"
hud_speed_frame "0"
hud_speed_place "top"
hud_speed_pos_x "0"
hud_speed_pos_y "-5"
hud_speed_show "0"
hud_speed_xyz "0"
hud_suit_align_x "left"
hud_suit_align_y "after"
hud_suit_frame "0"
hud_suit_place "pent"
hud_suit_pos_x "0"
hud_suit_pos_y "0"
hud_suit_scale "1"
hud_suit_show "0"
hud_suit_style "0"
hud_teamfrags_align_x "center"
hud_teamfrags_align_y "bottom"
hud_teamfrags_cell_height "8"
hud_teamfrags_cell_width "28"
hud_teamfrags_cols "1"
hud_teamfrags_fliptext "1"
hud_teamfrags_frame "0"
hud_teamfrags_padtext "1"
hud_teamfrags_place "group1"
hud_teamfrags_pos_x "-145"
hud_teamfrags_pos_y "-22"
hud_teamfrags_rows "2"
hud_teamfrags_show "1"
hud_teamfrags_shownames "0"
hud_teamfrags_space_x "0"
hud_teamfrags_space_y "1"
hud_teamfrags_strip "1"
hud_teamfrags_style "2"
hud_teamfrags_vertical "0"
hud_tracking_align_x "center"
hud_tracking_align_y "bottom"
hud_tracking_format "[%t] %n"
hud_tracking_frame "0"
hud_tracking_place "top"
hud_tracking_pos_x "0"
hud_tracking_pos_y "5"
hud_tracking_show "1"
hud_recalculate
2006-04-27, 14:06
Member
135 posts

Registered:
Jan 2006
Empezar, your hud cfgs dones't work properly with ezquake, it shows unknown command in console :/ for example (teamfrags commands, gameclock).
*EDIT
Ok, it works on ezquake 1517.
MAGNUM 44
2006-04-28, 14:55
Administrator
2058 posts

Registered:
Jan 2006
http://emp.f.nu/ezquake041.png


another hud, slightly modified though code improved a lot

//
// Head Up Display Configuration Dump
//

scr_newhud "1"
hud_ammo1_align "left"
hud_ammo1_align_x "before"
hud_ammo1_align_y "top"
hud_ammo1_digits "3"
hud_ammo1_frame "0"
hud_ammo1_place "gun2"
hud_ammo1_pos_x "0"
hud_ammo1_pos_y "0"
hud_ammo1_scale "1"
hud_ammo1_show "1"
hud_ammo1_style "1"
hud_ammo2_align "left"
hud_ammo2_align_x "before"
hud_ammo2_align_y "top"
hud_ammo2_digits "3"
hud_ammo2_frame "0"
hud_ammo2_place "gun4"
hud_ammo2_pos_x "0"
hud_ammo2_pos_y "0"
hud_ammo2_scale "1"
hud_ammo2_show "1"
hud_ammo2_style "1"
hud_ammo3_align "left"
hud_ammo3_align_x "before"
hud_ammo3_align_y "top"
hud_ammo3_digits "3"
hud_ammo3_frame "0"
hud_ammo3_place "gun6"
hud_ammo3_pos_x "0"
hud_ammo3_pos_y "0"
hud_ammo3_scale "1"
hud_ammo3_show "1"
hud_ammo3_style "1"
hud_ammo4_align "left"
hud_ammo4_align_x "before"
hud_ammo4_align_y "top"
hud_ammo4_digits "3"
hud_ammo4_frame "0"
hud_ammo4_place "gun8"
hud_ammo4_pos_x "0"
hud_ammo4_pos_y "0"
hud_ammo4_scale "1"
hud_ammo4_show "1"
hud_ammo4_style "1"
hud_ammo_align "left"
hud_ammo_align_x "after"
hud_ammo_align_y "bottom"
hud_ammo_digits "3"
hud_ammo_frame "0"
hud_ammo_place "iammo"
hud_ammo_pos_x "0"
hud_ammo_pos_y "0"
hud_ammo_scale "0.9"
hud_ammo_show "1"
hud_ammo_style "0"
hud_armor_align "left"
hud_armor_align_x "before"
hud_armor_align_y "bottom"
hud_armor_digits "3"
hud_armor_frame "0"
hud_armor_place "face"
hud_armor_pos_x "-20"
hud_armor_pos_y "0"
hud_armor_scale "0.9"
hud_armor_show "1"
hud_armor_style "0"
hud_armordamage_align "right"
hud_armordamage_align_x "left"
hud_armordamage_align_y "before"
hud_armordamage_digits "3"
hud_armordamage_duration "0.8"
hud_armordamage_frame "0"
hud_armordamage_place "armor"
hud_armordamage_pos_x "0"
hud_armordamage_pos_y "0"
hud_armordamage_scale "1"
hud_armordamage_show "0"
hud_armordamage_style "0"
hud_clock_align_x "right"
hud_clock_align_y "console"
hud_clock_big "1"
hud_clock_blink "1"
hud_clock_frame "0"
hud_clock_place "top"
hud_clock_pos_x "0"
hud_clock_pos_y "0"
hud_clock_scale "1"
hud_clock_show "0"
hud_clock_style "0"
hud_face_align_x "before"
hud_face_align_y "bottom"
hud_face_frame "0"
hud_face_place "health"
hud_face_pos_x "0"
hud_face_pos_y "0"
hud_face_scale "0.84"
hud_face_show "1"
hud_fps_align_x "right"
hud_fps_align_y "bottom"
hud_fps_decimals "0"
hud_fps_frame "0"
hud_fps_place "screen"
hud_fps_pos_x "-1"
hud_fps_pos_y "-43"
hud_fps_show "0"
hud_fps_show_min "0"
hud_fps_title "1"
hud_frags_align_x "center"
hud_frags_align_y "bottom"
hud_frags_cell_height "8"
hud_frags_cell_width "28"
hud_frags_cols "8"
hud_frags_fliptext "0"
hud_frags_frame "0"
hud_frags_padtext "1"
hud_frags_place "screen"
hud_frags_pos_x "0"
hud_frags_pos_y "-34"
hud_frags_rows "1"
hud_frags_show "1"
hud_frags_shownames "0"
hud_frags_showself_always "1"
hud_frags_showteams "0"
hud_frags_space_x "1"
hud_frags_space_y "1"
hud_frags_strip "1"
hud_frags_style "2"
hud_frags_teamsort "0"
hud_frags_vertical "0"
hud_gameclock_align_x "center"
hud_gameclock_align_y "bottom"
hud_gameclock_big "1"
hud_gameclock_blink "1"
hud_gameclock_countdown "1"
hud_gameclock_frame "0"
hud_gameclock_place "screen"
hud_gameclock_pos_x "92"
hud_gameclock_pos_y "-44"
hud_gameclock_scale "0.3"
hud_gameclock_show "1"
hud_gameclock_style "0"
hud_group1_align_x "center"
hud_group1_align_y "bottom"
hud_group1_alpha "0.1"
hud_group1_frame ".5"
hud_group1_height "22"
hud_group1_name "group1"
hud_group1_picture ""
hud_group1_place "screen"
hud_group1_pos_x "0"
hud_group1_pos_y "-1"
hud_group1_show "1"
hud_group1_tile "0"
hud_group1_width "318"
hud_group2_align_x "center"
hud_group2_align_y "center"
hud_group2_alpha "0"
hud_group2_frame ".5"
hud_group2_height "10"
hud_group2_name "group2"
hud_group2_picture ""
hud_group2_place "gun2"
hud_group2_pos_x "-8"
hud_group2_pos_y "-1"
hud_group2_show "1"
hud_group2_tile "0"
hud_group2_width "60"
hud_group3_align_x "center"
hud_group3_align_y "center"
hud_group3_alpha "1"
hud_group3_frame ".5"
hud_group3_height "10"
hud_group3_name "group2"
hud_group3_picture ""
hud_group3_place "gun4"
hud_group3_pos_x "-8"
hud_group3_pos_y "-1"
hud_group3_show "1"
hud_group3_tile "0"
hud_group3_width "60"
hud_group4_align_x "center"
hud_group4_align_y "center"
hud_group4_alpha "1"
hud_group4_frame ".5"
hud_group4_height "10"
hud_group4_name "group2"
hud_group4_picture ""
hud_group4_place "gun6"
hud_group4_pos_x "-8"
hud_group4_pos_y "-1"
hud_group4_show "1"
hud_group4_tile "0"
hud_group4_width "60"
hud_group5_align_x "center"
hud_group5_align_y "center"
hud_group5_alpha "1"
hud_group5_frame ".5"
hud_group5_height "10"
hud_group5_name "group2"
hud_group5_picture ""
hud_group5_place "gun8"
hud_group5_pos_x "-8"
hud_group5_pos_y "-1"
hud_group5_show "1"
hud_group5_tile "0"
hud_group5_width "60"
hud_group6_align_x "left"
hud_group6_align_y "top"
hud_group6_alpha "1"
hud_group6_frame ".5"
hud_group6_height "64"
hud_group6_name "group6"
hud_group6_picture ""
hud_group6_place "screen"
hud_group6_pos_x "0"
hud_group6_pos_y "0"
hud_group6_show "0"
hud_group6_tile "0"
hud_group6_width "64"
hud_group7_align_x "left"
hud_group7_align_y "top"
hud_group7_alpha "1"
hud_group7_frame ".5"
hud_group7_height "64"
hud_group7_name "group7"
hud_group7_picture ""
hud_group7_place "screen"
hud_group7_pos_x "0"
hud_group7_pos_y "0"
hud_group7_show "0"
hud_group7_tile "0"
hud_group7_width "64"
hud_group8_align_x "left"
hud_group8_align_y "top"
hud_group8_alpha "1"
hud_group8_frame ".5"
hud_group8_height "64"
hud_group8_name "group8"
hud_group8_picture ""
hud_group8_place "screen"
hud_group8_pos_x "0"
hud_group8_pos_y "0"
hud_group8_show "0"
hud_group8_tile "0"
hud_group8_width "64"
hud_group9_align_x "left"
hud_group9_align_y "top"
hud_group9_alpha "1"
hud_group9_frame ".5"
hud_group9_height "64"
hud_group9_name "group9"
hud_group9_picture ""
hud_group9_place "screen"
hud_group9_pos_x "0"
hud_group9_pos_y "0"
hud_group9_show "0"
hud_group9_tile "0"
hud_group9_width "64"
hud_gun2_align_x "before"
hud_gun2_align_y "bottom"
hud_gun2_frame "0"
hud_gun2_place "gun3"
hud_gun2_pos_x "0"
hud_gun2_pos_y "0"
hud_gun2_scale "0.6"
hud_gun2_show "1"
hud_gun2_style "0"
hud_gun3_align_x "before"
hud_gun3_align_y "bottom"
hud_gun3_frame "0"
hud_gun3_place "gun4"
hud_gun3_pos_x "-33"
hud_gun3_pos_y "0"
hud_gun3_scale "0.6"
hud_gun3_show "1"
hud_gun3_style "0"
hud_gun4_align_x "before"
hud_gun4_align_y "bottom"
hud_gun4_frame "0"
hud_gun4_place "gun5"
hud_gun4_pos_x "0"
hud_gun4_pos_y "0"
hud_gun4_scale "0.6"
hud_gun4_show "1"
hud_gun4_style "0"
hud_gun5_align_x "center"
hud_gun5_align_y "bottom"
hud_gun5_frame "0"
hud_gun5_place "screen"
hud_gun5_pos_x "-9"
hud_gun5_pos_y "-24"
hud_gun5_scale "0.6"
hud_gun5_show "1"
hud_gun5_style "0"
hud_gun6_align_x "center"
hud_gun6_align_y "bottom"
hud_gun6_frame "0"
hud_gun6_place "screen"
hud_gun6_pos_x "38"
hud_gun6_pos_y "-24"
hud_gun6_scale "0.6"
hud_gun6_show "1"
hud_gun6_style "0"
hud_gun7_align_x "after"
hud_gun7_align_y "center"
hud_gun7_frame "0"
hud_gun7_place "gun6"
hud_gun7_pos_x "0"
hud_gun7_pos_y "0"
hud_gun7_scale "0.6"
hud_gun7_show "1"
hud_gun7_style "0"
hud_gun8_align_x "after"
hud_gun8_align_y "center"
hud_gun8_frame "0"
hud_gun8_place "gun7"
hud_gun8_pos_x "33"
hud_gun8_pos_y "0"
hud_gun8_scale "0.6"
hud_gun8_show "1"
hud_gun8_style "0"
hud_gun8_wide "0"
hud_gun_align_x "center"
hud_gun_align_y "bottom"
hud_gun_frame "0"
hud_gun_place "screen"
hud_gun_pos_x "center"
hud_gun_pos_y "-43"
hud_gun_scale "0.5"
hud_gun_show "0"
hud_gun_style "1"
hud_gun_wide "0"
hud_health_align "left"
hud_health_align_x "center"
hud_health_align_y "bottom"
hud_health_digits "3"
hud_health_frame "0"
hud_health_place "screen"
hud_health_pos_x "10"
hud_health_pos_y "-2"
hud_health_scale "0.9"
hud_health_show "1"
hud_health_style "0"
hud_healthdamage_align "right"
hud_healthdamage_align_x "left"
hud_healthdamage_align_y "before"
hud_healthdamage_digits "3"
hud_healthdamage_duration "0.8"
hud_healthdamage_frame "0"
hud_healthdamage_place "health"
hud_healthdamage_pos_x "0"
hud_healthdamage_pos_y "0"
hud_healthdamage_scale "1"
hud_healthdamage_show "0"
hud_healthdamage_style "0"
hud_iammo1_align_x "before"
hud_iammo1_align_y "top"
hud_iammo1_frame "0"
hud_iammo1_place "ammo1"
hud_iammo1_pos_x "0"
hud_iammo1_pos_y "2"
hud_iammo1_scale "0.25"
hud_iammo1_show "1"
hud_iammo1_style "0"
hud_iammo2_align_x "before"
hud_iammo2_align_y "top"
hud_iammo2_frame "0"
hud_iammo2_place "ammo2"
hud_iammo2_pos_x "0"
hud_iammo2_pos_y "2"
hud_iammo2_scale "0.25"
hud_iammo2_show "1"
hud_iammo2_style "0"
hud_iammo3_align_x "before"
hud_iammo3_align_y "top"
hud_iammo3_frame "0"
hud_iammo3_place "ammo3"
hud_iammo3_pos_x "0"
hud_iammo3_pos_y "2"
hud_iammo3_scale "0.25"
hud_iammo3_show "1"
hud_iammo3_style "0"
hud_iammo4_align_x "before"
hud_iammo4_align_y "top"
hud_iammo4_frame "0"
hud_iammo4_place "ammo4"
hud_iammo4_pos_x "0"
hud_iammo4_pos_y "2"
hud_iammo4_scale "0.25"
hud_iammo4_show "1"
hud_iammo4_style "0"
hud_iammo_align_x "after"
hud_iammo_align_y "bottom"
hud_iammo_frame "0"
hud_iammo_place "health"
hud_iammo_pos_x "20"
hud_iammo_pos_y "0"
hud_iammo_scale "0.84"
hud_iammo_show "1"
hud_iammo_style "0"
hud_iarmor_align_x "before"
hud_iarmor_align_y "bottom"
hud_iarmor_frame "0"
hud_iarmor_place "armor"
hud_iarmor_pos_x "0"
hud_iarmor_pos_y "0"
hud_iarmor_scale "0.84"
hud_iarmor_show "1"
hud_iarmor_style "0"
hud_key1_align_x "top"
hud_key1_align_y "left"
hud_key1_frame "0"
hud_key1_place "top"
hud_key1_pos_x "0"
hud_key1_pos_y "64"
hud_key1_scale "1"
hud_key1_show "0"
hud_key1_style "0"
hud_key2_align_x "left"
hud_key2_align_y "after"
hud_key2_frame "0"
hud_key2_place "key1"
hud_key2_pos_x "0"
hud_key2_pos_y "0"
hud_key2_scale "1"
hud_key2_show "0"
hud_key2_style "0"
hud_mp3_time_align_x "left"
hud_mp3_time_align_y "bottom"
hud_mp3_time_frame "0"
hud_mp3_time_on_scoreboard "0"
hud_mp3_time_place "top"
hud_mp3_time_pos_x "0"
hud_mp3_time_pos_y "0"
hud_mp3_time_show "0"
hud_mp3_time_style "0"
hud_mp3_title_align_x "right"
hud_mp3_title_align_y "bottom"
hud_mp3_title_frame "0"
hud_mp3_title_height "8"
hud_mp3_title_on_scoreboard "0"
hud_mp3_title_place "top"
hud_mp3_title_pos_x "0"
hud_mp3_title_pos_y "0"
hud_mp3_title_scroll "1"
hud_mp3_title_scroll_delay "0.5"
hud_mp3_title_show "0"
hud_mp3_title_style "2"
hud_mp3_title_width "512"
hud_mp3_title_wordwrap "0"
hud_net_align_x "left"
hud_net_align_y "center"
hud_net_frame "0.2"
hud_net_period "1"
hud_net_place "top"
hud_net_pos_x "0"
hud_net_pos_y "0"
hud_net_show "0"
hud_netgraph_align_x "left"
hud_netgraph_align_y "bottom"
hud_netgraph_alpha "1"
hud_netgraph_frame "0"
hud_netgraph_full "0"
hud_netgraph_height "32"
hud_netgraph_inframes "0"
hud_netgraph_lostscale "1"
hud_netgraph_place "top"
hud_netgraph_ploss "1"
hud_netgraph_pos_x "0"
hud_netgraph_pos_y "0"
hud_netgraph_scale "256"
hud_netgraph_show "0"
hud_netgraph_swap_x "0"
hud_netgraph_swap_y "0"
hud_netgraph_width "256"
hud_pent_align_x "left"
hud_pent_align_y "after"
hud_pent_frame "0"
hud_pent_place "ring"
hud_pent_pos_x "0"
hud_pent_pos_y "0"
hud_pent_scale "1"
hud_pent_show "0"
hud_pent_style "0"
hud_ping_align_x "right"
hud_ping_align_y "bottom"
hud_ping_blink "0"
hud_ping_frame "0"
hud_ping_period "1"
hud_ping_place "screen"
hud_ping_pos_x "-1"
hud_ping_pos_y "-51"
hud_ping_show "0"
hud_ping_show_dev "0"
hud_ping_show_max "0"
hud_ping_show_min "0"
hud_ping_show_pl "0"
hud_quad_align_x "left"
hud_quad_align_y "after"
hud_quad_frame "0"
hud_quad_place "suit"
hud_quad_pos_x "0"
hud_quad_pos_y "0"
hud_quad_scale "1"
hud_quad_show "0"
hud_quad_style "0"
hud_ring_align_x "left"
hud_ring_align_y "after"
hud_ring_frame "0"
hud_ring_place "key2"
hud_ring_pos_x "0"
hud_ring_pos_y "0"
hud_ring_scale "1"
hud_ring_show "0"
hud_ring_style "0"
hud_sigil1_align_x "left"
hud_sigil1_align_y "top"
hud_sigil1_frame "0"
hud_sigil1_place "screen"
hud_sigil1_pos_x "0"
hud_sigil1_pos_y "0"
hud_sigil1_scale "1"
hud_sigil1_show "0"
hud_sigil1_style "0"
hud_sigil2_align_x "after"
hud_sigil2_align_y "top"
hud_sigil2_frame "0"
hud_sigil2_place "sigil1"
hud_sigil2_pos_x "0"
hud_sigil2_pos_y "0"
hud_sigil2_scale "1"
hud_sigil2_show "0"
hud_sigil2_style "0"
hud_sigil3_align_x "after"
hud_sigil3_align_y "top"
hud_sigil3_frame "0"
hud_sigil3_place "sigil2"
hud_sigil3_pos_x "0"
hud_sigil3_pos_y "0"
hud_sigil3_scale "1"
hud_sigil3_show "0"
hud_sigil3_style "0"
hud_sigil4_align_x "after"
hud_sigil4_align_y "top"
hud_sigil4_frame "0"
hud_sigil4_place "sigil3"
hud_sigil4_pos_x "0"
hud_sigil4_pos_y "0"
hud_sigil4_scale "1"
hud_sigil4_show "0"
hud_sigil4_style "0"
hud_speed_align_x "center"
hud_speed_align_y "bottom"
hud_speed_frame "0"
hud_speed_place "top"
hud_speed_pos_x "0"
hud_speed_pos_y "-5"
hud_speed_show "0"
hud_speed_xyz "0"
hud_suit_align_x "left"
hud_suit_align_y "after"
hud_suit_frame "0"
hud_suit_place "pent"
hud_suit_pos_x "0"
hud_suit_pos_y "0"
hud_suit_scale "1"
hud_suit_show "0"
hud_suit_style "0"
hud_teamfrags_align_x "center"
hud_teamfrags_align_y "bottom"
hud_teamfrags_cell_height "8"
hud_teamfrags_cell_width "28"
hud_teamfrags_cols "2"
hud_teamfrags_fliptext "1"
hud_teamfrags_frame "0"
hud_teamfrags_padtext "1"
hud_teamfrags_place "screen"
hud_teamfrags_pos_x "0"
hud_teamfrags_pos_y "-43"
hud_teamfrags_rows "1"
hud_teamfrags_show "1"
hud_teamfrags_shownames "0"
hud_teamfrags_space_x "0"
hud_teamfrags_space_y "1"
hud_teamfrags_strip "1"
hud_teamfrags_style "2"
hud_teamfrags_vertical "0"
hud_tracking_align_x "center"
hud_tracking_align_y "bottom"
hud_tracking_format "[%t] %n"
hud_tracking_frame "0"
hud_tracking_place "top"
hud_tracking_pos_x "0"
hud_tracking_pos_y "-5"
hud_tracking_show "1"
hud_recalculate
2006-04-28, 15:12
Member
43 posts

Registered:
Apr 2006
Empezar wrote:
http://emp.f.nu/ezquake041.png

another hud, slightly modified though code improved a lot

oh ^^ nice
could you move the scoreboxes to the sides and remove the bottom BG just for me?
2006-04-28, 15:21
Administrator
2058 posts

Registered:
Jan 2006
im not quite sure what you mean there mev
2006-04-28, 15:38
Administrator
2058 posts

Registered:
Jan 2006
now THATs a SPICY hud


i'm gonna go make that hud open source right now
2006-04-28, 16:44
Administrator
2058 posts

Registered:
Jan 2006
that hud wasn't very simple to recreate

i have 3 problems right now i'm not sure how to solve:

1) the ammo icons, using hud_iammo1-4_style 0-X, none of them lets me use the tiny ibar icons
2) the information bar, how do you make it black? I can't change alpha on mine, ezquake bug?
3) the showing of the information bar, if I make a toggle alias and use it with toggleconsole to make the information bar only visible when the console button is pressed, it works fine until I do a cfg_save, since that saves the group state to 1 and next time i start quake i will only have the information bar when the console is NOT shown... is there some dirty secret I don't know about that makes this supa easy?
2006-04-28, 19:07
Member
43 posts

Registered:
Apr 2006
Empezar wrote:
im not quite sure what you mean there mev

I want the q3/q4 style when you have the guns abouve you hp an armoar like that.. but i dont want all those score boxes there.
2006-04-28, 22:38
Member
151 posts

Registered:
Feb 2006
empezar, you cant recreate def's fully as you have a modified wad, if you use default wad (rename ur wad dir 1wad and run) then your recreation would appear as def's cos you have used the correct style for ammo icons anyway.
also use frame to alpha or black items. If ezquake = 1517 then use:

[item] frame [value]
health frame 0.3

or if ezquake pre 1517 then use full cmds like hud_health_frame 0.3

also u need to adjust the frags cell width and height and postion correctly over health.


anywayz

here is my ezquake hud and package from other thread.

http://img192.imageshack.us/my.php?image=ezquake0005rm.jpg
http://img137.imageshack.us/my.php?image=ezquake0025li.jpg (frags are togglable by pressing windows key)


!!!!!!!! THIS IS NOW COMPATIBLE IN ALL RESOLUTIONS !!!!!!!!
For best reults you need the wad files (hud graphics) and charset.
Also I find that a console resolution at least half the size of game resolution improves the hud alot.


readme file for cfg included with package.

download my full setup which has all this http://somi.frontember.hu/nmyhu/downloads/cfg/bandog.rar
bd
2006-04-28, 23:33
Member
810 posts

Registered:
Jan 1970
my teammate Trancemaster also did faitfull hud compatibile with all res and scr_newhud 1.

looks like that

http://%5Burl=http//img205.imageshack.us/my.php?image=ezquake0003vs.png]
http://img205.imageshack.us/img205/181/ezquake0003vs.th.png
[/url]

//
// Head Up Display Configuration Dump
//

scr_newhud "1"
hud_ammo1_align "right"
hud_ammo1_align_x "left"
hud_ammo1_align_y "before"
hud_ammo1_digits "3"
hud_ammo1_frame "0"
hud_ammo1_place "gun2"
hud_ammo1_pos_x "0"
hud_ammo1_pos_y "0"
hud_ammo1_scale "1"
hud_ammo1_show "1"
hud_ammo1_style "2"
hud_ammo2_align "right"
hud_ammo2_align_x "after"
hud_ammo2_align_y "center"
hud_ammo2_digits "3"
hud_ammo2_frame "0"
hud_ammo2_place "ammo1"
hud_ammo2_pos_x "0"
hud_ammo2_pos_y "0"
hud_ammo2_scale "1"
hud_ammo2_show "1"
hud_ammo2_style "2"
hud_ammo3_align "right"
hud_ammo3_align_x "after"
hud_ammo3_align_y "center"
hud_ammo3_digits "3"
hud_ammo3_frame "0"
hud_ammo3_place "ammo2"
hud_ammo3_pos_x "0"
hud_ammo3_pos_y "0"
hud_ammo3_scale "1"
hud_ammo3_show "1"
hud_ammo3_style "2"
hud_ammo4_align "right"
hud_ammo4_align_x "after"
hud_ammo4_align_y "center"
hud_ammo4_digits "3"
hud_ammo4_frame "0"
hud_ammo4_place "ammo3"
hud_ammo4_pos_x "0"
hud_ammo4_pos_y "0"
hud_ammo4_scale "1"
hud_ammo4_show "1"
hud_ammo4_style "2"
hud_ammo_align "right"
hud_ammo_align_x "after"
hud_ammo_align_y "center"
hud_ammo_digits "3"
hud_ammo_frame "0"
hud_ammo_place "iammo"
hud_ammo_pos_x "0"
hud_ammo_pos_y "0"
hud_ammo_scale "1"
hud_ammo_show "1"
hud_ammo_style "0"
hud_armor_align "right"
hud_armor_align_x "after"
hud_armor_align_y "center"
hud_armor_digits "3"
hud_armor_frame "0"
hud_armor_place "iarmor"
hud_armor_pos_x "0"
hud_armor_pos_y "0"
hud_armor_scale "1"
hud_armor_show "1"
hud_armor_style "0"
hud_armordamage_align "right"
hud_armordamage_align_x "left"
hud_armordamage_align_y "before"
hud_armordamage_digits "3"
hud_armordamage_duration "0.8"
hud_armordamage_frame "0"
hud_armordamage_place "armor"
hud_armordamage_pos_x "0"
hud_armordamage_pos_y "0"
hud_armordamage_scale "1"
hud_armordamage_show "0"
hud_armordamage_style "0"
hud_clock_align_x "right"
hud_clock_align_y "after"
hud_clock_big "0"
hud_clock_blink "0"
hud_clock_frame "0"
hud_clock_place "gameclock"
hud_clock_pos_x "0"
hud_clock_pos_y "0"
hud_clock_scale "1"
hud_clock_show "1"
hud_clock_style "0"
hud_face_align_x "before"
hud_face_align_y "center"
hud_face_frame "0"
hud_face_place "health"
hud_face_pos_x "0"
hud_face_pos_y "0"
hud_face_scale "1"
hud_face_show "1"
hud_fps_align_x "after"
hud_fps_align_y "center"
hud_fps_decimals "0"
hud_fps_frame "0"
hud_fps_place "teamfrags"
hud_fps_pos_x "0"
hud_fps_pos_y "0"
hud_fps_show "1"
hud_fps_show_min "0"
hud_fps_title "0"
hud_frags_align_x "left"
hud_frags_align_y "top"
hud_frags_cell_height "8"
hud_frags_cell_width "32"
hud_frags_cols "4"
hud_frags_fliptext "0"
hud_frags_frame "0"
hud_frags_padtext "1"
hud_frags_place "screen"
hud_frags_pos_x "0"
hud_frags_pos_y "0"
hud_frags_rows "1"
hud_frags_show "0"
hud_frags_shownames "0"
hud_frags_showself_always "1"
hud_frags_showteams "0"
hud_frags_space_x "1"
hud_frags_space_y "1"
hud_frags_strip "1"
hud_frags_style "0"
hud_frags_teamsort "0"
hud_frags_vertical "0"
hud_gameclock_align_x "right"
hud_gameclock_align_y "after"
hud_gameclock_big "0"
hud_gameclock_blink "0"
hud_gameclock_countdown "0"
hud_gameclock_frame "0"
hud_gameclock_place "ping"
hud_gameclock_pos_x "0"
hud_gameclock_pos_y "0"
hud_gameclock_scale "1"
hud_gameclock_show "1"
hud_gameclock_style "0"
hud_group1_align_x "left"
hud_group1_align_y "top"
hud_group1_alpha "1"
hud_group1_frame ".5"
hud_group1_height "64"
hud_group1_name "group1"
hud_group1_picture ""
hud_group1_place "screen"
hud_group1_pos_x "0"
hud_group1_pos_y "0"
hud_group1_show "0"
hud_group1_tile "0"
hud_group1_width "64"
hud_group2_align_x "left"
hud_group2_align_y "top"
hud_group2_alpha "1"
hud_group2_frame ".5"
hud_group2_height "64"
hud_group2_name "group2"
hud_group2_picture ""
hud_group2_place "screen"
hud_group2_pos_x "0"
hud_group2_pos_y "0"
hud_group2_show "0"
hud_group2_tile "0"
hud_group2_width "64"
hud_group3_align_x "left"
hud_group3_align_y "top"
hud_group3_alpha "1"
hud_group3_frame ".5"
hud_group3_height "64"
hud_group3_name "group3"
hud_group3_picture ""
hud_group3_place "screen"
hud_group3_pos_x "0"
hud_group3_pos_y "0"
hud_group3_show "0"
hud_group3_tile "0"
hud_group3_width "64"
hud_group4_align_x "left"
hud_group4_align_y "top"
hud_group4_alpha "1"
hud_group4_frame ".5"
hud_group4_height "64"
hud_group4_name "group4"
hud_group4_picture ""
hud_group4_place "screen"
hud_group4_pos_x "0"
hud_group4_pos_y "0"
hud_group4_show "0"
hud_group4_tile "0"
hud_group4_width "64"
hud_group5_align_x "left"
hud_group5_align_y "top"
hud_group5_alpha "1"
hud_group5_frame ".5"
hud_group5_height "64"
hud_group5_name "group5"
hud_group5_picture ""
hud_group5_place "screen"
hud_group5_pos_x "0"
hud_group5_pos_y "0"
hud_group5_show "0"
hud_group5_tile "0"
hud_group5_width "64"
hud_group6_align_x "left"
hud_group6_align_y "top"
hud_group6_alpha "1"
hud_group6_frame ".5"
hud_group6_height "64"
hud_group6_name "group6"
hud_group6_picture ""
hud_group6_place "screen"
hud_group6_pos_x "0"
hud_group6_pos_y "0"
hud_group6_show "0"
hud_group6_tile "0"
hud_group6_width "64"
hud_group7_align_x "left"
hud_group7_align_y "top"
hud_group7_alpha "1"
hud_group7_frame ".5"
hud_group7_height "64"
hud_group7_name "group7"
hud_group7_picture ""
hud_group7_place "screen"
hud_group7_pos_x "0"
hud_group7_pos_y "0"
hud_group7_show "0"
hud_group7_tile "0"
hud_group7_width "64"
hud_group8_align_x "left"
hud_group8_align_y "top"
hud_group8_alpha "1"
hud_group8_frame ".5"
hud_group8_height "64"
hud_group8_name "group8"
hud_group8_picture ""
hud_group8_place "screen"
hud_group8_pos_x "0"
hud_group8_pos_y "0"
hud_group8_show "0"
hud_group8_tile "0"
hud_group8_width "64"
hud_group9_align_x "left"
hud_group9_align_y "top"
hud_group9_alpha "1"
hud_group9_frame ".5"
hud_group9_height "64"
hud_group9_name "group9"
hud_group9_picture ""
hud_group9_place "screen"
hud_group9_pos_x "0"
hud_group9_pos_y "0"
hud_group9_show "0"
hud_group9_tile "0"
hud_group9_width "64"
hud_gun2_align_x "before"
hud_gun2_align_y "center"
hud_gun2_frame "0"
hud_gun2_place "gun3"
hud_gun2_pos_x "0"
hud_gun2_pos_y "0"
hud_gun2_scale "1"
hud_gun2_show "1"
hud_gun2_style "0"
hud_gun3_align_x "before"
hud_gun3_align_y "center"
hud_gun3_frame "0"
hud_gun3_place "gun4"
hud_gun3_pos_x "0"
hud_gun3_pos_y "0"
hud_gun3_scale "1"
hud_gun3_show "1"
hud_gun3_style "0"
hud_gun4_align_x "before"
hud_gun4_align_y "center"
hud_gun4_frame "0"
hud_gun4_place "gun5"
hud_gun4_pos_x "0"
hud_gun4_pos_y "0"
hud_gun4_scale "1"
hud_gun4_show "1"
hud_gun4_style "0"
hud_gun5_align_x "before"
hud_gun5_align_y "center"
hud_gun5_frame "0"
hud_gun5_place "gun6"
hud_gun5_pos_x "0"
hud_gun5_pos_y "0"
hud_gun5_scale "1"
hud_gun5_show "1"
hud_gun5_style "0"
hud_gun6_align_x "before"
hud_gun6_align_y "center"
hud_gun6_frame "0"
hud_gun6_place "gun7"
hud_gun6_pos_x "0"
hud_gun6_pos_y "0"
hud_gun6_scale "1"
hud_gun6_show "1"
hud_gun6_style "0"
hud_gun7_align_x "before"
hud_gun7_align_y "center"
hud_gun7_frame "0"
hud_gun7_place "gun8"
hud_gun7_pos_x "0"
hud_gun7_pos_y "0"
hud_gun7_scale "1"
hud_gun7_show "1"
hud_gun7_style "0"
hud_gun8_align_x "center"
hud_gun8_align_y "before"
hud_gun8_frame "0"
hud_gun8_place "health"
hud_gun8_pos_x "0"
hud_gun8_pos_y "0"
hud_gun8_scale "1"
hud_gun8_show "1"
hud_gun8_style "0"
hud_gun8_wide "0"
hud_gun_align_x "after"
hud_gun_align_y "center"
hud_gun_frame "0"
hud_gun_place "ammo"
hud_gun_pos_x "0"
hud_gun_pos_y "0"
hud_gun_scale "1"
hud_gun_show "1"
hud_gun_style "0"
hud_gun_wide "0"
hud_health_align "right"
hud_health_align_x "center"
hud_health_align_y "bottom"
hud_health_digits "3"
hud_health_frame "0"
hud_health_place "screen"
hud_health_pos_x "0"
hud_health_pos_y "0"
hud_health_scale "1"
hud_health_show "1"
hud_health_style "0"
hud_healthdamage_align "right"
hud_healthdamage_align_x "left"
hud_healthdamage_align_y "before"
hud_healthdamage_digits "3"
hud_healthdamage_duration "0.8"
hud_healthdamage_frame "0"
hud_healthdamage_place "health"
hud_healthdamage_pos_x "0"
hud_healthdamage_pos_y "0"
hud_healthdamage_scale "1"
hud_healthdamage_show "0"
hud_healthdamage_style "0"
hud_iammo1_align_x "left"
hud_iammo1_align_y "top"
hud_iammo1_frame "0"
hud_iammo1_place "screen"
hud_iammo1_pos_x "0"
hud_iammo1_pos_y "0"
hud_iammo1_scale "1"
hud_iammo1_show "0"
hud_iammo1_style "2"
hud_iammo2_align_x "left"
hud_iammo2_align_y "top"
hud_iammo2_frame "0"
hud_iammo2_place "screen"
hud_iammo2_pos_x "0"
hud_iammo2_pos_y "0"
hud_iammo2_scale "1"
hud_iammo2_show "0"
hud_iammo2_style "2"
hud_iammo3_align_x "left"
hud_iammo3_align_y "top"
hud_iammo3_frame "0"
hud_iammo3_place "screen"
hud_iammo3_pos_x "0"
hud_iammo3_pos_y "0"
hud_iammo3_scale "1"
hud_iammo3_show "0"
hud_iammo3_style "2"
hud_iammo4_align_x "left"
hud_iammo4_align_y "top"
hud_iammo4_frame "0"
hud_iammo4_place "screen"
hud_iammo4_pos_x "0"
hud_iammo4_pos_y "0"
hud_iammo4_scale "1"
hud_iammo4_show "0"
hud_iammo4_style "2"
hud_iammo_align_x "after"
hud_iammo_align_y "center"
hud_iammo_frame "0"
hud_iammo_place "health"
hud_iammo_pos_x "0"
hud_iammo_pos_y "0"
hud_iammo_scale "1"
hud_iammo_show "1"
hud_iammo_style "0"
hud_iarmor_align_x "left"
hud_iarmor_align_y "after"
hud_iarmor_frame "0"
hud_iarmor_place "gun2"
hud_iarmor_pos_x "0"
hud_iarmor_pos_y "0"
hud_iarmor_scale "1"
hud_iarmor_show "1"
hud_iarmor_style "0"
hud_key1_align_x "after"
hud_key1_align_y "center"
hud_key1_frame "0"
hud_key1_place "quad"
hud_key1_pos_x "0"
hud_key1_pos_y "64"
hud_key1_scale "1"
hud_key1_show "1"
hud_key1_style "0"
hud_key2_align_x "after"
hud_key2_align_y "center"
hud_key2_frame "0"
hud_key2_place "key1"
hud_key2_pos_x "0"
hud_key2_pos_y "0"
hud_key2_scale "1"
hud_key2_show "1"
hud_key2_style "0"
hud_mp3_time_align_x "left"
hud_mp3_time_align_y "bottom"
hud_mp3_time_frame "0"
hud_mp3_time_on_scoreboard "0"
hud_mp3_time_place "top"
hud_mp3_time_pos_x "0"
hud_mp3_time_pos_y "0"
hud_mp3_time_show "0"
hud_mp3_time_style "0"
hud_mp3_title_align_x "right"
hud_mp3_title_align_y "bottom"
hud_mp3_title_frame "0"
hud_mp3_title_height "8"
hud_mp3_title_on_scoreboard "0"
hud_mp3_title_place "top"
hud_mp3_title_pos_x "0"
hud_mp3_title_pos_y "0"
hud_mp3_title_scroll "1"
hud_mp3_title_scroll_delay "0.5"
hud_mp3_title_show "0"
hud_mp3_title_style "2"
hud_mp3_title_width "512"
hud_mp3_title_wordwrap "0"
hud_net_align_x "left"
hud_net_align_y "center"
hud_net_frame "0.2"
hud_net_period "1"
hud_net_place "top"
hud_net_pos_x "0"
hud_net_pos_y "0"
hud_net_show "0"
hud_netgraph_align_x "left"
hud_netgraph_align_y "bottom"
hud_netgraph_alpha "1"
hud_netgraph_frame "0"
hud_netgraph_full "0"
hud_netgraph_height "32"
hud_netgraph_inframes "0"
hud_netgraph_lostscale "1"
hud_netgraph_place "top"
hud_netgraph_ploss "1"
hud_netgraph_pos_x "0"
hud_netgraph_pos_y "0"
hud_netgraph_scale "256"
hud_netgraph_show "0"
hud_netgraph_swap_x "0"
hud_netgraph_swap_y "0"
hud_netgraph_width "256"
hud_pent_align_x "after"
hud_pent_align_y "center"
hud_pent_frame "0"
hud_pent_place "ring"
hud_pent_pos_x "0"
hud_pent_pos_y "0"
hud_pent_scale "1"
hud_pent_show "1"
hud_pent_style "0"
hud_ping_align_x "after"
hud_ping_align_y "center"
hud_ping_blink "1"
hud_ping_frame "0"
hud_ping_period "1"
hud_ping_place "fps"
hud_ping_pos_x "0"
hud_ping_pos_y "0"
hud_ping_show "1"
hud_ping_show_dev "0"
hud_ping_show_max "0"
hud_ping_show_min "0"
hud_ping_show_pl "0"
hud_quad_align_x "after"
hud_quad_align_y "center"
hud_quad_frame "0"
hud_quad_place "suit"
hud_quad_pos_x "0"
hud_quad_pos_y "0"
hud_quad_scale "1"
hud_quad_show "1"
hud_quad_style "0"
hud_ring_align_x "after"
hud_ring_align_y "center"
hud_ring_frame "0"
hud_ring_place "gun8"
hud_ring_pos_x "0"
hud_ring_pos_y "0"
hud_ring_scale "1"
hud_ring_show "1"
hud_ring_style "0"
hud_sigil1_align_x "left"
hud_sigil1_align_y "top"
hud_sigil1_frame "0"
hud_sigil1_place "screen"
hud_sigil1_pos_x "0"
hud_sigil1_pos_y "0"
hud_sigil1_scale "1"
hud_sigil1_show "0"
hud_sigil1_style "0"
hud_sigil2_align_x "after"
hud_sigil2_align_y "top"
hud_sigil2_frame "0"
hud_sigil2_place "sigil1"
hud_sigil2_pos_x "0"
hud_sigil2_pos_y "0"
hud_sigil2_scale "1"
hud_sigil2_show "0"
hud_sigil2_style "0"
hud_sigil3_align_x "after"
hud_sigil3_align_y "top"
hud_sigil3_frame "0"
hud_sigil3_place "sigil2"
hud_sigil3_pos_x "0"
hud_sigil3_pos_y "0"
hud_sigil3_scale "1"
hud_sigil3_show "0"
hud_sigil3_style "0"
hud_sigil4_align_x "after"
hud_sigil4_align_y "top"
hud_sigil4_frame "0"
hud_sigil4_place "sigil3"
hud_sigil4_pos_x "0"
hud_sigil4_pos_y "0"
hud_sigil4_scale "1"
hud_sigil4_show "0"
hud_sigil4_style "0"
hud_speed_align_x "center"
hud_speed_align_y "bottom"
hud_speed_frame "0"
hud_speed_place "top"
hud_speed_pos_x "0"
hud_speed_pos_y "-5"
hud_speed_show "0"
hud_speed_xyz "0"
hud_suit_align_x "after"
hud_suit_align_y "center"
hud_suit_frame "0"
hud_suit_place "pent"
hud_suit_pos_x "0"
hud_suit_pos_y "0"
hud_suit_scale "1"
hud_suit_show "1"
hud_suit_style "0"
hud_teamfrags_align_x "center"
hud_teamfrags_align_y "before"
hud_teamfrags_cell_height "10"
hud_teamfrags_cell_width "32"
hud_teamfrags_cols "2"
hud_teamfrags_fliptext "1"
hud_teamfrags_frame "0"
hud_teamfrags_padtext "1"
hud_teamfrags_place "suit"
hud_teamfrags_pos_x "0"
hud_teamfrags_pos_y "0"
hud_teamfrags_rows "1"
hud_teamfrags_show "1"
hud_teamfrags_shownames "0"
hud_teamfrags_space_x "0"
hud_teamfrags_space_y "0"
hud_teamfrags_strip "0"
hud_teamfrags_style "0"
hud_teamfrags_vertical "0"
hud_tracking_align_x "left"
hud_tracking_align_y "before"
hud_tracking_format "%t > %n"
hud_tracking_frame "0"
hud_tracking_place "ammo1"
hud_tracking_pos_x "0"
hud_tracking_pos_y "0"
hud_tracking_show "1"
hud_recalculate
2006-04-28, 23:34
Member
810 posts

Registered:
Jan 1970
my teammate Trancemaster also did faitfull hud compatibile with all res and scr_newhud 1.

looks like that

http://img205.imageshack.us/img205/181/ezquake0003vs.png

//
// Head Up Display Configuration Dump
//

scr_newhud "1"
hud_ammo1_align "right"
hud_ammo1_align_x "left"
hud_ammo1_align_y "before"
hud_ammo1_digits "3"
hud_ammo1_frame "0"
hud_ammo1_place "gun2"
hud_ammo1_pos_x "0"
hud_ammo1_pos_y "0"
hud_ammo1_scale "1"
hud_ammo1_show "1"
hud_ammo1_style "2"
hud_ammo2_align "right"
hud_ammo2_align_x "after"
hud_ammo2_align_y "center"
hud_ammo2_digits "3"
hud_ammo2_frame "0"
hud_ammo2_place "ammo1"
hud_ammo2_pos_x "0"
hud_ammo2_pos_y "0"
hud_ammo2_scale "1"
hud_ammo2_show "1"
hud_ammo2_style "2"
hud_ammo3_align "right"
hud_ammo3_align_x "after"
hud_ammo3_align_y "center"
hud_ammo3_digits "3"
hud_ammo3_frame "0"
hud_ammo3_place "ammo2"
hud_ammo3_pos_x "0"
hud_ammo3_pos_y "0"
hud_ammo3_scale "1"
hud_ammo3_show "1"
hud_ammo3_style "2"
hud_ammo4_align "right"
hud_ammo4_align_x "after"
hud_ammo4_align_y "center"
hud_ammo4_digits "3"
hud_ammo4_frame "0"
hud_ammo4_place "ammo3"
hud_ammo4_pos_x "0"
hud_ammo4_pos_y "0"
hud_ammo4_scale "1"
hud_ammo4_show "1"
hud_ammo4_style "2"
hud_ammo_align "right"
hud_ammo_align_x "after"
hud_ammo_align_y "center"
hud_ammo_digits "3"
hud_ammo_frame "0"
hud_ammo_place "iammo"
hud_ammo_pos_x "0"
hud_ammo_pos_y "0"
hud_ammo_scale "1"
hud_ammo_show "1"
hud_ammo_style "0"
hud_armor_align "right"
hud_armor_align_x "after"
hud_armor_align_y "center"
hud_armor_digits "3"
hud_armor_frame "0"
hud_armor_place "iarmor"
hud_armor_pos_x "0"
hud_armor_pos_y "0"
hud_armor_scale "1"
hud_armor_show "1"
hud_armor_style "0"
hud_armordamage_align "right"
hud_armordamage_align_x "left"
hud_armordamage_align_y "before"
hud_armordamage_digits "3"
hud_armordamage_duration "0.8"
hud_armordamage_frame "0"
hud_armordamage_place "armor"
hud_armordamage_pos_x "0"
hud_armordamage_pos_y "0"
hud_armordamage_scale "1"
hud_armordamage_show "0"
hud_armordamage_style "0"
hud_clock_align_x "right"
hud_clock_align_y "after"
hud_clock_big "0"
hud_clock_blink "0"
hud_clock_frame "0"
hud_clock_place "gameclock"
hud_clock_pos_x "0"
hud_clock_pos_y "0"
hud_clock_scale "1"
hud_clock_show "1"
hud_clock_style "0"
hud_face_align_x "before"
hud_face_align_y "center"
hud_face_frame "0"
hud_face_place "health"
hud_face_pos_x "0"
hud_face_pos_y "0"
hud_face_scale "1"
hud_face_show "1"
hud_fps_align_x "after"
hud_fps_align_y "center"
hud_fps_decimals "0"
hud_fps_frame "0"
hud_fps_place "teamfrags"
hud_fps_pos_x "0"
hud_fps_pos_y "0"
hud_fps_show "1"
hud_fps_show_min "0"
hud_fps_title "0"
hud_frags_align_x "left"
hud_frags_align_y "top"
hud_frags_cell_height "8"
hud_frags_cell_width "32"
hud_frags_cols "4"
hud_frags_fliptext "0"
hud_frags_frame "0"
hud_frags_padtext "1"
hud_frags_place "screen"
hud_frags_pos_x "0"
hud_frags_pos_y "0"
hud_frags_rows "1"
hud_frags_show "0"
hud_frags_shownames "0"
hud_frags_showself_always "1"
hud_frags_showteams "0"
hud_frags_space_x "1"
hud_frags_space_y "1"
hud_frags_strip "1"
hud_frags_style "0"
hud_frags_teamsort "0"
hud_frags_vertical "0"
hud_gameclock_align_x "right"
hud_gameclock_align_y "after"
hud_gameclock_big "0"
hud_gameclock_blink "0"
hud_gameclock_countdown "0"
hud_gameclock_frame "0"
hud_gameclock_place "ping"
hud_gameclock_pos_x "0"
hud_gameclock_pos_y "0"
hud_gameclock_scale "1"
hud_gameclock_show "1"
hud_gameclock_style "0"
hud_group1_align_x "left"
hud_group1_align_y "top"
hud_group1_alpha "1"
hud_group1_frame ".5"
hud_group1_height "64"
hud_group1_name "group1"
hud_group1_picture ""
hud_group1_place "screen"
hud_group1_pos_x "0"
hud_group1_pos_y "0"
hud_group1_show "0"
hud_group1_tile "0"
hud_group1_width "64"
hud_group2_align_x "left"
hud_group2_align_y "top"
hud_group2_alpha "1"
hud_group2_frame ".5"
hud_group2_height "64"
hud_group2_name "group2"
hud_group2_picture ""
hud_group2_place "screen"
hud_group2_pos_x "0"
hud_group2_pos_y "0"
hud_group2_show "0"
hud_group2_tile "0"
hud_group2_width "64"
hud_group3_align_x "left"
hud_group3_align_y "top"
hud_group3_alpha "1"
hud_group3_frame ".5"
hud_group3_height "64"
hud_group3_name "group3"
hud_group3_picture ""
hud_group3_place "screen"
hud_group3_pos_x "0"
hud_group3_pos_y "0"
hud_group3_show "0"
hud_group3_tile "0"
hud_group3_width "64"
hud_group4_align_x "left"
hud_group4_align_y "top"
hud_group4_alpha "1"
hud_group4_frame ".5"
hud_group4_height "64"
hud_group4_name "group4"
hud_group4_picture ""
hud_group4_place "screen"
hud_group4_pos_x "0"
hud_group4_pos_y "0"
hud_group4_show "0"
hud_group4_tile "0"
hud_group4_width "64"
hud_group5_align_x "left"
hud_group5_align_y "top"
hud_group5_alpha "1"
hud_group5_frame ".5"
hud_group5_height "64"
hud_group5_name "group5"
hud_group5_picture ""
hud_group5_place "screen"
hud_group5_pos_x "0"
hud_group5_pos_y "0"
hud_group5_show "0"
hud_group5_tile "0"
hud_group5_width "64"
hud_group6_align_x "left"
hud_group6_align_y "top"
hud_group6_alpha "1"
hud_group6_frame ".5"
hud_group6_height "64"
hud_group6_name "group6"
hud_group6_picture ""
hud_group6_place "screen"
hud_group6_pos_x "0"
hud_group6_pos_y "0"
hud_group6_show "0"
hud_group6_tile "0"
hud_group6_width "64"
hud_group7_align_x "left"
hud_group7_align_y "top"
hud_group7_alpha "1"
hud_group7_frame ".5"
hud_group7_height "64"
hud_group7_name "group7"
hud_group7_picture ""
hud_group7_place "screen"
hud_group7_pos_x "0"
hud_group7_pos_y "0"
hud_group7_show "0"
hud_group7_tile "0"
hud_group7_width "64"
hud_group8_align_x "left"
hud_group8_align_y "top"
hud_group8_alpha "1"
hud_group8_frame ".5"
hud_group8_height "64"
hud_group8_name "group8"
hud_group8_picture ""
hud_group8_place "screen"
hud_group8_pos_x "0"
hud_group8_pos_y "0"
hud_group8_show "0"
hud_group8_tile "0"
hud_group8_width "64"
hud_group9_align_x "left"
hud_group9_align_y "top"
hud_group9_alpha "1"
hud_group9_frame ".5"
hud_group9_height "64"
hud_group9_name "group9"
hud_group9_picture ""
hud_group9_place "screen"
hud_group9_pos_x "0"
hud_group9_pos_y "0"
hud_group9_show "0"
hud_group9_tile "0"
hud_group9_width "64"
hud_gun2_align_x "before"
hud_gun2_align_y "center"
hud_gun2_frame "0"
hud_gun2_place "gun3"
hud_gun2_pos_x "0"
hud_gun2_pos_y "0"
hud_gun2_scale "1"
hud_gun2_show "1"
hud_gun2_style "0"
hud_gun3_align_x "before"
hud_gun3_align_y "center"
hud_gun3_frame "0"
hud_gun3_place "gun4"
hud_gun3_pos_x "0"
hud_gun3_pos_y "0"
hud_gun3_scale "1"
hud_gun3_show "1"
hud_gun3_style "0"
hud_gun4_align_x "before"
hud_gun4_align_y "center"
hud_gun4_frame "0"
hud_gun4_place "gun5"
hud_gun4_pos_x "0"
hud_gun4_pos_y "0"
hud_gun4_scale "1"
hud_gun4_show "1"
hud_gun4_style "0"
hud_gun5_align_x "before"
hud_gun5_align_y "center"
hud_gun5_frame "0"
hud_gun5_place "gun6"
hud_gun5_pos_x "0"
hud_gun5_pos_y "0"
hud_gun5_scale "1"
hud_gun5_show "1"
hud_gun5_style "0"
hud_gun6_align_x "before"
hud_gun6_align_y "center"
hud_gun6_frame "0"
hud_gun6_place "gun7"
hud_gun6_pos_x "0"
hud_gun6_pos_y "0"
hud_gun6_scale "1"
hud_gun6_show "1"
hud_gun6_style "0"
hud_gun7_align_x "before"
hud_gun7_align_y "center"
hud_gun7_frame "0"
hud_gun7_place "gun8"
hud_gun7_pos_x "0"
hud_gun7_pos_y "0"
hud_gun7_scale "1"
hud_gun7_show "1"
hud_gun7_style "0"
hud_gun8_align_x "center"
hud_gun8_align_y "before"
hud_gun8_frame "0"
hud_gun8_place "health"
hud_gun8_pos_x "0"
hud_gun8_pos_y "0"
hud_gun8_scale "1"
hud_gun8_show "1"
hud_gun8_style "0"
hud_gun8_wide "0"
hud_gun_align_x "after"
hud_gun_align_y "center"
hud_gun_frame "0"
hud_gun_place "ammo"
hud_gun_pos_x "0"
hud_gun_pos_y "0"
hud_gun_scale "1"
hud_gun_show "1"
hud_gun_style "0"
hud_gun_wide "0"
hud_health_align "right"
hud_health_align_x "center"
hud_health_align_y "bottom"
hud_health_digits "3"
hud_health_frame "0"
hud_health_place "screen"
hud_health_pos_x "0"
hud_health_pos_y "0"
hud_health_scale "1"
hud_health_show "1"
hud_health_style "0"
hud_healthdamage_align "right"
hud_healthdamage_align_x "left"
hud_healthdamage_align_y "before"
hud_healthdamage_digits "3"
hud_healthdamage_duration "0.8"
hud_healthdamage_frame "0"
hud_healthdamage_place "health"
hud_healthdamage_pos_x "0"
hud_healthdamage_pos_y "0"
hud_healthdamage_scale "1"
hud_healthdamage_show "0"
hud_healthdamage_style "0"
hud_iammo1_align_x "left"
hud_iammo1_align_y "top"
hud_iammo1_frame "0"
hud_iammo1_place "screen"
hud_iammo1_pos_x "0"
hud_iammo1_pos_y "0"
hud_iammo1_scale "1"
hud_iammo1_show "0"
hud_iammo1_style "2"
hud_iammo2_align_x "left"
hud_iammo2_align_y "top"
hud_iammo2_frame "0"
hud_iammo2_place "screen"
hud_iammo2_pos_x "0"
hud_iammo2_pos_y "0"
hud_iammo2_scale "1"
hud_iammo2_show "0"
hud_iammo2_style "2"
hud_iammo3_align_x "left"
hud_iammo3_align_y "top"
hud_iammo3_frame "0"
hud_iammo3_place "screen"
hud_iammo3_pos_x "0"
hud_iammo3_pos_y "0"
hud_iammo3_scale "1"
hud_iammo3_show "0"
hud_iammo3_style "2"
hud_iammo4_align_x "left"
hud_iammo4_align_y "top"
hud_iammo4_frame "0"
hud_iammo4_place "screen"
hud_iammo4_pos_x "0"
hud_iammo4_pos_y "0"
hud_iammo4_scale "1"
hud_iammo4_show "0"
hud_iammo4_style "2"
hud_iammo_align_x "after"
hud_iammo_align_y "center"
hud_iammo_frame "0"
hud_iammo_place "health"
hud_iammo_pos_x "0"
hud_iammo_pos_y "0"
hud_iammo_scale "1"
hud_iammo_show "1"
hud_iammo_style "0"
hud_iarmor_align_x "left"
hud_iarmor_align_y "after"
hud_iarmor_frame "0"
hud_iarmor_place "gun2"
hud_iarmor_pos_x "0"
hud_iarmor_pos_y "0"
hud_iarmor_scale "1"
hud_iarmor_show "1"
hud_iarmor_style "0"
hud_key1_align_x "after"
hud_key1_align_y "center"
hud_key1_frame "0"
hud_key1_place "quad"
hud_key1_pos_x "0"
hud_key1_pos_y "64"
hud_key1_scale "1"
hud_key1_show "1"
hud_key1_style "0"
hud_key2_align_x "after"
hud_key2_align_y "center"
hud_key2_frame "0"
hud_key2_place "key1"
hud_key2_pos_x "0"
hud_key2_pos_y "0"
hud_key2_scale "1"
hud_key2_show "1"
hud_key2_style "0"
hud_mp3_time_align_x "left"
hud_mp3_time_align_y "bottom"
hud_mp3_time_frame "0"
hud_mp3_time_on_scoreboard "0"
hud_mp3_time_place "top"
hud_mp3_time_pos_x "0"
hud_mp3_time_pos_y "0"
hud_mp3_time_show "0"
hud_mp3_time_style "0"
hud_mp3_title_align_x "right"
hud_mp3_title_align_y "bottom"
hud_mp3_title_frame "0"
hud_mp3_title_height "8"
hud_mp3_title_on_scoreboard "0"
hud_mp3_title_place "top"
hud_mp3_title_pos_x "0"
hud_mp3_title_pos_y "0"
hud_mp3_title_scroll "1"
hud_mp3_title_scroll_delay "0.5"
hud_mp3_title_show "0"
hud_mp3_title_style "2"
hud_mp3_title_width "512"
hud_mp3_title_wordwrap "0"
hud_net_align_x "left"
hud_net_align_y "center"
hud_net_frame "0.2"
hud_net_period "1"
hud_net_place "top"
hud_net_pos_x "0"
hud_net_pos_y "0"
hud_net_show "0"
hud_netgraph_align_x "left"
hud_netgraph_align_y "bottom"
hud_netgraph_alpha "1"
hud_netgraph_frame "0"
hud_netgraph_full "0"
hud_netgraph_height "32"
hud_netgraph_inframes "0"
hud_netgraph_lostscale "1"
hud_netgraph_place "top"
hud_netgraph_ploss "1"
hud_netgraph_pos_x "0"
hud_netgraph_pos_y "0"
hud_netgraph_scale "256"
hud_netgraph_show "0"
hud_netgraph_swap_x "0"
hud_netgraph_swap_y "0"
hud_netgraph_width "256"
hud_pent_align_x "after"
hud_pent_align_y "center"
hud_pent_frame "0"
hud_pent_place "ring"
hud_pent_pos_x "0"
hud_pent_pos_y "0"
hud_pent_scale "1"
hud_pent_show "1"
hud_pent_style "0"
hud_ping_align_x "after"
hud_ping_align_y "center"
hud_ping_blink "1"
hud_ping_frame "0"
hud_ping_period "1"
hud_ping_place "fps"
hud_ping_pos_x "0"
hud_ping_pos_y "0"
hud_ping_show "1"
hud_ping_show_dev "0"
hud_ping_show_max "0"
hud_ping_show_min "0"
hud_ping_show_pl "0"
hud_quad_align_x "after"
hud_quad_align_y "center"
hud_quad_frame "0"
hud_quad_place "suit"
hud_quad_pos_x "0"
hud_quad_pos_y "0"
hud_quad_scale "1"
hud_quad_show "1"
hud_quad_style "0"
hud_ring_align_x "after"
hud_ring_align_y "center"
hud_ring_frame "0"
hud_ring_place "gun8"
hud_ring_pos_x "0"
hud_ring_pos_y "0"
hud_ring_scale "1"
hud_ring_show "1"
hud_ring_style "0"
hud_sigil1_align_x "left"
hud_sigil1_align_y "top"
hud_sigil1_frame "0"
hud_sigil1_place "screen"
hud_sigil1_pos_x "0"
hud_sigil1_pos_y "0"
hud_sigil1_scale "1"
hud_sigil1_show "0"
hud_sigil1_style "0"
hud_sigil2_align_x "after"
hud_sigil2_align_y "top"
hud_sigil2_frame "0"
hud_sigil2_place "sigil1"
hud_sigil2_pos_x "0"
hud_sigil2_pos_y "0"
hud_sigil2_scale "1"
hud_sigil2_show "0"
hud_sigil2_style "0"
hud_sigil3_align_x "after"
hud_sigil3_align_y "top"
hud_sigil3_frame "0"
hud_sigil3_place "sigil2"
hud_sigil3_pos_x "0"
hud_sigil3_pos_y "0"
hud_sigil3_scale "1"
hud_sigil3_show "0"
hud_sigil3_style "0"
hud_sigil4_align_x "after"
hud_sigil4_align_y "top"
hud_sigil4_frame "0"
hud_sigil4_place "sigil3"
hud_sigil4_pos_x "0"
hud_sigil4_pos_y "0"
hud_sigil4_scale "1"
hud_sigil4_show "0"
hud_sigil4_style "0"
hud_speed_align_x "center"
hud_speed_align_y "bottom"
hud_speed_frame "0"
hud_speed_place "top"
hud_speed_pos_x "0"
hud_speed_pos_y "-5"
hud_speed_show "0"
hud_speed_xyz "0"
hud_suit_align_x "after"
hud_suit_align_y "center"
hud_suit_frame "0"
hud_suit_place "pent"
hud_suit_pos_x "0"
hud_suit_pos_y "0"
hud_suit_scale "1"
hud_suit_show "1"
hud_suit_style "0"
hud_teamfrags_align_x "center"
hud_teamfrags_align_y "before"
hud_teamfrags_cell_height "10"
hud_teamfrags_cell_width "32"
hud_teamfrags_cols "2"
hud_teamfrags_fliptext "1"
hud_teamfrags_frame "0"
hud_teamfrags_padtext "1"
hud_teamfrags_place "suit"
hud_teamfrags_pos_x "0"
hud_teamfrags_pos_y "0"
hud_teamfrags_rows "1"
hud_teamfrags_show "1"
hud_teamfrags_shownames "0"
hud_teamfrags_space_x "0"
hud_teamfrags_space_y "0"
hud_teamfrags_strip "0"
hud_teamfrags_style "0"
hud_teamfrags_vertical "0"
hud_tracking_align_x "left"
hud_tracking_align_y "before"
hud_tracking_format "%t > %n"
hud_tracking_frame "0"
hud_tracking_place "ammo1"
hud_tracking_pos_x "0"
hud_tracking_pos_y "0"
hud_tracking_show "1"
hud_recalculate
2006-04-28, 23:39
Member
1011 posts

Registered:
Feb 2006
theoretically, the original hud(s) should be 100% faithfully recoded in mqwcl/ezquake hud style format (with any additions to the mqwcl/ezquake hud system being made) and the old ones could then be ripped out
2006-04-29, 15:24
Member
810 posts

Registered:
Jan 1970
1) its wad addons ( orginal byt withwout backgroud)
2) it isnt info bar its console with scr_conalpha (you can see ^^^^^^^^^^^^^ )
3) place group1 screen , align group1 center console ; group1 alpha 0.5
2006-04-29, 15:30
Member
151 posts

Registered:
Feb 2006
i cant believe def's asking $5 for the hud config lol
btw I have a spare shoe lace if anyone is interested £5 paypal not shipped.
bd
2006-04-29, 17:06
Member
129 posts

Registered:
Mar 2006
bandog wrote:
i cant believe def's asking $5 for the hud config lol
btw I have a spare shoe lace if anyone is interested £5 paypal not shipped.

HAHAHA I'll take 5 mate
Wheeeeeee!!
2006-04-29, 17:08
Member
129 posts

Registered:
Mar 2006
N1 Empezar, I hope that didnae cost u $5?
Wheeeeeee!!
2006-04-29, 17:21
Administrator
2058 posts

Registered:
Jan 2006
i bet that time could have been spent gathering more than $5 so perhaps I should just have bought it instead
2006-04-29, 20:49
Member
163 posts

Registered:
Jan 2006
100€ and ull get ur hand on the finnished version of this:

http://img221.imageshack.us/img221/6730/ezquake0005ma.th.jpg


<this is just a first test>
http://www.aimbot.se/pic/dopefish_anim.gif
2006-04-30, 08:27
Member
129 posts

Registered:
Mar 2006
Another hud using hud icons from quakeaddicted, based roughly on Def's $5 hud

http://myweb.tiscali.co.uk/daviekhan/hud.jpg


//hud components
show health
show ammo
show armor
show clock
show frags
show face
show iarmor
show iammo1
show iammo2
show iammo3
show iammo4
show ammo1
show ammo2
show ammo3
show ammo4
show gun
show gun2
show gun3
show gun4
show gun5
show gun6
show gun7
show gun8

align gun center center
move gun -20 1
gun scale 0.9
gun style 1
align gun2 center bottom
move gun2 -145 -75
gun2 style 0
gun2 scale 1.5
align gun3 center bottom
move gun3 30 0
gun3 style 1
gun3 scale 1.5
//gun3 frame 0.8
align gun4 center bottom
move gun4 30 0
gun4 style 1
gun4 scale 1.5
align gun5 center bottom
move gun5 30 0
gun5 style 1
gun5 scale 1.5
//gun5 frame 0.8
align gun6 center bottom
move gun6 120 0
gun6 style 1
gun6 scale 1.5
align gun7 center bottom
move gun7 30 0
gun7 style 1
gun7 scale 1.5
//gun7 frame 0.8
align gun8 center bottom
move gun8 30 0
gun8 style 1
gun8 scale 1.5

align frags center bottom
move frags 5 -30
frags cols 1
frags rows 4

align clock center bottom
move clock 5 -75
clock style 0
clock blink 0
clock big 0

align ammo center center
move ammo 20 1
ammo scale 0.25
ammo digits 2
align iammo1 center bottom
move iammo1 -180 0
iammo1 scale 1
iammo1 style 0
align iammo2 center bottom
move iammo2 -80 0
iammo2 scale 1
iammo2 style 0
align iammo3 center bottom
move iammo3 20 0
iammo3 scale 1
iammo3 style 0
align iammo4 center bottom
move iammo4 120 0
iammo4 scale 1
iammo4 style 0

align ammo1 center bottom
move ammo1 -130 0
ammo1 scale 1
align ammo2 center bottom
move ammo2 -30 0
ammo2 scale 1
align ammo3 center bottom
move ammo3 70 0
ammo3 scale 1
align ammo4 center bottom
move ammo4 170 0
ammo4 scale 1

align health center bottom
health scale 2
move health 145 -25
align face center bottom
face scale 2
move face 52 -25

align armor center bottom
move armor -90 -25
armor scale 2
align iarmor center bottom
move iarmor -185 -25
iarmor scale 2
Wheeeeeee!!
2006-04-30, 08:33
Member
129 posts

Registered:
Mar 2006
the-interceptor wrote:
100€ and ull get ur hand on the finnished version of this:

http://img221.imageshack.us/img221/6730/ezquake0005ma.th.jpg

<this is just a first test>

Attempted something similar mesel but couldn't find a way to get transparency for the face icon (i'm assuming thats what ur using for the console) if I make it transparent in paintshop it doesn't show up in quake at all.
Any ideas on how to get transparent effects?

Was planning on trying something along this sort of line, as though your looking through a helmet visor...

http://www.knir.cz/sklad/michal/finall2/images/gamecube/metroid/metroid2.jpg
Wheeeeeee!!
2006-04-30, 11:52
Administrator
2058 posts

Registered:
Jan 2006
transparency for hud items would be pretty damn awesome..
2006-04-30, 13:46
Administrator
2058 posts

Registered:
Jan 2006
3rd update on my def hud (I removed my old def hud post):

http://emp.f.nu/ezquake047.jpg

http://emp.f.nu/ezquake048.jpg


copy of def's hud

hud items: http://emp.f.nu/emphud3wad.zip

//
// Head Up Display Configuration Dump
//

scr_newhud "1"
hud_ammo1_align "right"
hud_ammo1_align_x "center"
hud_ammo1_align_y "bottom"
hud_ammo1_digits "3"
hud_ammo1_frame "0"
hud_ammo1_place "gun3"
hud_ammo1_pos_x "0"
hud_ammo1_pos_y "10"
hud_ammo1_scale "1"
hud_ammo1_show "1"
hud_ammo1_style "2"
hud_ammo2_align "right"
hud_ammo2_align_x "center"
hud_ammo2_align_y "bottom"
hud_ammo2_digits "3"
hud_ammo2_frame "0"
hud_ammo2_place "gun5"
hud_ammo2_pos_x "0"
hud_ammo2_pos_y "10"
hud_ammo2_scale "1"
hud_ammo2_show "1"
hud_ammo2_style "2"
hud_ammo3_align "right"
hud_ammo3_align_x "center"
hud_ammo3_align_y "bottom"
hud_ammo3_digits "3"
hud_ammo3_frame "0"
hud_ammo3_place "gun6"
hud_ammo3_pos_x "0"
hud_ammo3_pos_y "10"
hud_ammo3_scale "1"
hud_ammo3_show "1"
hud_ammo3_style "2"
hud_ammo4_align "right"
hud_ammo4_align_x "center"
hud_ammo4_align_y "bottom"
hud_ammo4_digits "3"
hud_ammo4_frame "0"
hud_ammo4_place "gun8"
hud_ammo4_pos_x "0"
hud_ammo4_pos_y "9"
hud_ammo4_scale "1"
hud_ammo4_show "1"
hud_ammo4_style "2"
hud_ammo_align "right"
hud_ammo_align_x "after"
hud_ammo_align_y "bottom"
hud_ammo_digits "3"
hud_ammo_frame "0"
hud_ammo_place "health"
hud_ammo_pos_x "10"
hud_ammo_pos_y "0"
hud_ammo_scale "0.9"
hud_ammo_show "1"
hud_ammo_style "0"
hud_armor_align "left"
hud_armor_align_x "before"
hud_armor_align_y "bottom"
hud_armor_digits "3"
hud_armor_frame "0"
hud_armor_place "health"
hud_armor_pos_x "-10"
hud_armor_pos_y "0"
hud_armor_scale "0.9"
hud_armor_show "1"
hud_armor_style "0"
hud_armordamage_align "right"
hud_armordamage_align_x "left"
hud_armordamage_align_y "before"
hud_armordamage_digits "3"
hud_armordamage_duration "0.8"
hud_armordamage_frame "0"
hud_armordamage_place "armor"
hud_armordamage_pos_x "0"
hud_armordamage_pos_y "0"
hud_armordamage_scale "1"
hud_armordamage_show "0"
hud_armordamage_style "0"
hud_clock_align_x "right"
hud_clock_align_y "console"
hud_clock_big "1"
hud_clock_blink "0"
hud_clock_frame "0"
hud_clock_place "group2"
hud_clock_pos_x "0"
hud_clock_pos_y "-12"
hud_clock_scale "0.3"
hud_clock_show "1"
hud_clock_style "0"
hud_face_align_x "before"
hud_face_align_y "bottom"
hud_face_frame "0"
hud_face_place "health"
hud_face_pos_x "0"
hud_face_pos_y "0"
hud_face_scale "0.84"
hud_face_show "0"
hud_fps_align_x "left"
hud_fps_align_y "console"
hud_fps_decimals "0"
hud_fps_frame "0"
hud_fps_place "group2"
hud_fps_pos_x "0"
hud_fps_pos_y "-13"
hud_fps_show "1"
hud_fps_show_min "0"
hud_fps_title "1"
hud_frags_align_x "center"
hud_frags_align_y "bottom"
hud_frags_cell_height "8"
hud_frags_cell_width "28"
hud_frags_cols "8"
hud_frags_fliptext "0"
hud_frags_frame "0"
hud_frags_padtext "1"
hud_frags_place "screen"
hud_frags_pos_x "0"
hud_frags_pos_y "0"
hud_frags_rows "1"
hud_frags_show "0"
hud_frags_shownames "0"
hud_frags_showself_always "1"
hud_frags_showteams "0"
hud_frags_space_x "1"
hud_frags_space_y "1"
hud_frags_strip "1"
hud_frags_style "2"
hud_frags_teamsort "0"
hud_frags_vertical "0"
hud_gameclock_align_x "center"
hud_gameclock_align_y "bottom"
hud_gameclock_big "1"
hud_gameclock_blink "0"
hud_gameclock_countdown "1"
hud_gameclock_frame "0"
hud_gameclock_place "screen"
hud_gameclock_pos_x "0"
hud_gameclock_pos_y "-40"
hud_gameclock_scale "0.3"
hud_gameclock_show "1"
hud_gameclock_style "0"
hud_group1_align_x "center"
hud_group1_align_y "bottom"
hud_group1_alpha "0.1"
hud_group1_frame ".5"
hud_group1_height "24"
hud_group1_name "group1"
hud_group1_picture ""
hud_group1_place "screen"
hud_group1_pos_x "0"
hud_group1_pos_y "0"
hud_group1_show "1"
hud_group1_tile "0"
hud_group1_width "70"
hud_group2_align_x "center"
hud_group2_align_y "console"
hud_group2_alpha "1"
hud_group2_frame "1"
hud_group2_height "10"
hud_group2_name "group2"
hud_group2_picture ""
hud_group2_place "screen"
hud_group2_pos_x "0"
hud_group2_pos_y "-13"
hud_group2_show "1"
hud_group2_tile "0"
hud_group2_width "320"
hud_group3_align_x "center"
hud_group3_align_y "center"
hud_group3_alpha "1"
hud_group3_frame ".5"
hud_group3_height "10"
hud_group3_name "group2"
hud_group3_picture ""
hud_group3_place "gun4"
hud_group3_pos_x "-8"
hud_group3_pos_y "-1"
hud_group3_show "0"
hud_group3_tile "0"
hud_group3_width "60"
hud_group4_align_x "center"
hud_group4_align_y "center"
hud_group4_alpha "1"
hud_group4_frame ".5"
hud_group4_height "10"
hud_group4_name "group2"
hud_group4_picture ""
hud_group4_place "gun6"
hud_group4_pos_x "-8"
hud_group4_pos_y "-1"
hud_group4_show "0"
hud_group4_tile "0"
hud_group4_width "60"
hud_group5_align_x "center"
hud_group5_align_y "center"
hud_group5_alpha "1"
hud_group5_frame ".5"
hud_group5_height "10"
hud_group5_name "group2"
hud_group5_picture ""
hud_group5_place "gun8"
hud_group5_pos_x "-8"
hud_group5_pos_y "-1"
hud_group5_show "0"
hud_group5_tile "0"
hud_group5_width "60"
hud_group6_align_x "left"
hud_group6_align_y "top"
hud_group6_alpha "1"
hud_group6_frame ".5"
hud_group6_height "64"
hud_group6_name "group6"
hud_group6_picture ""
hud_group6_place "screen"
hud_group6_pos_x "0"
hud_group6_pos_y "0"
hud_group6_show "0"
hud_group6_tile "0"
hud_group6_width "64"
hud_group7_align_x "left"
hud_group7_align_y "top"
hud_group7_alpha "1"
hud_group7_frame ".5"
hud_group7_height "64"
hud_group7_name "group7"
hud_group7_picture ""
hud_group7_place "screen"
hud_group7_pos_x "0"
hud_group7_pos_y "0"
hud_group7_show "0"
hud_group7_tile "0"
hud_group7_width "64"
hud_group8_align_x "left"
hud_group8_align_y "top"
hud_group8_alpha "1"
hud_group8_frame ".5"
hud_group8_height "64"
hud_group8_name "group8"
hud_group8_picture ""
hud_group8_place "screen"
hud_group8_pos_x "0"
hud_group8_pos_y "0"
hud_group8_show "0"
hud_group8_tile "0"
hud_group8_width "64"
hud_group9_align_x "left"
hud_group9_align_y "top"
hud_group9_alpha "1"
hud_group9_frame ".5"
hud_group9_height "64"
hud_group9_name "group9"
hud_group9_picture ""
hud_group9_place "screen"
hud_group9_pos_x "0"
hud_group9_pos_y "0"
hud_group9_show "0"
hud_group9_tile "0"
hud_group9_width "64"
hud_gun2_align_x "before"
hud_gun2_align_y "bottom"
hud_gun2_frame "0"
hud_gun2_place "gun3"
hud_gun2_pos_x "0"
hud_gun2_pos_y "0"
hud_gun2_scale "0.6"
hud_gun2_show "0"
hud_gun2_style "0"
hud_gun3_align_x "center"
hud_gun3_align_y "bottom"
hud_gun3_frame "0"
hud_gun3_place "screen"
hud_gun3_pos_x "-100"
hud_gun3_pos_y "-35"
hud_gun3_scale "0.8"
hud_gun3_show "1"
hud_gun3_style "0"
hud_gun4_align_x "after"
hud_gun4_align_y "bottom"
hud_gun4_frame "0"
hud_gun4_place "gun3"
hud_gun4_pos_x "0"
hud_gun4_pos_y "0"
hud_gun4_scale "0.8"
hud_gun4_show "1"
hud_gun4_style "0"
hud_gun5_align_x "after"
hud_gun5_align_y "bottom"
hud_gun5_frame "0"
hud_gun5_place "gun4"
hud_gun5_pos_x "0"
hud_gun5_pos_y "0"
hud_gun5_scale "0.8"
hud_gun5_show "1"
hud_gun5_style "0"
hud_gun6_align_x "before"
hud_gun6_align_y "bottom"
hud_gun6_frame "0"
hud_gun6_place "gun7"
hud_gun6_pos_x "0"
hud_gun6_pos_y "0"
hud_gun6_scale "0.8"
hud_gun6_show "1"
hud_gun6_style "0"
hud_gun7_align_x "before"
hud_gun7_align_y "center"
hud_gun7_frame "0"
hud_gun7_place "gun8"
hud_gun7_pos_x "0"
hud_gun7_pos_y "-1"
hud_gun7_scale "0.8"
hud_gun7_show "1"
hud_gun7_style "0"
hud_gun8_align_x "center"
hud_gun8_align_y "bottom"
hud_gun8_frame "0"
hud_gun8_place "screen"
hud_gun8_pos_x "100"
hud_gun8_pos_y "-34"
hud_gun8_scale "0.8"
hud_gun8_show "1"
hud_gun8_style "0"
hud_gun8_wide "0"
hud_gun_align_x "center"
hud_gun_align_y "bottom"
hud_gun_frame "0"
hud_gun_place "screen"
hud_gun_pos_x "center"
hud_gun_pos_y "-43"
hud_gun_scale "0.5"
hud_gun_show "0"
hud_gun_style "1"
hud_gun_wide "0"
hud_health_align "center"
hud_health_align_x "center"
hud_health_align_y "bottom"
hud_health_digits "3"
hud_health_frame "0"
hud_health_place "screen"
hud_health_pos_x "0"
hud_health_pos_y "-2"
hud_health_scale "0.9"
hud_health_show "1"
hud_health_style "0"
hud_healthdamage_align "right"
hud_healthdamage_align_x "left"
hud_healthdamage_align_y "before"
hud_healthdamage_digits "3"
hud_healthdamage_duration "0.8"
hud_healthdamage_frame "0"
hud_healthdamage_place "health"
hud_healthdamage_pos_x "0"
hud_healthdamage_pos_y "0"
hud_healthdamage_scale "1"
hud_healthdamage_show "0"
hud_healthdamage_style "0"
hud_iammo1_align_x "after"
hud_iammo1_align_y "top"
hud_iammo1_frame "0"
hud_iammo1_place "ammo1"
hud_iammo1_pos_x "1"
hud_iammo1_pos_y "1"
hud_iammo1_scale "0.25"
hud_iammo1_show "0"
hud_iammo1_style "0"
hud_iammo2_align_x "after"
hud_iammo2_align_y "top"
hud_iammo2_frame "0"
hud_iammo2_place "ammo2"
hud_iammo2_pos_x "1"
hud_iammo2_pos_y "1"
hud_iammo2_scale "0.25"
hud_iammo2_show "0"
hud_iammo2_style "0"
hud_iammo3_align_x "after"
hud_iammo3_align_y "top"
hud_iammo3_frame "0"
hud_iammo3_place "ammo3"
hud_iammo3_pos_x "1"
hud_iammo3_pos_y "1"
hud_iammo3_scale "0.25"
hud_iammo3_show "0"
hud_iammo3_style "0"
hud_iammo4_align_x "after"
hud_iammo4_align_y "top"
hud_iammo4_frame "0"
hud_iammo4_place "ammo4"
hud_iammo4_pos_x "1"
hud_iammo4_pos_y "1"
hud_iammo4_scale "0.25"
hud_iammo4_show "0"
hud_iammo4_style "0"
hud_iammo_align_x "after"
hud_iammo_align_y "bottom"
hud_iammo_frame "0"
hud_iammo_place "ammo"
hud_iammo_pos_x "0"
hud_iammo_pos_y "0"
hud_iammo_scale "0.84"
hud_iammo_show "1"
hud_iammo_style "0"
hud_iarmor_align_x "before"
hud_iarmor_align_y "bottom"
hud_iarmor_frame "0"
hud_iarmor_place "armor"
hud_iarmor_pos_x "0"
hud_iarmor_pos_y "0"
hud_iarmor_scale "0.84"
hud_iarmor_show "1"
hud_iarmor_style "0"
hud_key1_align_x "top"
hud_key1_align_y "left"
hud_key1_frame "0"
hud_key1_place "top"
hud_key1_pos_x "0"
hud_key1_pos_y "64"
hud_key1_scale "1"
hud_key1_show "0"
hud_key1_style "0"
hud_key2_align_x "left"
hud_key2_align_y "after"
hud_key2_frame "0"
hud_key2_place "key1"
hud_key2_pos_x "0"
hud_key2_pos_y "0"
hud_key2_scale "1"
hud_key2_show "0"
hud_key2_style "0"
hud_mp3_time_align_x "left"
hud_mp3_time_align_y "bottom"
hud_mp3_time_frame "0"
hud_mp3_time_on_scoreboard "0"
hud_mp3_time_place "top"
hud_mp3_time_pos_x "0"
hud_mp3_time_pos_y "0"
hud_mp3_time_show "0"
hud_mp3_time_style "0"
hud_mp3_title_align_x "right"
hud_mp3_title_align_y "bottom"
hud_mp3_title_frame "0"
hud_mp3_title_height "8"
hud_mp3_title_on_scoreboard "0"
hud_mp3_title_place "top"
hud_mp3_title_pos_x "0"
hud_mp3_title_pos_y "0"
hud_mp3_title_scroll "1"
hud_mp3_title_scroll_delay "0.5"
hud_mp3_title_show "0"
hud_mp3_title_style "2"
hud_mp3_title_width "512"
hud_mp3_title_wordwrap "0"
hud_net_align_x "left"
hud_net_align_y "center"
hud_net_frame "0.2"
hud_net_period "1"
hud_net_place "top"
hud_net_pos_x "0"
hud_net_pos_y "0"
hud_net_show "0"
hud_netgraph_align_x "left"
hud_netgraph_align_y "bottom"
hud_netgraph_alpha "1"
hud_netgraph_frame "0"
hud_netgraph_full "0"
hud_netgraph_height "32"
hud_netgraph_inframes "0"
hud_netgraph_lostscale "1"
hud_netgraph_place "top"
hud_netgraph_ploss "1"
hud_netgraph_pos_x "0"
hud_netgraph_pos_y "0"
hud_netgraph_scale "256"
hud_netgraph_show "0"
hud_netgraph_swap_x "0"
hud_netgraph_swap_y "0"
hud_netgraph_width "256"
hud_pent_align_x "after"
hud_pent_align_y "center"
hud_pent_frame "0"
hud_pent_place "quad"
hud_pent_pos_x "0"
hud_pent_pos_y "0"
hud_pent_scale "0.5"
hud_pent_show "1"
hud_pent_style "0"
hud_ping_align_x "center"
hud_ping_align_y "console"
hud_ping_blink "0"
hud_ping_frame "0"
hud_ping_period "1"
hud_ping_place "group2"
hud_ping_pos_x "0"
hud_ping_pos_y "-13"
hud_ping_show "1"
hud_ping_show_dev "1"
hud_ping_show_max "0"
hud_ping_show_min "1"
hud_ping_show_pl "1"
hud_quad_align_x "center"
hud_quad_align_y "before"
hud_quad_frame "0"
hud_quad_place "gun7"
hud_quad_pos_x "-7"
hud_quad_pos_y "0"
hud_quad_scale "0.5"
hud_quad_show "1"
hud_quad_style "0"
hud_ring_align_x "after"
hud_ring_align_y "center"
hud_ring_frame "0"
hud_ring_place "pent"
hud_ring_pos_x "0"
hud_ring_pos_y "0"
hud_ring_scale "0.5"
hud_ring_show "1"
hud_ring_style "0"
hud_sigil1_align_x "left"
hud_sigil1_align_y "top"
hud_sigil1_frame "0"
hud_sigil1_place "screen"
hud_sigil1_pos_x "0"
hud_sigil1_pos_y "0"
hud_sigil1_scale "1"
hud_sigil1_show "0"
hud_sigil1_style "0"
hud_sigil2_align_x "after"
hud_sigil2_align_y "top"
hud_sigil2_frame "0"
hud_sigil2_place "sigil1"
hud_sigil2_pos_x "0"
hud_sigil2_pos_y "0"
hud_sigil2_scale "1"
hud_sigil2_show "0"
hud_sigil2_style "0"
hud_sigil3_align_x "after"
hud_sigil3_align_y "top"
hud_sigil3_frame "0"
hud_sigil3_place "sigil2"
hud_sigil3_pos_x "0"
hud_sigil3_pos_y "0"
hud_sigil3_scale "1"
hud_sigil3_show "0"
hud_sigil3_style "0"
hud_sigil4_align_x "after"
hud_sigil4_align_y "top"
hud_sigil4_frame "0"
hud_sigil4_place "sigil3"
hud_sigil4_pos_x "0"
hud_sigil4_pos_y "0"
hud_sigil4_scale "1"
hud_sigil4_show "0"
hud_sigil4_style "0"
hud_speed_align_x "center"
hud_speed_align_y "bottom"
hud_speed_frame "0"
hud_speed_place "top"
hud_speed_pos_x "0"
hud_speed_pos_y "-5"
hud_speed_show "0"
hud_speed_xyz "0"
hud_suit_align_x "left"
hud_suit_align_y "after"
hud_suit_frame "0"
hud_suit_place "pent"
hud_suit_pos_x "0"
hud_suit_pos_y "0"
hud_suit_scale "1"
hud_suit_show "0"
hud_suit_style "0"
hud_teamfrags_align_x "center"
hud_teamfrags_align_y "bottom"
hud_teamfrags_cell_height "8"
hud_teamfrags_cell_width "35"
hud_teamfrags_cols "2"
hud_teamfrags_fliptext "1"
hud_teamfrags_frame "0"
hud_teamfrags_padtext "1"
hud_teamfrags_place "screen"
hud_teamfrags_pos_x "0"
hud_teamfrags_pos_y "-23"
hud_teamfrags_rows "1"
hud_teamfrags_show "1"
hud_teamfrags_shownames "0"
hud_teamfrags_space_x "0"
hud_teamfrags_space_y "1"
hud_teamfrags_strip "1"
hud_teamfrags_style "2"
hud_teamfrags_vertical "0"
hud_tracking_align_x "center"
hud_tracking_align_y "bottom"
hud_tracking_format "[%t] %n"
hud_tracking_frame "0"
hud_tracking_place "top"
hud_tracking_pos_x "0"
hud_tracking_pos_y "-5"
hud_tracking_show "1"
hud_recalculate
  298 posts on 10 pages  First page12345678910Last page