Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. // This is what shows up in the 'Third Party Games' area of the Steam games list.
  4. game "Aura"
  5. title "Aura" // Main Menu large Text
  6. type multiplayer_only
  7.  
  8. hidden_maps
  9. {
  10. // Hide maps from the start server dialog
  11. "test_speakers" 1
  12. "test_hardware" 1
  13. }
  14. FileSystem
  15. {
  16. SteamAppId 218 // GCF for Source SDK Base 2007
  17. ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
  18.  
  19. //Orange box sdk allows an extra appid to be defined here to mount additional content. 240 is CounterStrike: Source
  20. //AdditionalContentId 240
  21.  
  22. SearchPaths
  23. {
  24. Game |gameinfo_path|.
  25. Game |all_source_engine_paths|sourcetest
  26.  
  27. Game |all_source_engine_paths|hl2
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement