forked from codereader/DarkRadiant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add and install appstream and icon files with flatpak package naming
- Loading branch information
Showing
4 changed files
with
88 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>net.darkradiant.DarkRadiant</id> | ||
<name>DarkRadiant</name> | ||
<summary>3D level editor for The Dark Mod and Doom 3</summary> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0-or-later</project_license> | ||
<content_rating type="oars-1.1" /> | ||
<url type="homepage">https://www.darkradiant.net/</url> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Main window</caption> | ||
<image type="source" width="1960" height="1039">https://www.darkradiant.net/images/screenshots/appstream_screenshot1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Prefab chooser</caption> | ||
<image type="source" width="1960" height="1039">https://www.darkradiant.net/images/screenshots/appstream_screenshot2.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Animation viewer</caption> | ||
<image type="source" width="1960" height="1039">https://www.darkradiant.net/images/screenshots/appstream_screenshot3.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Material editor</caption> | ||
<image type="source" width="1960" height="1039">https://www.darkradiant.net/images/screenshots/appstream_screenshot4.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<description> | ||
<p> | ||
DarkRadiant is an overhauled version originally based on GtkRadiant designed for use with The Dark Mod (www.thedarkmod.com), a Thief-inspired modification of the Doom 3 game engine. | ||
</p> | ||
<p> | ||
Feature Highlights include: | ||
<ul> | ||
<li>Media Browser</li> | ||
<li>Surface / Patch / Light Inspector</li> | ||
<li>Layers, Grouping and Selection Sets</li> | ||
<li>Model Scaling</li> | ||
<li>Particle Editor incl. realtime Preview</li> | ||
<li>Export entire map sections to ASE, LWO and OBJ format</li> | ||
<li>Browsers for Models, Entity Classes, Skins, Sounds</li> | ||
<li>Support for most idTech4 shader features</li> | ||
<li>TexTool (U/V Editing Tool)</li> | ||
<li>MD5 Animation Viewer</li> | ||
<li>Curve Editing</li> | ||
<li>Drag-Manipulation of Brushes, Patches and Lights (Point and Projected)</li> | ||
<li>Python Script Interface</li> | ||
<li>Game support for: The Dark Mod 2.0, Doom 3, Quake 4, Quake 3, XreaL</li> | ||
<li>Imports all kinds of maps in classic Quake/idTech map formats</li> | ||
<li>Exports maps to Doom 3 / Quake4 / Quake 3 format</li> | ||
<li>Customisable colour schemes</li> | ||
<li>English and German localisation</li> | ||
</ul> | ||
</p> | ||
<p> | ||
Our goal is to provide the TDM fan-mission community with a capable and easy-to-use editor. To achieve this, specialised plugins were developed to assist authors in tackling the complex mission creating tasks: | ||
<ul> | ||
<li>Stim/Response Editor</li> | ||
<li>Objectives Editor</li> | ||
<li>Difficulty Editor</li> | ||
<li>Conversation Editor</li> | ||
<li>AI Property Panel</li> | ||
<li>Readable Editor incl. Preview</li> | ||
<li>AI Head Selector</li> | ||
</ul> | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">net.darkradiant.DarkRadiant.desktop</launchable> | ||
|
||
<releases> | ||
<release version="3.3.0" date="2022-09-23"/> | ||
<release version="3.2.0" date="2022-09-03"/> | ||
</releases> | ||
|
||
</component> |