mod.json 1.2 KB

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