Level Editor

This is a very simple level editor that allows you to 'paint' tiles onto your trail. If you do any cool levels please send them to me, I may add them to them to the Blazing Trails game!

 

Rules for making levels

 

changing absolute texture paths to relative: 

[CELLTEXTURE]

C:\WINDOWS\Desktop\BlazingTrails\Data\Gfx\Crate.bmp

In this example the .exe resides at 'C:\WINDOWS\Desktop\BlazingTrails' so the above line must be changed to:

[CELLTEXTURE]

Data\Gfx\Crate.bmp

Adding your level to the game

Look for a text file called 'easy.txt' this file contains all the levels that will be played by the game. Simply add your level filename to the list. Note that the order of the levels in this file is important, if you place your level at the beginning then your level will be played first, if you place it at the end then your level will be the final level played.

Known problems:

The editor isn't intended to be part of the release of blazing trails I know there are many problems with it, but unless they are major hindrances I doubt I'll be fixing em. Anyway here's the list I know about:

  1. Edit box bug hit a non numeric key and the caret will reset to the 1st character of the edit box.
  2. No save document reminding.
  3. Absolute path names for textures.
  4. No limits for entered values - Its very possible that you can 'break' the BlazingTrails program by entering large numbers  (rule of thumb keep most values less than 2. Keep max & min speed values less than 10)
  5. No file extension checking when using file open dialog.

 

Download

Click here to download Blazing Trails & Blazing editor installer program (3.12 MB)

Click here to download BlazingEditor.Zip (140kb)

 

Updated!:

Rebuilt to work with windows XP / 2000.

home

 

Last updated : 29/05/04

Copyright (c) 1999-2004 Allan Bentham

Allan.Bentham@btinternet.com