Track editor
When the BMP format was finally cracked, I wanted to make a new GDB viewer that showed textures, and using WillKirkby's LibLR1 that wasn't too hard.
But why not an editor? So here is my track editor!
Current features:
- View GDB files (3D objects), with textures.
- View and edit SKB files (Skyboxes).
- View and edit PWB files (Powerups).
- View RRB files (AI paths).
- View the static object part of WDB files.
Planned:
- Edit RRB files (AI paths)
- (partially) View and edit WDB files (Static/animated objects).
- View and edit startup positions and checkpoints
Known bugs:
- Dragging bricks acts weird from certain angles
- Semi-transparent textures only work in native LR bitmaps, and are not yet depth-sorted.
NOTE: You need to have XNA Framework 4.0 installed, otherwise the application will crash.
Download: http://www.rockraidersunited.com/files/lego-racers-1/tools/track-editor-12-r59/
Current version: v1.2.0.365
New in this version: (full changelog included in download)
Let me know what you think!
Massive thanks to WillKirkby, for making LibLR1 and the original GDB_viewer
and to Sluicer for helping with both GDB and BMP file formats.