Advertisement
sharivan

models zmbr

Jul 16th, 2013
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. // ============================================================================
  2. //
  3. // ZOMBIE:RELOADED
  4. // Model configuration
  5. //
  6. // See Model Configuration (3.5) section in the manual for detailed info.
  7. //
  8. // ============================================================================
  9. //
  10. // SHORT DESCRIPTIONS
  11. //
  12. // Attribute: Description:
  13. // ----------------------------------------------------------------------------
  14. // name Name of model file, without extension.
  15. // path Path to model files. MUST end with "/".
  16. // team Model type:
  17. // "zombies"
  18. // "humans"
  19. // access Access type:
  20. // "public" - Everyone can use the model.
  21. // "admins" - Model can only be used by admins.
  22. // "hidden" - Model is excluded from public random selections.
  23. // "motherzombies" - Model can only be used by mother zombies.
  24. // "group" - Use group authentication.
  25. // group If access is "group": A SourceMod group name. Otherwise blank ("").
  26.  
  27. "models"
  28. {
  29.  
  30. "zh1fix"
  31. {
  32. "name" "zh1fix"
  33. "path" "models/player/mapeadores/kaem/zh/"
  34. "team" "zombies"
  35. "access" "public"
  36. "group" ""
  37. }
  38.  
  39. "zh2fix"
  40. {
  41. "name" "zh2fix"
  42. "path" "models/player/mapeadores/kaem/zh/"
  43. "team" "zombies"
  44. "access" "public"
  45. "group" ""
  46. }
  47.  
  48. "zh3fix"
  49. {
  50. "name" "zh3fix"
  51. "path" "models/player/mapeadores/morell/zh/"
  52. "team" "zombies"
  53. "access" "public"
  54. "group" ""
  55. }
  56.  
  57. "brute"
  58. {
  59. "name" "brute"
  60. "path" "models/player/mapeadores/morell/amnesia/brute/"
  61. "team" "zombies"
  62. "access" "public"
  63. "group" ""
  64. }
  65.  
  66. "grunt"
  67. {
  68. "name" "grunt"
  69. "path" "models/player/mapeadores/morell/amnesia/grunt/"
  70. "team" "zombies"
  71. "access" "public"
  72. "group" ""
  73. }
  74.  
  75. "bone"
  76. {
  77. "name" "bone"
  78. "path" "models/player/fog_asso/pateacrepe/bone/"
  79. "team" "zombies"
  80. "access" "public"
  81. "group" ""
  82. }
  83.  
  84. "zombie1"
  85. {
  86. "name" "zombie1"
  87. "path" "models/player/fog_asso/pateacrepe/zombie/"
  88. "team" "zombies"
  89. "access" "public"
  90. "group" ""
  91. }
  92.  
  93. "alien"
  94. {
  95. "name" "alien"
  96. "path" "models/player/_P/alien/"
  97. "team" "zombies"
  98. "access" "public"
  99. "group" ""
  100. }
  101.  
  102. "spitter"
  103. {
  104. "name" "spitter"
  105. "path" "models/player/mapeadores/morell/l4d/spitter/"
  106. "team" "zombies"
  107. "access" "public"
  108. "group" ""
  109. }
  110.  
  111. "zombie"
  112. {
  113. "name" "zombie"
  114. "path" "models/player/csgo/"
  115. "team" "zombies"
  116. "access" "public"
  117. "group" ""
  118. }
  119.  
  120. "alien_queen"
  121. {
  122. "name" "alienqueen"
  123. "path" "models/player/avp/"
  124. "team" "zombies"
  125. "access" "hidden"
  126. "group" ""
  127. }
  128.  
  129. "predator"
  130. {
  131. "name" "csgo_predator"
  132. "path" "models/player/avp/"
  133. "team" "zombies"
  134. "access" "motherzombies"
  135. "group" ""
  136. }
  137.  
  138. "chainsaw"
  139. {
  140. "name" "chainsaw"
  141. "path" "models/player/_P/chainsaw/"
  142. "team" "zombies"
  143. "access" "motherzombies"
  144. "group" ""
  145. }
  146.  
  147. "nemesis"
  148. {
  149. "name" "nemesis"
  150. "path" "models/player/_P/nemesis/"
  151. "team" "zombies"
  152. "access" "motherzombies"
  153. "group" ""
  154. }
  155.  
  156. "re5dog"
  157. {
  158. "name" "re5dog"
  159. "path" "models/player/_P/re5dog/"
  160. "team" "zombies"
  161. "access" "hidden"
  162. "group" ""
  163. }
  164.  
  165. "mc_blue"
  166. {
  167. "name" "mc_blue"
  168. "path" "models\player\mapeadores\morell\masterchief\"
  169. "team" "humans"
  170. "access" "public"
  171. "group" ""
  172. }
  173.  
  174. "mc_gold"
  175. {
  176. "name" "mc_gold"
  177. "path" "models\player\mapeadores\morell\masterchief\"
  178. "team" "humans"
  179. "access" "public"
  180. "group" ""
  181. }
  182.  
  183. "mc_green"
  184. {
  185. "name" "mc_green"
  186. "path" "models\player\mapeadores\morell\masterchief\"
  187. "team" "humans"
  188. "access" "public"
  189. "group" ""
  190. }
  191.  
  192. "mc_pink"
  193. {
  194. "name" "mc_pink"
  195. "path" "models\player\mapeadores\morell\masterchief\"
  196. "team" "humans"
  197. "access" "public"
  198. "group" ""
  199. }
  200.  
  201. "mc_red"
  202. {
  203. "name" "mc_red"
  204. "path" "models\player\mapeadores\morell\masterchief\"
  205. "team" "humans"
  206. "access" "public"
  207. "group" ""
  208. }
  209.  
  210. "mc_white"
  211. {
  212. "name" "mc_white"
  213. "path" "models\player\mapeadores\morell\masterchief\"
  214. "team" "humans"
  215. "access" "public"
  216. "group" ""
  217. }
  218.  
  219. "mc_purple"
  220. {
  221. "name" "mc_purple"
  222. "path" "models\player\mapeadores\morell\masterchief\"
  223. "team" "humans"
  224. "access" "public"
  225. "group" ""
  226. }
  227.  
  228. "mc_black"
  229. {
  230. "name" "mc_black"
  231. "path" "models\player\mapeadores\morell\masterchief\"
  232. "team" "humans"
  233. "access" "public"
  234. "group" ""
  235. }
  236.  
  237. "lilith"
  238. {
  239. "name" "lilith"
  240. "path" "models/player/mapeadores/morell/borderlands/"
  241. "team" "humans"
  242. "access" "public"
  243. "group" ""
  244. }
  245.  
  246. "cloud"
  247. {
  248. "name" "cloud"
  249. "path" "models/player/mapeadores/morell/cloud/"
  250. "team" "humans"
  251. "access" "public"
  252. "group" ""
  253. }
  254.  
  255. "batman"
  256. {
  257. "name" "batmanfix"
  258. "path" "models/player/mapeadores/morell/batman/"
  259. "team" "humans"
  260. "access" "public"
  261. "group" ""
  262. }
  263.  
  264. "joker"
  265. {
  266. "name" "joker"
  267. "path" "models/player/mapeadores/morell/joker/"
  268. "team" "humans"
  269. "access" "public"
  270. "group" ""
  271. }
  272.  
  273. "samusaran"
  274. {
  275. "name" "samusaran"
  276. "path" "models/player/mapeadores/morell/samusaran/"
  277. "team" "humans"
  278. "access" "public"
  279. "group" ""
  280. }
  281.  
  282. "hitler"
  283. {
  284. "name" "hitler"
  285. "path" "models/player/mapeadores/kaem/hitler/"
  286. "team" "humans"
  287. "access" "public"
  288. "group" ""
  289. }
  290.  
  291. "prisioner"
  292. {
  293. "name" "prisioner"
  294. "path" "models/player/mapeadores/kaem/prisioner/"
  295. "team" "humans"
  296. "access" "public"
  297. "group" ""
  298. }
  299.  
  300. "sailor_moon"
  301. {
  302. "name" "sailor_moon"
  303. "path" "models/player/natalya/sailor_moon/"
  304. "team" "humans"
  305. "access" "public"
  306. "group" ""
  307. }
  308.  
  309. "zoey"
  310. {
  311. "name" "zoey_red"
  312. "path" "models/player/natalya/zoeys/"
  313. "team" "humans"
  314. "access" "public"
  315. "group" ""
  316. }
  317.  
  318. "renegade_girl"
  319. {
  320. "name" "renegade-girl-csgo"
  321. "path" "models/player/natalya/roleplay/"
  322. "team" "humans"
  323. "access" "hidden"
  324. "group" ""
  325. }
  326.  
  327. // Special model examples:
  328. // -----------------------
  329.  
  330. // Only admins can use this zombie model.
  331. //"admin_zombie"
  332. //{
  333. // "name" "1337model"
  334. // "path" "models/player/adminmodels/"
  335. // "team" "zombies"
  336. // "access" "admins"
  337. // "group" ""
  338. //}
  339.  
  340. // Only members of the zr_vip group in SourceMod can use this human model.
  341. //"vip_human"
  342. //{
  343. // "name" "vipmodel"
  344. // "path" "models/player/vip/"
  345. // "team" "humans"
  346. // "access" "group"
  347. // "group" "zr_vip"
  348. //}
  349.  
  350. // This model will be excluded from public random selections. Only classes
  351. // that use "random_hidden" or explicit specify this model will be able to use it.
  352. //"hidden"
  353. //{
  354. // "name" "hiddenmodel"
  355. // "path" "models/player/"
  356. // "team" "humans"
  357. // "access" "hidden"
  358. // "group" ""
  359. //}
  360. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement