11# Blast Corps Level Editor
22Tools for hacking the Blast Corps ROM for N64.
33
4+ ![ ScreenShot] ( http://i.imgur.com/ASSP2tc.png )
5+
46## Current Features
5- * Change carrier position, heading, and speed
67* Add, remove, and change properties of the following objects:
78 * Ammo boxes
8- * Communication Points
9+ * Communication points
910 * RDUs
1011 * TNT crates
1112 * Square blocks
1213 * Vehicles
1314 * Buildings
15+ * Change carrier position, heading, and speed
1416* View train/barge platforms, collision modifiers, and bounds
1517* Edit gravity and other level header data
18+ * Works with (U) (V1.0) and (V1.1) ROMs
1619
1720### Changelog ###
18210.0.4: UI Cleanup, V1.0 Support, Tools
1922* add support for extending (U) (V1.0) ROM
2023* use TreeView in UI for object list and common properties area
21- * add tools to add and remove objects from level
24+ * create tools to add and remove objects from level
2225* add select and move tools
2326* handle filename passed in through command line argument
2427* update square hole bounds and fields
2528* add TNT texture drop down
29+ * update square hole geometry and display lists pointers
2630
27310.0.3: More details on comm points and buildings
2832* add control for comm point H6 value to control animation
@@ -31,7 +35,6 @@ Tools for hacking the Blast Corps ROM for N64.
3135* export terrain and collision data to Wavefront OBJ model
3236
33370.0.2: UI cleanup, improved parsing, bug fixes
34-
3538* use internal GZipStream instead of external gzip dependency
3639* add train/barge platforms and stopping zones
3740* accept all N64 ROM types: n64, v64, z64
@@ -41,6 +44,5 @@ Tools for hacking the Blast Corps ROM for N64.
4144* add controls and better listing of header data
4245
43460.0.1: Initial release
44-
4547* supports vehicles, carrier, TNT, RDUs, ammo, comm. point, buildings
4648* renders collision mods and bounds
0 commit comments