1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-09-01 03:15:07 +00:00
doukutsu-rs/res/io.github.doukutsu_rs.doukutsu-rs.metainfo.xml
2025-03-08 01:14:58 +01:00

48 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.doukutsu_rs.doukutsu-rs</id>
<metadata_license>CC0-1.0</metadata_license>
<name>doukutsu-rs</name>
<summary>A faithful and open-source remake of Cave Story's engine written in Rust</summary>
<description>
<p>doukutsu-rs initially started as a Rust learning project, but eventually evolved into semi-playable and compatible reimplementation of the engine of Cave Story - a great indie game created by Studio Pixel.</p>
<p>The project aims to deliver a decent alternative for the original engine, improving it with features such as multiplayer support and independent framerate (so the game runs at original speed and looks smooth regardless of monitor refresh rate).</p>
<p>NOTE: This flatpak has a workaround that makes it so you can use your own data files and it does not ship any by default.</p>
<p>NOTE: The default data files directory is under <code>$XDG_DATA_HOME/doukutsu-rs/data</code>. That being <code>$HOME/.var/app/io.github.doukutsu_rs.doukutsu-rs/data/doukutsu-rs/data</code> by default.</p>
</description>
<categories>
<category>Game</category>
</categories>
<url type="homepage">https://github.com/doukutsu-rs/doukutsu-rs</url>
<url type="bugtracker">https://github.com/doukutsu-rs/doukutsu-rs/issues</url>
<url type="vcs-browser">https://github.com/doukutsu-rs/doukutsu-rs</url>
<project_license>MIT</project_license>
<developer id="io.github.doukutsu_rs">
<name>doukutsu-rs maintainers</name>
</developer>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">moderate</content_attribute>
<content_attribute id="language-profanity">mild</content_attribute>
</content_rating>
<screenshots>
<screenshot type="default">
<image>https://user-images.githubusercontent.com/53099651/155924215-d492907a-ed0e-4323-bd46-61745b8fb32a.png</image>
<caption>Typical boss fight</caption>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/53099651/155923814-621cf29e-bb20-4680-a96d-f049aaef1f88.png</image>
<caption>A dialog with one of the NPCs. He isn't scared of robots.</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.102.0-beta7" date="2025-03-08"/>
<release version="0.101.0-beta6" date="2024-12-31"/>
<release version="0.100.0-beta5" date="2023-01-25"/>
<release version="0.99.0-beta4" date="2022-05-03"/>
<release version="0.99.0-beta3" date="2022-04-24"/>
<release version="0.99.0-beta2" date="2022-02-11"/>
<release version="0.99.0-beta1" date="2022-01-15"/>
</releases>
<launchable type="desktop-id">io.github.doukutsu_rs.doukutsu-rs.desktop</launchable>
</component>