Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. gamelogo 1
  4. game "OXXO: Source"
  5. title ""
  6. type singleplayer_only
  7. icon "resource/icon"
  8. developer "Seitan"
  9. GameData HalfLife2.fgd
  10.  
  11.  
  12.  
  13.  
  14.  
  15. FileSystem
  16. {
  17. SteamAppId 243730
  18. SearchPaths
  19. {
  20. game+mod |gameinfo_path|custom/*
  21. // Where the games binaries are
  22. gamebin |gameinfo_path|bin
  23.  
  24. // Source 2013 Singleplayer comes with Episode 2, Episode 1, and Lost Coast content. So let's mount it.
  25. Game |All_Source_Engine_Paths|EP2/EP2_Pak.vpk // EP2 content has the highiest priority.
  26. Game |All_Source_Engine_Paths|Episodic/EP1_Pak.vpk
  27. Game |All_Source_Engine_Paths|SourceTest/SourceTest_Pak.vpk // Lost Coast
  28.  
  29.  
  30.  
  31. // Source 2013 Multiplayer comes with HL2 Deathmatch, and Lost Coast content, so let's mount the HL2 Deathmatch content too.
  32.  
  33.  
  34. Game |All_Source_Engine_Paths|HL2/HL2_Misc.vpk
  35. Game |All_Source_Engine_Paths|HL2/HL2_Sound_Misc.vpk
  36. Game |All_Source_Engine_Paths|HL2/HL2_Sound_VO_English.vpk // Optional, just dialog.
  37. Game |All_Source_Engine_Paths|HL2/HL2_Textures.vpk
  38.  
  39. Game+Game_Write+Mod+Mod_Write+Default_Write_Path |GameInfo_Path|.
  40.  
  41. // These search for loose files in the folders, incase we missed anything.
  42. mod+mod_write+default_write_path |gameinfo_path|..
  43. Game |All_Source_Engine_Paths|EP2
  44. Game |All_Source_Engine_Paths|Episodic
  45. Game |All_Source_Engine_Paths|SourceTest
  46. Game |All_Source_Engine_Paths|HL2
  47.  
  48. Platform |All_Source_Engine_Paths|Platform
  49. Platform |All_Source_Engine_Paths|Platform/Platform_Misc.vpk
  50. }
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement