Lightmap Inverter
Abstract:Inverts the lightmaps in a mission.
Status:Finished
Started On:2008-01-26
Last Update:2008-01-28
Download

Flips the brightness on lightmaps in a mission.
Sample 1
Sample 2
Sample 3

Python
Abstract:Python scripts that read Dark-related files.
Status:Active
Started On:2004-09-23
Last Update:2007-12-06
Download

DarkDB.py - Read DarkDB files as a dictionary
brlist.py, mdb.py, svar.py, wr.py - View the contents of complex structures.
sdb.py - Reverse-compile a schema db.
mot.py - Convert motions to CSV text
BspTree.pyw - Browse a worldrep BSP.
brdupes.py - Find duplicated objects (and delete with a Dromed script)

Dromed Config Vars
Abstract:Configuration variables used by Dromed.
Status:Finished
Started On:2006-11-29
Last Update:2006-11-29
Download

A list of the configuration variables recognized by Dromed 2 v1.18.

BinView
Abstract:Displays object models using OpenGL.
Status:Development
Started On:2006-08-20
Last Update:2006-08-31
Download

This program is supposed to display BIN format object models (and eventually meshes).

This is provided for download by developers only. You need GTK+, LibGlade, and GtkGLExt to build it.

DarkLib
Abstract:An open-source C/C++ library for working with Dark Engine compatible files.
Status:Stalled
Started On:2004-01-05
Last Update:2006-07-16
Download

This C++ project has become too unwieldy to continue. Even in it's unfinished state, though, I was able to produce some useful tools. I'm making as much of the library and tools available as they are now.

There was also a C-compatible component to DarkLib which contained the most important bits for manipulating the data structures. These headers are not being abandoned.

This is just the library itself. You'll need this if you want to compile any of the tools. If you only want the executables, you don't need this.

The structinfo has been updated with data for Thief 1 and System Shock 2.

DarkUtils
Abstract:Many small tools built using DarkLib.
Status:Stalled
Started On:2004-01-05
Last Update:2006-07-16
Download

Even though the DarkLib was never completed, I was still able to produce some tools, and a few of them may even be useful. These are the simplest tools that I created.

The tools include TxSwap, MissScale, BuildEAX, FogFix, LootList, and CheckMiss. There are others, but I think most people will be interested in those particular ones.

While preparing DoorWizard, I noticed a check that could be included in CheckMiss.

ObjTree
Abstract:A universal gamesys editor.
Status:Stalled
Started On:2004-07-01
Last Update:2006-07-16
Download

This is the most sophisticated DarkLib application I was able to create. It edits gamesys files for any Dark Engine game. The incompleteness and speed prevented me from making it publicly available.

Just before building this final release, I added the ability to import objects into a gamesys from a XML-format file. That should make-up for the ugliness.

Since I am abandoning DarkLib as a C++ project, ObjTree is not going to see any improvements either.

ParchEd
Abstract:WYSYWIG book editor with custom fonts, artwork, and international text.
Status:Finished
Started On:2004-12-09
Last Update:2005-11-28
Download

The most useful (and cleverly named) program currently in DarkUtils. This doesn't use DarkLib, so it won't suffer from that project's end-of-life. But there aren't many more features that need to be added.

DoorWizard
Abstract:Adjusts doors in a mission.
Status:Finished
Started On:2004-06-14
Last Update:2004-06-16
Download

An experiment with door objects led to this program. It allows you to manually adjust the open state of doors, so they will be partially open when the mission starts. This only works some of the time, though, so the program is less useful than I had hoped. (If you want a door to be fully open, it's easiest to use the Difficulty\Close (Open) property.)