Advertisement
Guest User

Untitled

a guest
Mar 5th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 KB | None | 0 0
  1. //-----------------------------------------------------------------------------
  2. // SERVER_EPISODIC.VPC
  3. //
  4. // Project Script
  5. //-----------------------------------------------------------------------------
  6.  
  7. $Macro SRCDIR "..\.."
  8. $Macro GAMENAME "episodic" [!$SOURCESDK]
  9. $Macro GAMENAME "mod_episodic" [$SOURCESDK]
  10.  
  11. $Include "$SRCDIR\game\server\server_base.vpc"
  12.  
  13. $Configuration
  14. {
  15. $Compiler
  16. {
  17. $AdditionalIncludeDirectories "$BASE;$SRCDIR\game\shared\hl2;$SRCDIR\game\shared\episodic;.\hl2;.\episodic"
  18. $PreprocessorDefinitions "$BASE;HL2_DLL;HL2_EPISODIC;USES_SAVERESTORE"
  19. }
  20. }
  21.  
  22. $Project "Server (Episodic)"
  23. {
  24. $Folder "Source Files"
  25. {
  26. $File "ai_eventresponse.cpp"
  27. $File "ai_eventresponse.h"
  28. $File "ai_relationship.cpp"
  29. $File "base_gameinterface.cpp"
  30. $File "basegrenade_concussion.cpp"
  31. $File "basegrenade_contact.cpp"
  32. $File "basegrenade_timed.cpp"
  33. $File "grenadethrown.cpp"
  34. $File "grenadethrown.h"
  35. $File "h_cycler.cpp"
  36. $File "h_cycler.h"
  37. $File "logic_achievement.cpp"
  38. $File "monstermaker.cpp"
  39. $File "monstermaker.h"
  40. $File "physics_bone_follower.h"
  41. $File "$SRCDIR\game\shared\ragdoll_shared.h"
  42. $File "$SRCDIR\game\shared\solidsetdefaults.h"
  43. $File "$SRCDIR\game\shared\hl2\survival_gamerules.cpp"
  44. $File "team_spawnpoint.cpp"
  45. $File "team_spawnpoint.h"
  46. $File "$SRCDIR\game\shared\touchlink.h"
  47. $File "vehicle_choreo_generic.cpp"
  48. $File "$SRCDIR\game\shared\vehicle_choreo_generic_shared.h"
  49. $File "$SRCDIR\game\shared\weapon_parse_default.cpp"
  50.  
  51. $Folder "Darkinterval"
  52. {
  53. $File "darkinterval\logic_keypad.cpp"
  54. $File "darkinterval\logic_keypad.h"
  55. $File "darkinterval\npc_crabsynth.cpp"
  56. $File "darkinterval\npc_cremator.cpp"
  57. $File "darkinterval\npc_cremator.h"
  58. $File "darkinterval\npc_lightstalk.cpp"
  59. $File "hl2\npc_manhack.cpp"
  60. $File "hl2\npc_manhack.h"
  61. $File "hl2\npc_metropolice.cpp"
  62. $File "hl2\npc_metropolice.h"
  63. $File "hl2\npc_scanner.cpp"
  64. $File "hl2\npc_scanner.h"
  65. $File "hl2\weapon_flaregun.cpp"
  66. $File "hl2\weapon_flaregun.h"
  67. $File "hl2\weapon_stunstick.cpp"
  68. $File "hl2\weapon_stunstick.h"
  69. }
  70.  
  71. $Folder "HL2 DLL"
  72. {
  73. $File "$SRCDIR\game\shared\episodic\achievements_ep1.cpp"
  74. $File "$SRCDIR\game\shared\episodic\achievements_ep2.cpp"
  75. $File "$SRCDIR\game\shared\episodic\achievements_epx.cpp"
  76. $File "hl2\ai_allymanager.cpp"
  77. $File "hl2\ai_behavior_actbusy.cpp"
  78. $File "hl2\ai_behavior_actbusy.h"
  79. $File "episodic\ai_behavior_alyx_injured.cpp"
  80. $File "episodic\ai_behavior_alyx_injured.h"
  81. $File "hl2\ai_behavior_functank.cpp"
  82. $File "hl2\ai_behavior_functank.h"
  83. $File "hl2\ai_behavior_holster.cpp"
  84. $File "hl2\ai_behavior_holster.h"
  85. $File "hl2\ai_behavior_operator.cpp"
  86. $File "hl2\ai_behavior_operator.h"
  87. $File "ai_behavior_passenger.cpp"
  88. $File "ai_behavior_passenger.h"
  89. $File "episodic\ai_behavior_passenger_companion.cpp"
  90. $File "episodic\ai_behavior_passenger_companion.h"
  91. $File "episodic\ai_behavior_passenger_zombie.cpp"
  92. $File "episodic\ai_behavior_passenger_zombie.h"
  93. $File "hl2\ai_behavior_police.cpp"
  94. $File "hl2\ai_behavior_police.h"
  95. $File "hl2\ai_goal_police.cpp"
  96. $File "hl2\ai_goal_police.h"
  97. $File "hl2\ai_interactions.h"
  98. $File "hl2\ai_spotlight.cpp"
  99. $File "hl2\ai_spotlight.h"
  100. $File "hl2\antlion_dust.cpp"
  101. $File "hl2\antlion_dust.h"
  102. $File "hl2\antlion_maker.cpp"
  103. $File "hl2\antlion_maker.h"
  104. $File "hl2\ar2_explosion.cpp"
  105. $File "hl2\ar2_explosion.h"
  106. $File "basebludgeonweapon.cpp"
  107. $File "basebludgeonweapon.h"
  108. $File "hl2\basehlcombatweapon.cpp"
  109. $File "hl2\basehlcombatweapon.h"
  110. $File "$SRCDIR\game\shared\hl2\basehlcombatweapon_shared.cpp"
  111. $File "$SRCDIR\game\shared\hl2\basehlcombatweapon_shared.h"
  112. $File "hl2\cbasehelicopter.cpp"
  113. $File "hl2\cbasehelicopter.h"
  114. $File "hl2\cbasespriteprojectile.cpp"
  115. $File "hl2\cbasespriteprojectile.h"
  116. $File "hl2\citadel_effects.cpp"
  117. $File "$SRCDIR\game\shared\hl2\citadel_effects_shared.h"
  118. $File "hl2\combine_mine.cpp"
  119. $File "hl2\combine_mine.h"
  120. $File "hl2\energy_wave.h"
  121. $File "hl2\env_alyxemp.cpp"
  122. $File "$SRCDIR\game\shared\hl2\env_alyxemp_shared.h"
  123. $File "hl2\env_headcrabcanister.cpp"
  124. $File "$SRCDIR\game\shared\hl2\env_headcrabcanister_shared.cpp"
  125. $File "$SRCDIR\game\shared\hl2\env_headcrabcanister_shared.h"
  126. $File "hl2\env_speaker.cpp"
  127. $File "hl2\env_starfield.cpp"
  128. $File "hl2\Func_Monitor.cpp"
  129. $File "hl2\func_recharge.cpp"
  130. $File "hl2\func_tank.cpp"
  131. $File "hl2\func_tank.h"
  132. $File "hl2\grenade_ar2.cpp"
  133. $File "hl2\grenade_ar2.h"
  134. $File "hl2\grenade_bugbait.cpp"
  135. $File "hl2\grenade_bugbait.h"
  136. $File "hl2\grenade_frag.cpp"
  137. $File "hl2\grenade_frag.h"
  138. $File "hl2\grenade_spit.cpp"
  139. $File "hl2\grenade_spit.h"
  140. $File "hl2\hl2_ai_network.cpp"
  141. $File "hl2\hl2_client.cpp"
  142. $File "hl2\hl2_eventlog.cpp"
  143. $File "$SRCDIR\game\shared\hl2\hl2_gamerules.cpp"
  144. $File "$SRCDIR\game\shared\hl2\hl2_gamerules.h"
  145. $File "hl2\hl2_player.cpp"
  146. $File "hl2\hl2_player.h"
  147. $File "$SRCDIR\game\shared\hl2\hl2_player_shared.h"
  148. $File "hl2\hl2_playerlocaldata.cpp"
  149. $File "hl2\hl2_playerlocaldata.h"
  150. $File "$SRCDIR\game\shared\hl2\hl2_shareddefs.h"
  151. $File "hl2\hl2_triggers.cpp"
  152. $File "$SRCDIR\game\shared\hl2\hl2_usermessages.cpp"
  153. $File "$SRCDIR\game\shared\hl2\hl_gamemovement.cpp"
  154. $File "$SRCDIR\game\shared\hl2\hl_gamemovement.h"
  155. $File "$SRCDIR\game\shared\hl2\hl_movedata.h"
  156. $File "hl2\hl_playermove.cpp"
  157. $File "hl2\info_darknessmode_lightsource.cpp"
  158. $File "hl2\info_darknessmode_lightsource.h"
  159. $File "hl2\info_teleporter_countdown.cpp"
  160. $File "hl2\item_ammo.cpp"
  161. $File "hl2\item_battery.cpp"
  162. $File "hl2\item_dynamic_resupply.cpp"
  163. $File "hl2\item_dynamic_resupply.h"
  164. $File "hl2\item_healthkit.cpp"
  165. $File "hl2\item_itemcrate.cpp"
  166. $File "hl2\item_suit.cpp"
  167. $File "hl2\look_door.cpp"
  168. $File "hl2\monster_dummy.cpp"
  169. $File "$SRCDIR\game\shared\episodic\npc_advisor_shared.h"
  170. $File "episodic\npc_advisor.cpp"
  171. $File "hl2\npc_alyx_episodic.cpp"
  172. $File "hl2\npc_alyx_episodic.h"
  173. $File "hl2\npc_antlion.cpp"
  174. $File "hl2\npc_antlion.h"
  175. $File "hl2\npc_antlionguard.cpp"
  176. $File "hl2\npc_antliongrub.cpp"
  177. $File "hl2\npc_apcdriver.cpp"
  178. $File "hl2\npc_attackchopper.cpp"
  179. $File "hl2\npc_attackchopper.h"
  180. $File "hl2\npc_barnacle.cpp"
  181. $File "hl2\npc_barnacle.h"
  182. $File "hl2\npc_barney.cpp"
  183. $File "hl2\npc_basescanner.cpp"
  184. $File "hl2\npc_basescanner.h"
  185. $File "hl2\npc_BaseZombie.cpp"
  186. $File "hl2\npc_BaseZombie.h"
  187. $File "hl2\npc_breen.cpp"
  188. $File "hl2\npc_bullseye.cpp"
  189. $File "hl2\npc_bullseye.h"
  190. $File "hl2\npc_citizen17.cpp"
  191. $File "hl2\npc_citizen17.h"
  192. $File "episodic\npc_combine_cannon.cpp"
  193. $File "hl2\npc_combine.cpp"
  194. $File "hl2\npc_combine.h"
  195. $File "hl2\npc_combinecamera.cpp"
  196. $File "hl2\npc_combinedropship.cpp"
  197. $File "hl2\npc_combinegunship.cpp"
  198. $File "hl2\npc_combines.cpp"
  199. $File "hl2\npc_combines.h"
  200. $File "hl2\npc_cranedriver.cpp"
  201. $File "hl2\npc_crow.cpp"
  202. $File "hl2\npc_crow.h"
  203. $File "hl2\npc_dog.cpp"
  204. $File "hl2\npc_eli.cpp"
  205. $File "hl2\npc_enemyfinder.cpp"
  206. $File "hl2\npc_fastzombie.cpp"
  207. $File "hl2\npc_fisherman.cpp"
  208. $File "hl2\npc_gman.cpp"
  209. $File "hl2\npc_headcrab.cpp"
  210. $File "hl2\npc_headcrab.h"
  211. $File "episodic\npc_hunter.cpp"
  212. $File "episodic\npc_hunter.h"
  213. $File "hl2\npc_ichthyosaur.cpp"
  214. $File "hl2\npc_kleiner.cpp"
  215. $File "hl2\npc_launcher.cpp"
  216. $File "episodic\npc_magnusson.cpp"
  217. $File "hl2\npc_monk.cpp"
  218. $File "hl2\npc_mossman.cpp"
  219. $File "hl2\npc_playercompanion.cpp"
  220. $File "hl2\npc_playercompanion.h"
  221. $File "hl2\npc_PoisonZombie.cpp"
  222. $File "hl2\npc_rollermine.cpp"
  223. $File "hl2\npc_rollermine.h"
  224. $File "hl2\npc_stalker.cpp"
  225. $File "hl2\npc_stalker.h"
  226. $File "hl2\npc_strider.cpp"
  227. $File "hl2\npc_strider.h"
  228. $File "npc_talker.cpp"
  229. $File "npc_talker.h"
  230. $File "hl2\npc_turret_ceiling.cpp"
  231. $File "hl2\npc_turret_floor.cpp"
  232. $File "hl2\npc_turret_ground.cpp"
  233. $File "hl2\npc_vortigaunt_episodic.cpp"
  234. $File "hl2\npc_vortigaunt_episodic.h"
  235. $File "hl2\npc_zombie.cpp"
  236. $File "hl2\npc_zombine.cpp"
  237. $File "hl2\point_apc_controller.cpp"
  238. $File "hl2\prop_combine_ball.cpp"
  239. $File "hl2\prop_combine_ball.h"
  240. $File "episodic\prop_scalable.cpp"
  241. $File "hl2\prop_thumper.cpp"
  242. $File "hl2\proto_sniper.cpp"
  243. $File "hl2\rotorwash.cpp"
  244. $File "hl2\rotorwash.h"
  245. $File "hl2\script_intro.cpp"
  246. $File "hl2\script_intro.h"
  247. $File "$SRCDIR\game\shared\script_intro_shared.cpp"
  248. $File "hl2\vehicle_airboat.cpp"
  249. $File "hl2\vehicle_apc.h"
  250. $File "hl2\vehicle_cannon.cpp"
  251. $File "hl2\vehicle_crane.cpp"
  252. $File "hl2\vehicle_crane.h"
  253. $File "hl2\vehicle_jeep.cpp"
  254. $File "episodic\vehicle_jeep_episodic.cpp"
  255. $File "episodic\vehicle_jeep_episodic.h"
  256. $File "hl2\vehicle_prisoner_pod.cpp"
  257. $File "hl2\vehicle_viewcontroller.cpp"
  258. $File "hl2\weapon_357.cpp"
  259. $File "hl2\weapon_alyxgun.cpp"
  260. $File "hl2\weapon_alyxgun.h"
  261. $File "hl2\weapon_annabelle.cpp"
  262. $File "hl2\weapon_ar2.cpp"
  263. $File "hl2\weapon_ar2.h"
  264. $File "hl2\weapon_bugbait.cpp"
  265. $File "hl2\weapon_citizenpackage.cpp"
  266. $File "hl2\weapon_citizenpackage.h"
  267. $File "hl2\weapon_crossbow.cpp"
  268. $File "hl2\weapon_crowbar.cpp"
  269. $File "hl2\weapon_crowbar.h"
  270. $File "weapon_cubemap.cpp"
  271. $File "hl2\weapon_frag.cpp"
  272. $File "hl2\weapon_physcannon.cpp"
  273. $File "hl2\weapon_physcannon.h"
  274. $File "hl2\weapon_pistol.cpp"
  275. $File "hl2\weapon_rpg.cpp"
  276. $File "hl2\weapon_rpg.h"
  277. $File "hl2\weapon_shotgun.cpp"
  278. $File "hl2\weapon_smg1.cpp"
  279. $File "episodic\weapon_striderbuster.cpp"
  280. $File "episodic\weapon_striderbuster.h"
  281. $File "episodic\ep1_gamestats.h"
  282. $File "episodic\ep2_gamestats.h"
  283. $File "episodic\ep1_gamestats.cpp" \
  284. "episodic\ep2_gamestats.cpp"
  285. {
  286. $Configuration
  287. {
  288. $Compiler
  289. {
  290. $Create/UsePrecompiledHeader "Not Using Precompiled Headers"
  291. }
  292. }
  293. }
  294. $File "hl2\func_bulletshield.cpp"
  295. $File "hl2\func_bulletshield.h"
  296. $File "episodic\npc_puppet.cpp"
  297.  
  298.  
  299. $Folder "unused"
  300. {
  301. $File "hl2\grenade_beam.cpp"
  302. $File "hl2\grenade_beam.h"
  303. $File "hl2\grenade_homer.cpp"
  304. $File "hl2\grenade_homer.h"
  305. $File "hl2\grenade_pathfollower.cpp"
  306. $File "hl2\grenade_pathfollower.h"
  307. $File "hl2\npc_missiledefense.cpp"
  308. $File "hl2\vehicle_apc.cpp"
  309. $File "hl2\weapon_cguard.cpp"
  310. }
  311. }
  312. }
  313. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement