forked from codereader/DarkRadiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnet.darkradiant.DarkRadiant.metainfo.xml
85 lines (82 loc) · 3.56 KB
/
net.darkradiant.DarkRadiant.metainfo.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?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</summary>
<developer id="net.darkradiant">
<name>The DarkRadiant Team</name>
</developer>
<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:
</p>
<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>
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:
</p>
<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>
</description>
<launchable type="desktop-id">net.darkradiant.DarkRadiant.desktop</launchable>
<releases>
<release version="3.9.0" date="2024-03-31"/>
<release version="3.8.0" date="2023-02-03"/>
<release version="3.7.0" date="2022-11-22"/>
<release version="3.6.0" date="2022-11-12"/>
<release version="3.5.0" date="2022-10-28"/>
<release version="3.4.0" date="2022-10-09"/>
<release version="3.3.0" date="2022-09-23"/>
<release version="3.2.0" date="2022-09-03"/>
</releases>
</component>