eu.vcmi.VCMI.metainfo.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <component type="desktop-application">
  3. <id>eu.vcmi.VCMI</id>
  4. <metadata_license>CC-BY-SA-4.0</metadata_license>
  5. <project_license>GPL-2.0-or-later</project_license>
  6. <name>VCMI</name>
  7. <summary>Open-source game engine for Heroes of Might and Magic III</summary>
  8. <description>
  9. <p>VCMI is an open-source engine for Heroes of Might and Magic III with new possibilities. Years of intensive work resulted in an impressive amount of features. Among the current features are:</p>
  10. <ul>
  11. <li>Complete gameplay mechanics</li>
  12. <li>Almost all objects, abilities, spells and other content</li>
  13. <li>Basic battle AI and adventure AI</li>
  14. <li>Many GUI improvements: high resolutions, stack queue, creature window</li>
  15. <li>Advanced and easy mod support - add new towns, creatures, heroes, artifacts and spells without limits or conflicts</li>
  16. <li>Launcher for easy configuration - download mods from our server and install them immediately!</li>
  17. <li>Random map generator that supports objects added by mods</li>
  18. </ul>
  19. <p>Note: In order to play the game using VCMI you need to own data files for Heroes of Might and Magic III: The Shadow of Death.</p>
  20. <p>VCMI is an open-source project released under the GNU General Public License version 2 or later.</p>
  21. <p>If you want help, please check our forum, bug tracker or GitHub page.</p>
  22. </description>
  23. <screenshots>
  24. <screenshot type="default">
  25. <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_1.png</image>
  26. </screenshot>
  27. <screenshot>
  28. <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_2.png</image>
  29. </screenshot>
  30. <screenshot>
  31. <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_3.png</image>
  32. </screenshot>
  33. <screenshot>
  34. <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_4.png</image>
  35. </screenshot>
  36. </screenshots>
  37. <url type="homepage">https://vcmi.eu/</url>
  38. <url type="bugtracker">https://github.com/vcmi/vcmi/issues</url>
  39. <url type="faq">https://vcmi.eu/faq/</url>
  40. <releases>
  41. <release version="1.2.1" date="2023-04-28" />
  42. <release version="1.2.0" date="2023-04-14" />
  43. <release version="1.1.1" date="2023-02-03" />
  44. <release version="1.1.0" date="2022-12-23" />
  45. <release version="1.0.0" date="2022-09-11" />
  46. <release version="0.99" date="2016-11-01" />
  47. </releases>
  48. <developer_name>VCMI Team</developer_name>
  49. <content_rating type="oars-1.1">
  50. <content_attribute id="violence-cartoon">moderate</content_attribute>
  51. <content_attribute id="violence-fantasy">moderate</content_attribute>
  52. <content_attribute id="violence-bloodshed">moderate</content_attribute>
  53. <content_attribute id="social-chat">intense</content_attribute>
  54. </content_rating>
  55. <provides>
  56. <binary>vcmibuilder</binary>
  57. <binary>vcmiclient</binary>
  58. <binary>vcmieditor</binary>
  59. <binary>vcmilauncher</binary>
  60. <binary>vcmiserver</binary>
  61. </provides>
  62. </component>