-
Notifications
You must be signed in to change notification settings - Fork 2
/
classic.hud
66 lines (54 loc) · 1.19 KB
/
classic.hud
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// Scripting by ETR (ETR@lovesow.net)
// I've commented most of the .hud files,
// to make it semi-understandable.
// This hud supports all .hud features.
// This HUD uses modified scripts from:
// - kro (pwn hud) - spread in fragcounter - (basewsw)
// - mapi (wa-wa-hud) - health/armor bars - http://www.warsow.net/forum/viewtopic.php?id=12716
// - warsow hud (basewsw)
setFontFamily con_fontSystem
setFontSize con_fontSystemSmall
include zoom
include damage_indicator_screen
include crosshair
include team_info
include ammo
include ammo_warning
if %TUTORIAL == 0
include scores
include times
endif
include obituaries
include powerups
include picked_up_item
include item_timers
include chasing
include health
include armor
if %TUTORIAL == 0
include frags
endif
include net
include pointing
include help_message
include fps
if %TUTORIAL == 0
include clock
endif
include speed
include weaponlist
include keystate
include awards
include minimap
include weaponcross
include download
include chat
include strafe
include stunned
if %SCOREBOARD == 1
setCursor 0 0
setAlign 0 0
setSize 800 600
setColor 0 0 0 0.3
drawPicByName *whiteImage
endif