Advertisement
Alexandroid99

Untitled

Mar 16th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. game "Portal-Life 2"
  4. title "PORTAL-LIFE 2"
  5. type singleplayer_only
  6.  
  7. nodifficulty 1
  8. hasportals 1
  9. nocrosshair 1
  10. nomodels 1
  11.  
  12.  
  13. FileSystem
  14. {
  15. SteamAppId 400
  16. ToolsAppId 211
  17.  
  18. SearchPaths
  19. {
  20. Game |gameinfo_path|.
  21. game+mod portal/portal_sound_vo_english.vpk
  22. game+mod portal/portal_pak.vpk
  23. game |all_source_engine_paths|hl2/hl2_textures.vpk
  24. game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk
  25. game |all_source_engine_paths|hl2/hl2_sound_misc.vpk
  26. game |all_source_engine_paths|hl2/hl2_misc.vpk
  27. platform |all_source_engine_paths|platform/platform_misc.vpk
  28. Game portal
  29. Game hl2
  30. mod+mod_write+default_write_path |gameinfo_path|.
  31.  
  32. // Add the Portal directory as a game search path. This is also where where writes
  33. // to the "game" path go.
  34. game+game_write portal
  35.  
  36. // Where the game's binaries are
  37. gamebin portal/bin
  38.  
  39. // Last, mount in shared HL2 loose files
  40. game |all_source_engine_paths|hl2
  41. platform |all_source_engine_paths|platform
  42.  
  43. }
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement