Advertisement
Guest User

Korsakovia gameinfo.txt fix 2014

a guest
Oct 27th, 2014
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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 "Korsakovia"
  5. title "Korsakovia"
  6. type singleplayer_only
  7. developer "thechineseroom"
  8. developer_url "http://www.danpinchbeck.co.uk/dearesther.htm"
  9. icon "resource\Korsakovia"
  10.  
  11. FileSystem
  12. {
  13. SteamAppId 243730 // Source SDK Base 2013
  14.  
  15. SearchPaths
  16. {
  17. // Basic mod's paths
  18. game+mod |gameinfo_path|.
  19. default_write_path |gameinfo_path|.
  20. game_write+mod_write |gameinfo_path|.
  21. gamebin |gameinfo_path|bin
  22.  
  23.  
  24. // Where the mod's binaries are
  25. gamebin sourcetest/bin
  26.  
  27.  
  28. // Search VPK files before ordinary folders
  29. game ep2/ep2_pak.vpk
  30. game episodic/ep1_pak.vpk
  31. game hl2/hl2_pak.vpk
  32. game hl2/hl2_textures.vpk
  33. game hl2/hl2_sound_misc.vpk
  34. game hl2/hl2_misc.vpk
  35. platform platform/platform_misc.vpk
  36.  
  37. // Last, mount shared engine/HL2 loose files
  38. game ep2
  39. game episodic
  40. game hl2
  41. platform platform
  42. }
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement