forked from inolen/quakejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repak-config.json
123 lines (123 loc) · 2.51 KB
/
repak-config.json
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"games": {
"baseq3": {
"include": [
"textures/sfx/detail",
"textures/sfx/logo512"
]
},
"cpma": {
"exclude": [
"maps/cpm2.bsp",
"maps/cpm3.bsp",
"maps/cpm4.bsp",
"maps/cpm4a.bsp",
"maps/cpm5.bsp",
"maps/cpm6.bsp",
"maps/cpm7.bsp",
"maps/cpm8.bsp",
"maps/cpm9.bsp",
"maps/cpm10.bsp",
"maps/cpm11.bsp",
"maps/cpm11a.bsp",
"maps/cpm12.bsp",
"maps/cpm13.bsp",
"maps/cpm14.bsp",
"maps/cpm15.bsp",
"maps/cpm16.bsp",
"maps/cpm17.bsp",
"maps/cpm18.bsp",
"maps/cpm18r.bsp",
"maps/cpm19.bsp",
"maps/cpm20.bsp",
"maps/cpm21.bsp",
"maps/cpm23.bsp",
"maps/cpm24.bsp",
"maps/cpm25.bsp",
"maps/cpm26.bsp",
"maps/cpm27.bsp",
"maps/cpm28.bsp",
"maps/cpm29.bsp",
"maps/cpma3.bsp",
"maps/cpmctf1.bsp",
"maps/cpmctf2.bsp",
"maps/cpmctf3.bsp",
"maps/cpmctf4.bsp",
"maps/cpmctf5.bsp"
],
"include": [
"freezeShader",
"grappleRope",
"lagometer",
"lightningBolt",
"hud/",
"textures/effects/popsicle",
"textures/effects/SPactive",
"textures/effects/SPinactive"
]
},
"q3f2": {
"exclude": [
"maps/allduel.bsp",
"maps/duel1r2.bsp",
"maps/q3f_32smooth.bsp",
"maps/q3f_canalzone.bsp",
"maps/q3f_civsaw.bsp",
"maps/q3f_crossfire2.bsp",
"maps/q3f_dungeonz.bsp",
"maps/q3f_h4rdcore.bsp",
"maps/q3f_hunted.bsp",
"maps/q3f_japanc.bsp",
"maps/q3f_lastresort.bsp",
"maps/q3f_muon.bsp",
"maps/q3f_nickelplated.bsp",
"maps/q3f_openfire2b.bsp",
"maps/q3f_orbitalctf.bsp",
"maps/q3f_requiem.bsp",
"maps/q3f_rock.bsp",
"maps/q3f_sewers.bsp",
"maps/q3f_siege.bsp",
"maps/q3f_smartbases2.bsp",
"maps/q3f_sorrow.bsp",
"maps/q3f_spazball.bsp",
"maps/q3f_sunburn.bsp",
"maps/q3f_tf2k.bsp",
"maps/q3f_ultima.bsp",
"maps/q3f_uwarfare.bsp",
"maps/q3f_vilify.bsp"
],
"include": [
"expboom",
"ftcore",
"ftflame",
"q3f_menu",
"textures/q3f_hud/"
],
"maps": {
"q3f_gotduck": {
"include": [ "q3f_duck" ]
}
}
},
"q3ut3": {
"exclude": [
"maps/ut_27.bsp",
"maps/ut_campus.bsp",
"maps/ut_commune2.bsp",
"maps/ut_crenshaw.bsp",
"maps/ut_crenshaw.bsp",
"maps/ut_druglord3.bsp",
"maps/ut_dville-v2",
"maps/ut_filtration",
"maps/ut_golgotha2",
"maps/ut_offshore",
"maps/ut_oz",
"maps/ut_pg2-27",
"maps/ut_range",
"maps/ut_sands",
"maps/ut_streets2",
"maps/ut_twinlakesv2"
]
}
}
}