Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
quake2.qc
Go to the documentation of this file.
1
#include "
quake2.qh
"
2
3
#include <
common/items/_mod.qh
>
4
#include <
common/mutators/mutator/powerups/_mod.qh
>
5
6
//***********************
7
//QUAKE 2 ENTITIES - So people can play quake2 maps with the xonotic weapons
8
//***********************
9
SPAWNFUNC_ITEM
(item_armor_jacket, ITEM_ArmorMedium)
10
11
SPAWNFUNC_ITEM
(item_invulnerability, ITEM_Shield)
12
13
// rest of the quake 2 entities are handled by q1 and q3 compat
_mod.qh
SPAWNFUNC_ITEM
#define SPAWNFUNC_ITEM(name, item)
Definition
item.qh:106
_mod.qh
quake2.qh
server
compat
quake2.qc
Generated on
for Xonotic QuakeC by
1.14.0