DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
qstats.h
Go to the documentation of this file.
1
#ifndef QSTATS_H
2
#define QSTATS_H
3
4
//
5
// stats are integers communicated to the client by the server
6
//
7
#define MAX_CL_STATS 256
8
#define STAT_HEALTH 0
9
//#define STAT_FRAGS 1
10
#define STAT_WEAPON 2
11
#define STAT_AMMO 3
12
#define STAT_ARMOR 4
13
#define STAT_WEAPONFRAME 5
14
#define STAT_SHELLS 6
15
#define STAT_NAILS 7
16
#define STAT_ROCKETS 8
17
#define STAT_CELLS 9
18
#define STAT_ACTIVEWEAPON 10
19
#define STAT_TOTALSECRETS 11
20
#define STAT_TOTALMONSTERS 12
21
#define STAT_SECRETS 13
22
#define STAT_MONSTERS 14
23
#define STAT_ITEMS 15
24
#define STAT_VIEWHEIGHT 16
25
//#define STAT_TIME 17 ///< FTE
26
//#define STAT_VIEW2 20 ///< FTE
27
#define STAT_VIEWZOOM 21
28
#define MIN_VM_STAT 32
29
#define MAX_VM_STAT 220
30
#define STAT_MOVEVARS_AIRACCEL_QW_STRETCHFACTOR 220
31
#define STAT_MOVEVARS_AIRCONTROL_PENALTY 221
32
#define STAT_MOVEVARS_AIRSPEEDLIMIT_NONQW 222
33
#define STAT_MOVEVARS_AIRSTRAFEACCEL_QW 223
34
#define STAT_MOVEVARS_AIRCONTROL_POWER 224
35
#define STAT_MOVEFLAGS 225
36
#define STAT_MOVEVARS_WARSOWBUNNY_AIRFORWARDACCEL 226
37
#define STAT_MOVEVARS_WARSOWBUNNY_ACCEL 227
38
#define STAT_MOVEVARS_WARSOWBUNNY_TOPSPEED 228
39
#define STAT_MOVEVARS_WARSOWBUNNY_TURNACCEL 229
40
#define STAT_MOVEVARS_WARSOWBUNNY_BACKTOSIDERATIO 230
41
#define STAT_MOVEVARS_AIRSTOPACCELERATE 231
42
#define STAT_MOVEVARS_AIRSTRAFEACCELERATE 232
43
#define STAT_MOVEVARS_MAXAIRSTRAFESPEED 233
44
#define STAT_MOVEVARS_AIRCONTROL 234
45
#define STAT_FRAGLIMIT 235
46
#define STAT_TIMELIMIT 236
47
#define STAT_MOVEVARS_WALLFRICTION 237
48
#define STAT_MOVEVARS_FRICTION 238
49
#define STAT_MOVEVARS_WATERFRICTION 239
50
#define STAT_MOVEVARS_TICRATE 240
51
#define STAT_MOVEVARS_TIMESCALE 241
52
#define STAT_MOVEVARS_GRAVITY 242
53
#define STAT_MOVEVARS_STOPSPEED 243
54
#define STAT_MOVEVARS_MAXSPEED 244
55
#define STAT_MOVEVARS_SPECTATORMAXSPEED 245
56
#define STAT_MOVEVARS_ACCELERATE 246
57
#define STAT_MOVEVARS_AIRACCELERATE 247
58
#define STAT_MOVEVARS_WATERACCELERATE 248
59
#define STAT_MOVEVARS_ENTGRAVITY 249
60
#define STAT_MOVEVARS_JUMPVELOCITY 250
61
#define STAT_MOVEVARS_EDGEFRICTION 251
62
#define STAT_MOVEVARS_MAXAIRSPEED 252
63
#define STAT_MOVEVARS_STEPHEIGHT 253
64
#define STAT_MOVEVARS_AIRACCEL_QW 254
65
#define STAT_MOVEVARS_AIRACCEL_SIDEWAYS_FRICTION 255
66
67
#endif
qstats.h
Generated on Mon Mar 10 2025 16:50:17 for DarkPlaces by
1.12.0