blob: 5f3511fbd7f67a8137afdc2ae8f82b33f787854a (
plain)
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
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.noxworld_dev.OpenNox</id>
<name>OpenNox</name>
<summary>OpenNox is a modern implementation of a Nox game engine</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
OpenNox is a modern implementation of a Nox game engine.
It <em>requires a copy</em> of Nox game installed.
The best way to do so is to install GoG [1] version from Lutris [2].
</p>
<p>[1] https://www.gog.com/game/nox</p>
<p>[2] https://lutris.net/games/nox/</p>
</description>
<launchable type="desktop-id">io.github.noxworld_dev.OpenNox.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://github.com/noxworld-dev/opennox-content/raw/main/screenshots/opennox-hd-1.jpg</image>
</screenshot>
<screenshot>
<image>https://github.com/noxworld-dev/opennox-content/raw/main/screenshots/opennox-hd-2.jpg</image>
</screenshot>
<screenshot>
<image>https://github.com/noxworld-dev/opennox-content/raw/main/screenshots/opennox-hd-3.jpg</image>
</screenshot>
<screenshot>
<image>https://github.com/noxworld-dev/opennox-content/raw/main/screenshots/opennox-hd-4.jpg</image>
</screenshot>
<screenshot>
<image>https://github.com/noxworld-dev/opennox-content/raw/main/screenshots/opennox-hd-5.jpg</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/noxworld-dev/opennox</url>
<url type="bugtracker">https://github.com/noxworld-dev/opennox/issues</url>
<content_rating type="oars-1.1"/>
<releases>
<release version="v1.8.11" date="2022-06-29"/>
<release version="v1.8.10" date="2022-05-30"/>
</releases>
</component>
|