| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?xml version="1.0" encoding="UTF-8"?>
- <component type="desktop-application">
- <id>eu.vcmi.VCMI</id>
- <metadata_license>CC-BY-SA-4.0</metadata_license>
- <project_license>GPL-2.0-or-later</project_license>
- <name>VCMI</name>
- <summary>Open-source game engine for Heroes of Might and Magic III</summary>
- <description>
- <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>
- <ul>
- <li>Complete gameplay mechanics</li>
- <li>Almost all objects, abilities, spells and other content</li>
- <li>Basic battle AI and adventure AI</li>
- <li>Many GUI improvements: high resolutions, stack queue, creature window</li>
- <li>Advanced and easy mod support - add new towns, creatures, heroes, artifacts and spells without limits or conflicts</li>
- <li>Launcher for easy configuration - download mods from our server and install them immediately!</li>
- <li>Random map generator that supports objects added by mods</li>
- </ul>
- <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>
- <p>VCMI is an open-source project released under the GNU General Public License version 2 or later.</p>
- <p>If you want help, please check our forum, bug tracker or GitHub page.</p>
- </description>
- <screenshots>
- <screenshot type="default">
- <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_1.png</image>
- </screenshot>
- <screenshot>
- <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_2.png</image>
- </screenshot>
- <screenshot>
- <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_3.png</image>
- </screenshot>
- <screenshot>
- <image>https://media.moddb.com/images/engines/1/1/766/moddb_screenshot_4.png</image>
- </screenshot>
- </screenshots>
- <url type="homepage">https://vcmi.eu/</url>
- <url type="bugtracker">https://github.com/vcmi/vcmi/issues</url>
- <url type="faq">https://vcmi.eu/faq/</url>
- <url type="help">https://github.com/vcmi/vcmi/blob/master/docs/Readme.md</url>
- <url type="translate">https://github.com/vcmi/vcmi/blob/master/docs/modders/Translations.md</url>
- <url type="contact">https://slack.vcmi.eu/</url>
- <url type="vcs-browser">https://github.com/vcmi/vcmi</url>
- <recommends>
- <control>keyboard</control>
- <control>pointing</control>
- <control>touch</control>
- </recommends>
- <categories>
- <category>Game</category>
- <category>StrategyGame</category>
- </categories>
- <releases>
- <release version="1.3.1" date="2023-08-18" />
- <release version="1.3.0" date="2023-08-04" />
- <release version="1.2.1" date="2023-04-28" />
- <release version="1.2.0" date="2023-04-14" />
- <release version="1.1.1" date="2023-02-03" />
- <release version="1.1.0" date="2022-12-23" />
- <release version="1.0.0" date="2022-09-11" />
- <release version="0.99" date="2016-11-01" />
- </releases>
- <keywords>
- <keyword translate="no">heroes3</keyword>
- <keyword translate="no">homm3</keyword>
- </keywords>
- <developer_name>VCMI Team</developer_name>
- <content_rating type="oars-1.1">
- <content_attribute id="violence-cartoon">moderate</content_attribute>
- <content_attribute id="violence-fantasy">moderate</content_attribute>
- <content_attribute id="violence-bloodshed">moderate</content_attribute>
- <content_attribute id="social-chat">intense</content_attribute>
- </content_rating>
- <provides>
- <binary>vcmibuilder</binary>
- <binary>vcmiclient</binary>
- <binary>vcmieditor</binary>
- <binary>vcmilauncher</binary>
- <binary>vcmiserver</binary>
- </provides>
- </component>
|