Default BG Color

From TDN

Original Question:

What is the setting to change the default BG color for T2D?

Answer:

There isn't a T2D setting as T2D doesn't have any concept of background, there's just a standard bitmap background control setup. You don't have to use this though.

In the mainScreenGui.gui file, you'll see a GuiChunkedBitmapCtrl called mainScreenGui. This displays the T2D logo thats located in ./images/background. You can edit this setting in the console editor (F10) or manually editing the file.

Just changing the bitmap will do this.

We'll be changing the default background to something darker, probably in the next release.

- Melv.