PageRenderTime 25ms CodeModel.GetById 17ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/addons/sourcemod/gamedata/sdkhooks.games/master.games.txt

https://bitbucket.org/kimoto/sushi
Plain Text | 152 lines | 123 code | 29 blank | 0 comment | 0 complexity | 8f3d1a2afdf6adb7645176175e1e6949 MD5 | raw file
  1/**
  2 * Do not edit this file.  Any changes will be overwritten by the gamedata
  3 * updater.
  4 *
  5 * To override data in this file, create a subdirectory named "custom" and
  6 * place your own gamedata file(s) inside of it.  Such files will be parsed
  7 * after SM's own.
  8 *
  9 * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
 10 */
 11
 12
 13"Game Master"
 14{
 15	"common.games.txt"
 16	{
 17	}
 18	
 19	"engine.l4d.txt"
 20	{
 21		"engine"	"left4dead"
 22	}
 23	
 24	"game.l4d2.txt"
 25	{
 26		"game"		"left4dead2"
 27	}
 28	
 29	"game.nucleardawn.txt"
 30	{
 31		"game"		"nucleardawn"
 32	}
 33	
 34	"engine.csgo.txt"
 35	{
 36		"engine"	"csgo"
 37	}
 38	
 39	"engine.ep2v.txt"
 40	{
 41		"engine"	"orangebox_valve"
 42	}
 43	
 44	"engine.darkm.txt"
 45	{
 46		"engine"	"darkmessiah"
 47	}
 48	
 49/*
 50	Not Yet
 51	
 52	"engine.bgt.txt"
 53	{
 54		"engine"	"bloodygoodtime"
 55	}
 56*/
 57	
 58	"game.insurgency.txt"
 59	{
 60		"game"		"insurgency"
 61	}
 62	
 63	"game.pvkii.txt"
 64	{
 65		"game"		"pvkii"
 66	}
 67	
 68	"game.ff.txt"
 69	{
 70		"game"		"FortressForever"
 71	}
 72	
 73	"game.garrysmod.txt"
 74	{
 75		"game"		"garrysmod"
 76	}
 77	
 78	"game.empires.txt"
 79	{
 80		"game"		"empires"
 81	}
 82	
 83	"game.sourceforts.txt"
 84	{
 85		"game"		"sourceforts"
 86	}
 87	
 88	"game.hidden.txt"
 89	{
 90		"game"		"hidden"
 91	}
 92	
 93	"game.zm.txt"
 94	{
 95		"game"		"zombie_master"
 96	}
 97	
 98	"game.zpanic.txt"
 99	{
100		"game"		"zps"
101	}
102	
103	"game.neotokyo.txt"
104	{
105		"game"		"NeotokyoSource"
106	}
107	
108	"game.fof.txt"
109	{
110		"game"		"fistful_of_frags"
111	}
112	
113	"game.sgtls.txt"
114	{
115		"game"		"sgtls"
116	}
117	
118	"game.alienswarm.txt"
119	{
120		"game"		"swarm"
121	}
122	
123	"game.dinodday.txt"
124	{
125		"game"		"dinodday"
126	}
127	
128	"game.aoc.txt"
129	{
130		"game"		"ageofchivalry"
131	}
132	
133	"game.cspromod.txt"
134	{
135		"game"		"cspromod"
136	}
137	
138	"game.ag2.txt"
139	{
140		"game"		"ag2"
141	}
142	
143	"game.cstrike.txt"
144	{
145		"game"		"cstrike"
146	}
147	
148	"game.nmrih.txt"
149	{
150		"game"		"nmrih"
151	}
152}