-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheuroquake.factories
86 lines (86 loc) · 2.6 KB
/
euroquake.factories
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[
{
"id": "eqictf",
"title": "euroQuake iCTF",
"author": "euroQuake",
"description": "euroQuake instagib Capture the Flag",
"basegt": "ctf",
"tags": ["euroquake"],
"cvars": {
"capturelimit": "8",
"dmflags": "28",
"g_allowKill": "1",
"g_dropCmds": "1",
"g_instaGib": "1",
"g_loadout": "0",
"g_overtime": "0",
"g_startingWeapons": "65",
"g_suddenDeathRespawn": "1",
"g_timeoutCount": "3",
"g_timeoutLen": "300",
"sv_warmupReadyPercentage": "1",
"teamsize": "4",
"timelimit": "20"
}
},
{
"id": "eqift",
"title": "euroQuake iFT",
"author": "euroQuake",
"description": "euroQuake instagib Freeze Tag",
"basegt": "ft",
"tags": ["euroquake"],
"cvars": {
"dmflags": "28",
"g_allowKill": "1",
"g_dropCmds": "0",
"g_freezeEnvironmentalRespawnDelay": "3000",
"g_freezeProtectedSpawnTime": "2000",
"g_freezeRoundDelay": "0",
"g_freezeThawThroughSurface": "0",
"g_freezeThawTick": "1",
"g_instaGib": "1",
"g_loadout": "0",
"g_overtime": "120",
"g_railjump": "670",
"g_startingWeapons": "65",
"g_suddenDeathRespawn": "1",
"g_timeoutCount": "3",
"g_timeoutLen": "300",
"roundlimit": "20",
"roundtimelimit": "0",
"sv_warmupReadyPercentage": "1",
"teamsize": "4",
"timelimit": "20",
"pmove_BunnyHop": "0",
"pmove_CrouchStepJump": "0",
"pmove_JumpTimeDeltaMin": "50",
"pmove_WaterSwimScale": "0.5f",
"pmove_WaterWadeScale": "0.75f"
}
},
{
"id": "eqidom",
"title": "euroQuake iDom",
"author": "euroQuake",
"description": "euroQuake instagib Domination",
"basegt": "dom",
"tags": ["euroQuake"],
"cvars": {
"dmflags": "28",
"g_allowKill": "1",
"g_dropCmds": "0",
"g_instagib": "1",
"g_overtime": "120",
"g_startingWeapons": "65",
"g_suddenDeathRespawn": "1",
"g_timeoutCount": "3",
"g_timeoutLen": "300",
"loadout": "0",
"scorelimit": "150",
"sv_warmupReadyPercentage": "1",
"teamsize": "4",
"timelimit": "20"
}
}
]