-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspring.appdata.xml
58 lines (58 loc) · 2.18 KB
/
spring.appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>spring.desktop</id>
<metadata_license>GFDL-1.3</metadata_license>
<project_license>GPL-2.0+</project_license>
<project_group>SPRINGRTS</project_group>
<name>Springy</name>
<summary>3D RTS game engine</summary>
<releases>
<release version="0.273" date="2021-08-21" />
</releases>
<description>
<p>
Spring is a versatile 3D RTS game engine.
Using extensively Lua for scripting game-specific
code to make nearly every aspect of the engine customizable,
from GUI, to unit AI, to pathfinding.
</p>
<p>Popular games that use the spring engine are:</p>
<ul>
<li>Balanced Annihilation</li>
<li>Tech Annihilation</li>
<li>Zero-K</li>
<li>Evolution RTS</li>
<li>Spring:1944</li>
<li>NOTA</li>
<li>XTA</li>
<li>Lots more developed regularly!</li>
</ul>
<p>The springlobby home page can be found at https://springrts.com/ or you can visit our project page
on github at https://github.com/spring/spring/.</p>
<p>You can find out more about the spring engine and its games at https://springrts.com/.</p>
</description>
<screenshots>
<screenshot type="default">
<image width="1920" height="1080">https://springrts.com/screenshot.php?id=1291</image>
<caption>Complete Annihilation</caption>
</screenshot>
<screenshot>
<image width="1580" height="1050">https://springrts.com/screenshot.php?id=899</image>
<caption>Complete Annihilation</caption>
</screenshot>
</screenshots>
<url type="homepage">https://springrts.com/</url>
<url type="bugtracker">https://github.com/spring/spring/issues</url>
<url type="help">https://springrts.com/</url>
<provides>
<binary>springlobby</binary>
</provides>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="violence-fantasy">moderate</content_attribute>
<content_attribute id="violence-realistic">moderate</content_attribute>
<content_attribute id="language-humor">mild</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
</component>