mod.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name" : "In The Wake of Gods",
  3. "description" : "Unnofficial addon for Heroes of Might and Magic III",
  4. "version" : "0.0.0",
  5. "author" : "WoG Team",
  6. "contact" : "http://forum.vcmi.eu/index.php",
  7. "modType" : "Expansion",
  8. "artifacts" :
  9. [
  10. "config/wog/artifacts.json"
  11. ],
  12. "creatures" :
  13. [
  14. "config/wog/creatures.json"
  15. ],
  16. "factions" :
  17. [
  18. "config/wog/factions.json"
  19. ],
  20. "filesystem":
  21. {
  22. "" :
  23. [
  24. { "type" : "map", "path" : "/Config/wogFileOverrides.json"}
  25. ],
  26. "CONFIG/" :
  27. [
  28. { "type" : "dir", "path" : "/Config"}
  29. ],
  30. "DATA/" :
  31. [
  32. {"type" : "lod", "path" : "/Data/hmm35wog.pac"},
  33. {"type" : "dir", "path" : "/Data"}
  34. ],
  35. "SPRITES/":
  36. [
  37. {"type" : "lod", "path" : "/Data/hmm35wog.pac"},
  38. {"type" : "lod", "path" : "/Data/wog - animated objects.pac"},
  39. {"type" : "lod", "path" : "/Data/wog - animated trees.pac"},
  40. {"type" : "lod", "path" : "/Data/wog - battle decorations.pac"}
  41. ],
  42. "SOUNDS/":
  43. [
  44. {"type" : "snd", "path" : "/Data/wog - sounds.snd"},
  45. {"type" : "snd", "path" : "/Data/wog.snd"}
  46. ],
  47. "MUSIC/":
  48. [
  49. {"type" : "dir", "path" : "/Mp3"}
  50. ],
  51. "VIDEO/":
  52. [
  53. {"type" : "vid", "path" : "/Data/wog - video.vid"},
  54. {"type" : "vid", "path" : "/Data/wog.vid"}
  55. ],
  56. "MAPS/":
  57. [
  58. {"type" : "dir", "path" : "/Maps"}
  59. ]
  60. }
  61. }