Wazanator

dod_mpgameinfo.txt

May 11th, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. "GameInfo"
  2. {
  3. game "DoD_mp"
  4. title "DoD_mp"
  5. title2 ""
  6. type multiplayer_only
  7. nomodels 0
  8. nohimodel 1
  9. nocrosshair 1
  10. hidden_maps
  11. {
  12. "test_speakers" 1
  13. "test_hardware" 1
  14. }
  15. supportsvr 0
  16.  
  17.  
  18. FileSystem
  19. {
  20. SteamAppId 243750 //sdk 2013 multiplayer
  21. SearchPaths
  22. {
  23.  
  24. game+mod |gameinfo_path|custom/*
  25. game+mod dod_mp/custom/*
  26.  
  27. //List your vpks here
  28. game+mod |gameinfo_path|sounds_dir.vpk
  29.  
  30.  
  31. game+mod+mod_write+default_write_path |gameinfo_path|.
  32. gamebin |gameinfo_path|bin
  33.  
  34. //This is where content you plan to mount from other games goes
  35. game_lv hl2/hl2_lv.vpk
  36. game+mod hl2mp/hl2mp_english.vpk
  37. game+mod hl2mp/hl2mp_pak.vpk
  38. game |all_source_engine_paths|hl2/hl2_english.vpk
  39. game |all_source_engine_paths|hl2/hl2_pak.vpk
  40. game |all_source_engine_paths|hl2/hl2_textures.vpk
  41. game |all_source_engine_paths|hl2/hl2_sound_vo_english.vpk
  42. game |all_source_engine_paths|hl2/hl2_sound_misc.vpk
  43. game |all_source_engine_paths|hl2/hl2_misc.vpk
  44. platform |all_source_engine_paths|platform/platform_misc.vpk
  45.  
  46. //Not sure about this entirely but I think you want to keep it hl2mp since you don't have your own Appid
  47. game+game_write hl2mp
  48.  
  49. gamebin dod_mp/bin
  50.  
  51. // Last, mount in shared HL2 loose files
  52. game |all_source_engine_paths|hl2mp
  53. game |all_source_engine_paths|hl2
  54. platform |all_source_engine_paths|platform
  55. }
  56. }
  57. }
Advertisement
Add Comment
Please, Sign In to add comment