Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. "Configs"
  2. {
  3. "Games"
  4. {
  5. "NEOTOKYO"
  6. {
  7. "GameDir" "C:\Program Files (x86)\Steam\steamapps\common\NEOTOKYO\mapping"
  8. "hammer"
  9. {
  10. "GameData0" "C:\Documents\neotokyo_pub.fgd"
  11. "TextureFormat" "5"
  12. "MapFormat" "4"
  13. "DefaultTextureScale" "0.250000"
  14. "DefaultLightmapScale" "16"
  15. "GameExe" "C:\Program Files (x86)\Steam\steamapps\common\neotokyo\hl2.exe"
  16. "DefaultSolidEntity" "func_detail"
  17. "DefaultPointEntity" "info_player_start"
  18. "BSP" "C:\Program Files (x86)\Steam\steamapps\common\sourcesdk\bin\ep1\bin\vbsp.exe"
  19. "Vis" "C:\Program Files (x86)\Steam\steamapps\common\sourcesdk\bin\ep1\bin\vvis.exe"
  20. "Light" "C:\Program Files (x86)\Steam\steamapps\common\sourcesdk\bin\ep1\bin\vrad.exe"
  21. "GameExeDir" "C:\Program Files (x86)\Steam\steamapps\common\neotokyo"
  22. "MapDir" "C:\Program Files (x86)\Steam\steamapps\common\sourcesdk_content\neotokyo\mapsrc"
  23. "BSPDir" "C:\Program Files (x86)\Steam\steamapps\common\neotokyo\neotokyosource\maps"
  24. "CordonTexture" "tools\toolsskybox"
  25. "MaterialExcludeCount" "0"
  26. }
  27. }
  28. "Half-Life 2: Deathmatch"
  29. {
  30. "GameDir" "C:\Program Files (x86)\Steam\steamapps\common\half-life 2 deathmatch\hl2mp"
  31. "hammer"
  32. {
  33. "TextureFormat" "5"
  34. "MapFormat" "4"
  35. "DefaultTextureScale" "0.250000"
  36. "DefaultLightmapScale" "16"
  37. "DefaultSolidEntity" "func_detail"
  38. "DefaultPointEntity" "info_player_deathmatch"
  39. "GameExeDir" "C:\Program Files (x86)\Steam\steamapps\common\half-life 2 deathmatch"
  40. "MapDir" "C:\Program Files (x86)\Steam\steamapps\common\sourcesdk_content\hl2mp\mapsrc"
  41. "CordonTexture" "tools\toolsskybox"
  42. "MaterialExcludeCount" "0"
  43. "GameExe" "C:\Program Files (x86)\Steam\steamapps\common\half-life 2 deathmatch\hl2.exe"
  44. "BSP" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\ep1\bin\vbsp.exe"
  45. "Vis" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\ep1\bin\vvis.exe"
  46. "Light" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\ep1\bin\vrad.exe"
  47. "BSPDir" "C:\Program Files (x86)\Steam\steamapps\common\half-life 2 deathmatch\hl2mp\maps"
  48. "GameData0" "C:\Program Files (x86)\Steam\steamapps\common\SourceSDK\bin\ep1\bin\hl2mp.fgd"
  49. }
  50. }
  51. }
  52. "SDKVersion" "3"
  53. }
  54.  
  55.  
  56.  
  57.  
  58.  
  59. "GameInfo"
  60. {
  61. game "NEOTOKYO°"
  62. title "neatbkyoc"
  63. title2 ""
  64. type multiplayer_only
  65. nomodels 0
  66. nohimodel 1
  67. nocrosshair 1
  68.  
  69. "developer" "Studio Radi-8"
  70. "developer_url" "http://www.neotokyohq.com"
  71. "icon" "nt"
  72. "manual" "http://www.neotokyohq.com"
  73.  
  74. FileSystem
  75. {
  76. SteamAppId 215 // This will mount all the GCFs we need (240=CS:S, 220=HL2).
  77. ToolsAppId 211 // Tools will load this (ie: source SDK caches)
  78. // to get things like materials\debug, materials\editor, etc.
  79.  
  80. //
  81. // The code that loads this file automatically does a few things here:
  82. //
  83. // 1. For each "Game" search path, it adds a "GameBin" path,
  84. // in <dir>\bin
  85. // 2. For each "Game" search path, it adds another "Game" path
  86. // in front of it with _<langage> at the end.
  87. // For example: c:\hl2\cstrike on a french machine would get a
  88. // c:\hl2\cstrike_french path added to it.
  89. // 3. For the first "Game" search path, it adds a search path
  90. // called "MOD".
  91. // 4. For the first "Game" search path, it adds a search path
  92. // called "DEFAULT_WRITE_PATH".
  93. //
  94.  
  95. //
  96. // Search paths are relative to the base directory, which is
  97. // where hl2.exe is found.
  98. //
  99. // |gameinfo_path| points at the directory where gameinfo.txt is.
  100. // We always want to mount that directory relative to
  101. // gameinfo.txt, so
  102. // people can mount stuff in c:\mymod, and the main game
  103. // resources are in someplace like
  104. // c:\program files\valve\steam\steamapps\<username>\half-life 2.
  105. //
  106. SearchPaths
  107. {
  108. Game |gameinfo_path|.
  109. Game hl2
  110. }
  111. }
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement