File size: 5,039 Bytes
e6cee9e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
"Modifications"
{

	//  To manually add custom modifications, edit this file adding
	//  "Modification" structures as needed.  Look in GameInfo.csf
	//  for examples.

	/*"Modification"
	{
		//  The name of the game this is a modification for,
		//  options include "Generic", "Half-Life" and "Source".

		"Game"		"<Game Name>"

		//  The name of the modification, can be anything unique,
		//  appears in Crafty's profile menu.

		"Name"		"<Modification Name>"

		//  The name of the modification's category, can be anything,
		//  places the modification in a submenu in Crafty's profile menu.

		"Category"	"<Category Name>"

		//  The name of the folder local game content is stored in.
		//  Either "SourceMods" or some folder in your
		//  ..\Steam\SteamApps\<user> folder.  E.G. "half-life" or
		//  "half-life 2".

		"Root"		"<Root Folder>"

		//  The name of the modification's player start entity.

		"PlayerStart"		""

		"MountPoints"
		{
			//  The packages to mount for the modification in
			//  order of search priority.  E.G. "half-life.gcf"
			//  or "half-life 2 content.gcf".

			"MountPoint"	"<Mount Point>"
			"MountPoint"	"<Mount Point>"
		}
		"SearchPaths"
		{
			//  The paths to search for modification content in
			//  order of search priority.  E.G. "valve" or "hl2".

			"SearchPath"	"<Path>"
			"SearchPath"	"<Path>"
		}
		"EntityModels"
		{
			// The Modifications to inherit existing EntityModel
			// definitions from.

			"Inherits"	"<Modification>"
			"Inherits"	"<Modification>"

			"EntityModel"
			{
				// The Class Name of the Entity to display a
				// model for.

				"ClassName"	"<Class Name>"

				// The path of the model to display.  Usually
				// in the form of models/model.mdl.

				"Model"		"<Path>"
			}
		}
	}*/
	"Modification"
	{
		"Game"		"Source"
		"Name"		"Battle Grounds 2"
		"Category"	"Source 3rd Party"
		"Root"		"SourceMods"
		"MountPoints"
		{
			"MountPoint"	"half-life 2 deathmatch.gcf"
			"MountPoint"	"source materials.gcf"
			"MountPoint"	"source models.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"bg2"
			"SearchPath"	"hl2mp"
			"SearchPath"	"hl2"
		}
	}
	"Modification"
	{
		"Game"		"Source"
		"Name"		"Empires"
		"Category"	"Source 3rd Party"
		"Root"		"SourceMods"
		"MountPoints"
		{
			"MountPoint"	"source materials.gcf"
			"MountPoint"	"source models.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"empires"
			"SearchPath"	"hl2"
		}
	}
	"Modification"
	{
		"Game"		"Source"
		"Name"		"Garry's Mod"
		"Category"	"Source 3rd Party"
		"Root"		"SourceMods"
		"MountPoints"
		{
			"MountPoint"	"source materials.gcf"
			"MountPoint"	"source models.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"garrysmod"
			"SearchPath"	"hl2"
		}
	}
	"Modification"
	{
		"Game"		"Source"
		"Name"		"Golden Eye: Source"
		"Category"	"Source 3rd Party"
		"Root"		"SourceMods"
		"MountPoints"
		{
			"MountPoint"	"source materials.gcf"
			"MountPoint"	"source models.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"gesource"
			"SearchPath"	"hl2"
		}
	}
	"Modification"
	{
		"Game"		"Source"
		"Name"		"Insurgency"
		"Category"	"Source 3rd Party"
		"Root"		"SourceMods"
		"MountPoints"
		{
			"MountPoint"	"source materials.gcf"
			"MountPoint"	"source models.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"insurgency"
			"SearchPath"	"hl2"
		}
	}
	"Modification"
	{
		"Game"		"Half-Life"
		"Name"		"Natural Selection"
		"Category"	"Half-Life 3rd Party"
		"Root"		"half-life"
		"MountPoints"
		{
			"MountPoint"	"half-life.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"ns"
			"SearchPath"	"valve"
		}
	}
	"Modification"
	{
		"Game"		"Source"
		"Name"		"Pirates Vikings and Knights II"
		"Category"	"Source 3rd Party"
		"Root"		"SourceMods"
		"MountPoints"
		{
			"MountPoint"	"source materials.gcf"
			"MountPoint"	"source models.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"pvkii"
			"SearchPath"	"hl2"
		}
	}
	"Modification"
	{
		"Game"		"Source"
		"Name"		"SiN Episodes: Emergence"
		"Category"	"Source 3rd Party"
		"Root"		"sin episodes emergence"
		"MountPoints"
		{
			"MountPoint"	"sinepisodes emergence.gcf"
			"MountPoint"	"sinepisodes materials.gcf"
			"MountPoint"	"sinepisodes models.gcf"
			"MountPoint"	"sinepisodes unabridged.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"se1"
		}
	}
	"Modification"
	{
		"Game"		"Source"
		"Name"		"The Hidden"
		"Category"	"Source 3rd Party"
		"Root"		"SourceMods"
		"MountPoints"
		{
			"MountPoint"	"source materials.gcf"
			"MountPoint"	"source models.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"hidden"
			"SearchPath"	"hl2"
		}
	}
	"Modification"
	{
		"Game"		"Half-Life"
		"Name"		"The Specialists"
		"Category"	"Half-Life 3rd Party"
		"Root"		"half-life"
		"MountPoints"
		{
			"MountPoint"	"half-life.gcf"
		}
		"SearchPaths"
		{
			"SearchPath"	"ts"
			"SearchPath"	"valve"
		}
	}
}