Wazanator

Gameinfo.txt

May 11th, 2015
1,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. game "Our Example Mod"
  4. title "Our Example Mod"
  5. type singleplayer_only
  6.  
  7. FileSystem
  8. {
  9. SteamAppId 243730 // Source SDK Base 2013 Singleplayer
  10. SearchPaths
  11. {
  12. // No /custom/ folders because they can interfere with mod content and shouldn't be in mod gameinfo.
  13. game+mod+mod_write+default_write_path |gameinfo_path|. // Mod
  14. gamebin |gameinfo_path|bin // Mod's Binaries
  15.  
  16. // Base Half-Life 2 Content: ep2, episodic, hl2
  17. game_lv |all_source_engine_paths|hl2/hl2_lv.vpk
  18. game |all_source_engine_paths|hl2/hl2_english.vpk
  19. game |all_source_engine_paths|hl2/hl2_pak.vpk
  20. game |all_source_engine_paths|hl2/hl2_textures.vpk
  21. game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk
  22. game |all_source_engine_paths|hl2/hl2_sound_misc.vpk
  23. game |all_source_engine_paths|hl2/hl2_misc.vpk
  24. platform |all_source_engine_paths|platform/platform_misc.vpk
  25.  
  26. // TODO; find out what is it and why it's here
  27. game |all_source_engine_paths|hl2
  28. platform |all_source_engine_paths|platform
  29. }
  30. }
  31.  
  32. }
Advertisement
Add Comment
Please, Sign In to add comment