DarkRadiant: Difference between revisions

From The DarkMod Wiki
Jump to navigationJump to search
(11 intermediate revisions by the same user not shown)
Line 4: Line 4:
<small>The DarkRadiant Logo</small>
<small>The DarkRadiant Logo</small>
</div>
</div>
'''DarkRadiant''' is The Dark Mod's very own map editor, based on the open-source GtkRadiant. Visit the [http://darkradiant.sourceforge.net project website] for release announcements or check the development forums.
'''DarkRadiant''' is The Dark Mod's very own map editor, originally based on the open-source GtkRadiant. Visit the [http://www.darkradiant.net project website] for release announcements or check the development forums. The source code is hosted on [https://github.com/codereader/DarkRadiant github].


OrbWeaver started working on it in Spring 2006, greebo joined the team as of October 2006 (the initial release was version 0.5.0). Features at this stage include a categorised entity inspector, drag-resizable lights, projected lights, customisable colour schemes, skin chooser for models, UV editor, a unified surface inspector, color selection tool for lights and numerous bugfixes over the GtkRadiant codebase.
OrbWeaver started working on it in Spring 2006, greebo joined the team as of October 2006 (the initial release was version 0.5.0). Features at this stage include a categorised entity inspector, drag-resizable lights, projected lights, customisable colour schemes, skin chooser for models, UV editor, a unified surface inspector, color selection tool for lights and numerous bugfixes over the GtkRadiant codebase.
Line 12: Line 12:
{{index-page|category=DarkRadiant|topic=DarkRadiant, the DarkMod map editor}}
{{index-page|category=DarkRadiant|topic=DarkRadiant, the DarkMod map editor}}
== Installation / Compilation ==
== Installation / Compilation ==
* [http://darkradiant.sourceforge.net/ '''Download]''' the latest release from the project page.
* [https://github.com/codereader/DarkRadiant/releases '''Download]''' the latest release from the github project page.
* [[DarkRadiant - Quick Installation Guide]]
* [[DarkRadiant - Quick Installation Guide]]
* The codebase is stored on github (see the Compilation Guide for details)
* [[DarkRadiant - Compilation Guide]]
* [[DarkRadiant - Compilation Guide]]


== Mappers ==
== Mappers ==
* [[DarkRadiant Video Tutorials|Video Tutorials]]
* [[Dark Radiant Keys|DarkRadiant Keys]]
* [[Dark Radiant Keys|DarkRadiant Keys]]
* [[DarkRadiant Tips and Tricks]]
* [[DarkRadiant Tips and Tricks]]
Line 25: Line 25:
* [[Readable Editor]]
* [[Readable Editor]]


== Scripting ==
== Python Scripting ==
* [[DarkRadiant Script Reference]]
* [[DarkRadiant Script Reference]]


== Troubleshooting ==
== Troubleshooting ==
* Check our [http://bugs.thedarkmod.com/ Bugtracker] for known and reported issues.
* Check our [http://bugs.thedarkmod.com/ Bugtracker] for known and reported issues.
* [[Save a Memory Dump for debugging Crashes]]


== Developers ==
== Developers ==


* [[DarkRadiant coding standards|Coding standards]]
* [[DarkRadiant coding standards|Coding standards]]
* [[DarkRadiant module system|Module system]]
* [[DarkRadiant render system|Render system]]
* [[DarkRadiant render system|Render system]]
* [[DarkRadiant shader system|Shader system]]
* [[DarkRadiant shader system|Shader system]]
* [[DarkRadiant scene graph|Scene graph]]
* [[DarkRadiant pre-release tests|pre-release tests]]
* [[DarkRadiant pre-release tests|pre-release tests]]
* [[DarkRadiant startup phase|Startup phase]]
* [[DarkRadiant Release Mechanics|Release Mechanics]]
* [[DarkRadiant Release Mechanics|Release Mechanics]]


== Weblinks ==
== Weblinks ==
* [http://darkradiant.sourceforge.net/ Project Website]
* [http://www.darkradiant.net/ Project Website]
* [http://sourceforge.net/projects/darkradiant/ Sourceforge Project Page]
* [https://github.com/codereader/DarkRadiant Git Repository]
* [https://github.com/orbweaver/DarkRadiant Git Repository]
* [https://github.com/codereader/DarkRadiant_WinDeps Git Repository hosting the Windows Dependencies]
* [http://forums.thedarkmod.com/forum/54-tdm-editors-guild|The Dark Mod Editor's Guild]
* [http://sourceforge.net/projects/darkradiant/ (Legacy) Sourceforge Project Page]
* [http://forums.thedarkmod.com/forum/51-darkradiant-feedback-and-development/ DarkRadiant Forums]
* [http://bugs.thedarkmod.com Bugtracker]
* [http://bugs.thedarkmod.com Bugtracker]


[[Category:DarkRadiant]]
[[Category:DarkRadiant]]
{{editing}}
{{editing}}

Revision as of 03:52, 18 December 2017

DarkRadiant Logo.png

The DarkRadiant Logo

DarkRadiant is The Dark Mod's very own map editor, originally based on the open-source GtkRadiant. Visit the project website for release announcements or check the development forums. The source code is hosted on github.

OrbWeaver started working on it in Spring 2006, greebo joined the team as of October 2006 (the initial release was version 0.5.0). Features at this stage include a categorised entity inspector, drag-resizable lights, projected lights, customisable colour schemes, skin chooser for models, UV editor, a unified surface inspector, color selection tool for lights and numerous bugfixes over the GtkRadiant codebase.

Alphabetical List of Articles

This is a selected list of articles and tutorials about DarkRadiant, the DarkMod map editor.
Please see the category DarkRadiant for a full list of articles for this topic.

Installation / Compilation

Mappers

Python Scripting

Troubleshooting

Developers

Weblinks