Advertisement
Guest User

Mission Improbable Fix

a guest
Oct 9th, 2014
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. *Updated*
  2.  
  3. "GameInfo"
  4. {
  5. game "Mission Improbable"
  6. title ""
  7. title2 ""
  8.  
  9. type singleplayer_only
  10.  
  11. developer "Magnar Jenssen & Rick Underhill"
  12. developer_url "www.magnarj.net & www.editpoly.net"
  13. icon "icon"
  14. FileSystem
  15. {
  16. SteamAppId 420 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
  17.  
  18. //
  19. // The code that loads this file automatically does a few things here:
  20. //
  21. // 1. For each "Game" search path, it adds a "GameBin" path, in <dir>\bin
  22. // 2. For each "Game" search path, it adds another "Game" path in front of it with _<langage> at the end.
  23. // For example: c:\hl2\cstrike on a french machine would get a c:\hl2\cstrike_french path added to it.
  24. // 3. For the first "Game" search path, it adds a search path called "MOD".
  25. // 4. For the first "Game" search path, it adds a search path called "DEFAULT_WRITE_PATH".
  26. //
  27.  
  28. //
  29. // Search paths are relative to the base directory, which is where hl2.exe is found.
  30. //
  31. // |gameinfo_path| points at the directory where gameinfo.txt is.
  32. // We always want to mount that directory relative to gameinfo.txt, so
  33. // people can mount stuff in c:\mymod, and the main game resources are in
  34. // someplace like c:\program files\valve\steam\steamapps\half-life 2.
  35. //
  36.  
  37.  
  38.  
  39.  
  40.  
  41. SearchPaths
  42. {
  43. Game |gameinfo_path|.
  44. Game hl2
  45. game_lv hl2/hl2_lv.vpk
  46. game+mod hl2/hl2_sound_vo_english.vpk
  47. game+mod hl2/hl2_pak.vpk
  48. game |all_source_engine_paths|hl2/hl2_textures.vpk
  49. game |all_source_engine_paths|hl2/hl2_sound_misc.vpk
  50. game |all_source_engine_paths|hl2/hl2_misc.vpk
  51. platform |all_source_engine_paths|platform/platform_misc.vpk
  52. gamebin hl2/bin
  53. game |all_source_engine_paths|hl2
  54. platform |all_source_engine_paths|platform
  55. mod+mod_write+default_write_path |gameinfo_path|.
  56. game+game_write |gameinfo_path|.
  57. gamebin episodic/bin
  58. game |all_source_engine_paths|episodic
  59. game |all_source_engine_paths|hl2
  60. platform |all_source_engine_paths|platform
  61. }
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement