Advertisement
BoxFigs

HL2 mod gameinfo

Oct 7th, 2019 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. game "Your Mod Title"
  4. title "HALF-LIFE'" // Menu title, uses halflife2.tff unless changed in clientscheme.res
  5. title2 ""
  6. supportsvr 0
  7.  
  8. type singleplayer_only
  9.  
  10. FileSystem
  11. {
  12. SteamAppId 243730
  13.  
  14. SearchPaths
  15. {
  16. game+mod |gameinfo_path|custom/*
  17. game+mod+mod_write+game_write+default_write_path |gameinfo_path|.
  18. gamebin sourcetest/bin // The location of the client and server DLLs
  19. // Use the below line instead if you build your own DLLs
  20. //gamebin |gameinfo_path|bin
  21.  
  22. game_lv hl2/hl2_lv.vpk
  23. game hl2/hl2_english.vpk
  24. game hl2/hl2_pak.vpk
  25. game hl2/hl2_textures.vpk
  26. game hl2/hl2_sound_vo_english.vpk
  27. game hl2/hl2_sound_misc.vpk
  28. game hl2/hl2_misc.vpk
  29. platform platform/platform_misc.vpk
  30.  
  31. game hl2
  32. platform platform
  33. }
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement