Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. game "SMOD: TACTICAL DELTA 5.56"
  4. title "SMOD: TACTIcAL DELTA 5.56"
  5. type "singleplayer_only"
  6. "icon" "smodicon"
  7.  
  8. FileSystem
  9. {
  10. SteamAppId 220 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
  11. ToolsAppId 211 // Tools will load this (ie: source SDK caches) to get things like materials\debug, materials\editor, etc.
  12.  
  13. SearchPaths
  14. {
  15. Game |gameinfo_path|.
  16. game "|gameinfo_path|..\SDKBase"
  17. game "|gameinfo_path|..\..\..\common\Half-Life 2\hl2"
  18. Game "D:/Gaem/SMOD Standalone/cstrike"
  19. }
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement