Guest User

Untitled

a guest
Jan 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. game "d"
  4. title "HALF+LIFE'"
  5. title2 "deathmatch"
  6. type multiplayer_only
  7. nomodels 0
  8. nohimodel 1
  9. nocrosshair 1
  10. hidden_maps
  11. {
  12. "test_speakers" 1
  13. "test_hardware" 1
  14. }
  15.  
  16.  
  17. FileSystem
  18. {
  19. SteamAppId 218 // GCF for Source SDK Base 2007
  20. ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
  21.  
  22. //Orange box sdk allows an extra appid to be defined here to mount additional content. 320 is HL2MP
  23. AdditionalContentId 320
  24.  
  25.  
  26. SearchPaths
  27. {
  28. Game |gameinfo_path|.
  29. Game |all_source_engine_paths|hl2mp
  30. Game |all_source_engine_paths|hl2
  31. }
  32. }
  33. }
Add Comment
Please, Sign In to add comment