File: eu.vcmi.VCMI.metainfo.xml

package info (click to toggle)
vcmi 1.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 14,672 kB
  • sloc: cpp: 181,738; sh: 220; python: 178; ansic: 69; objc: 66; xml: 59; makefile: 34
file content (59 lines) | stat: -rw-r--r-- 2,821 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?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>
	<releases>
		<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>
	<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>