mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-12-08 13:08:30 +00:00
fix: satisfy the flathub linter 😭 (#303)
* fix: satisfy the flathub linter 😭
* Fix the 0.99.0-beta4 release date
This version was released on May 3, 2022, 1:46 AM UTC
* chore: add instructions on how to get the game data working
* Remove CS+ screenshots, add valid content rating and screenshots caption
The engine is not distributed with the CS+ game data, so this screenshots are not correct for the most of the flatpak users. The content rating is just copy-pasted from the NXEngine package and and should probably be changed in the future
This commit is contained in:
parent
9a0fa2d0ad
commit
60cfc47a21
|
|
@ -5,8 +5,10 @@
|
|||
<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 <a href="https://studiopixel.jp/">Studio Pixel.</a></p>
|
||||
<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>
|
||||
|
|
@ -18,27 +20,24 @@
|
|||
<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>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://user-images.githubusercontent.com/53099651/155923620-db230077-0df5-4de4-b086-be6b4dcbc6df.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://user-images.githubusercontent.com/53099651/155920013-3967cd03-8d69-4fc5-8f1d-fe659ff2e953.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://user-images.githubusercontent.com/53099651/155919381-7e8159a0-a7cf-461a-8be2-2ce864631299.png</image>
|
||||
<caption>A dialog with one of the NPCs. He isn't scared of robots.</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<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-02"/>
|
||||
<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"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue