2019-07-30 21:19:03 +08:00
|
|
|
# Feature Overview
|
|
|
|
|
|
|
|
Features that are in ***bold italics*** are planned and not yet implemented.
|
|
|
|
|
|
|
|
## Create New Quest
|
|
|
|
|
2019-08-12 23:55:04 +08:00
|
|
|
- ***Support for episodes I, II and IV***
|
2019-07-30 21:19:03 +08:00
|
|
|
|
|
|
|
## Load Quest
|
|
|
|
|
|
|
|
- Open file button
|
|
|
|
- Support for .qst (BB, ***GC***, ***PC***, ***DC***)
|
|
|
|
- ***Notify user when and why quest loading fails***
|
2019-08-11 00:11:27 +08:00
|
|
|
- ***Deal with missing DAT or BIN file in QST container file***
|
2019-07-30 21:19:03 +08:00
|
|
|
|
|
|
|
## Save Quest
|
|
|
|
|
|
|
|
- Save as button
|
2019-08-11 00:11:27 +08:00
|
|
|
- Save as dialog to choose name
|
2019-07-30 21:19:03 +08:00
|
|
|
- Support for .qst (BB, ***GC***, ***PC***, ***DC***)
|
|
|
|
- ***Notify user when and why quest saving fails***
|
2019-08-08 17:02:06 +08:00
|
|
|
- Custom text-based format
|
2019-08-11 00:11:27 +08:00
|
|
|
- Usable with SCM tools
|
2019-07-30 21:19:03 +08:00
|
|
|
|
|
|
|
## Undo/Redo
|
|
|
|
|
|
|
|
- Undo/redo stack
|
|
|
|
- Undo/redo buttons
|
2019-08-12 23:55:04 +08:00
|
|
|
- Undo/redo key bindings
|
2019-07-30 21:19:03 +08:00
|
|
|
|
|
|
|
## Area Selection
|
|
|
|
|
2019-08-02 01:37:26 +08:00
|
|
|
- Dropdown menu to switch area
|
2019-08-11 00:11:27 +08:00
|
|
|
- Change area variant by editing assembly
|
|
|
|
- Update 3D view automatically
|
2019-07-30 21:19:03 +08:00
|
|
|
|
|
|
|
## Simple Quest Properties
|
|
|
|
|
|
|
|
- Episode
|
|
|
|
- Editable ID, name, short and long description
|
2019-08-17 18:59:31 +08:00
|
|
|
- Undo/redo
|
2019-07-30 21:19:03 +08:00
|
|
|
- NPC counts
|
|
|
|
|
|
|
|
## 3D View
|
|
|
|
|
|
|
|
- Area geometry
|
2019-08-11 00:11:27 +08:00
|
|
|
- Collision geometry (c.rel)
|
|
|
|
- ***Rendering geometry (n.rel)***
|
|
|
|
- ***Textures***
|
2019-07-30 21:19:03 +08:00
|
|
|
- NPC/object geometry
|
2019-08-11 00:11:27 +08:00
|
|
|
- Textures
|
2019-07-30 21:19:03 +08:00
|
|
|
- ***Transparency***
|
2019-08-11 00:11:27 +08:00
|
|
|
- ***Order independent transparency***
|
2019-08-12 23:55:04 +08:00
|
|
|
- ***Mini-map***
|
2019-07-30 21:19:03 +08:00
|
|
|
- ***Top-down view (orthogonal view might suffice?)***
|
|
|
|
- ***Add "shadow" to entities to more easily see where floating entities are positioned***
|
2019-08-11 00:11:27 +08:00
|
|
|
- ***MVP: a single line***
|
2019-08-02 01:37:26 +08:00
|
|
|
- ***Show positions and radii from the relevant script instructions***
|
2019-07-30 21:19:03 +08:00
|
|
|
|
2019-09-25 01:47:22 +08:00
|
|
|
## NPC/Object Manipulation
|
2019-07-30 21:19:03 +08:00
|
|
|
|
2019-09-25 01:47:22 +08:00
|
|
|
- Creation
|
|
|
|
- Drag and drop from a list of NPCs/objects
|
|
|
|
- Deletion
|
|
|
|
- "Delete" key binding
|
2019-07-30 21:19:03 +08:00
|
|
|
- Translation
|
2019-08-11 00:11:27 +08:00
|
|
|
- Via 3D view
|
|
|
|
- Via entity view
|
2019-09-30 00:53:01 +08:00
|
|
|
- Rotation
|
|
|
|
- Via 3D view
|
|
|
|
- Via entity view
|
2019-07-30 21:19:03 +08:00
|
|
|
- ***Multi select and translate/rotate/edit***
|
|
|
|
|
2019-07-31 05:15:23 +08:00
|
|
|
## Events
|
|
|
|
|
|
|
|
- ***Create events***
|
|
|
|
- ***Delete events***
|
|
|
|
- ***Edit events***
|
|
|
|
|
2019-07-30 21:19:03 +08:00
|
|
|
## Script Object Code
|
|
|
|
|
|
|
|
- Disassembler
|
|
|
|
- Assembler
|
|
|
|
- Instructions
|
|
|
|
- Simplified stack management (push* instructions are inserted transparently)
|
|
|
|
- Data
|
2019-08-11 00:11:27 +08:00
|
|
|
- Binary data
|
|
|
|
- Strings
|
2019-07-30 21:19:03 +08:00
|
|
|
- Labels
|
2019-08-17 18:59:31 +08:00
|
|
|
- Interpret code called from NPCs and objects as code
|
2019-07-30 21:19:03 +08:00
|
|
|
|
|
|
|
## Script Assembly Editor
|
|
|
|
|
|
|
|
- Instructions
|
|
|
|
- Data
|
2019-08-11 00:11:27 +08:00
|
|
|
- Binary data
|
|
|
|
- Strings
|
2019-07-30 21:19:03 +08:00
|
|
|
- Labels
|
2019-08-11 00:11:27 +08:00
|
|
|
- ***Show in outline***
|
2019-08-12 23:55:04 +08:00
|
|
|
- Auto-completion
|
2019-08-11 00:11:27 +08:00
|
|
|
- Segment type (.code, .data)
|
|
|
|
- Instructions
|
2019-07-30 21:19:03 +08:00
|
|
|
- ***Go to label***
|
|
|
|
- ***Warnings***
|
2019-08-11 00:11:27 +08:00
|
|
|
- ***Missing 0 label***
|
|
|
|
- ***Missing floor handlers***
|
|
|
|
- ***Missing map designations***
|
2019-08-17 18:59:31 +08:00
|
|
|
- ***Threads (thread, thread_stg) that don't have a sync***
|
2019-08-11 00:11:27 +08:00
|
|
|
- ***Unreachable/unused instructions/data***
|
|
|
|
- ***Instructions after "ret" instruction***
|
|
|
|
- ***Unused labels***
|
2019-08-17 18:59:31 +08:00
|
|
|
- Unnecessary section markers
|
2019-07-30 21:19:03 +08:00
|
|
|
- Errors
|
2019-08-11 00:11:27 +08:00
|
|
|
- Invalid syntax
|
|
|
|
- Invalid instruction
|
|
|
|
- Invalid instruction arguments
|
|
|
|
- ***Invalid label references***
|
|
|
|
- ***Mark all duplicate labels (the first one is not marked at the moment)***
|
2019-08-17 18:59:31 +08:00
|
|
|
- Instruction parameter hints
|
2019-07-31 05:15:23 +08:00
|
|
|
- ***Show instruction documentation on hover over***
|
2019-07-30 21:19:03 +08:00
|
|
|
- ***Show reserved register usage on hover over***
|
|
|
|
- ***When saving, ask user whether to really save when asm contains errors***
|
2019-08-08 17:02:06 +08:00
|
|
|
- ***Theme selection***
|
2019-07-30 21:19:03 +08:00
|
|
|
|
|
|
|
## Enemy Waves
|
|
|
|
|
|
|
|
- ***Figure out how they work***
|
|
|
|
|
2019-08-04 05:23:55 +08:00
|
|
|
## Non-BlueBurst Support
|
|
|
|
|
2019-08-12 23:55:04 +08:00
|
|
|
- ***Support different sets of instructions (older versions had no stack)***
|
2019-08-04 05:23:55 +08:00
|
|
|
|
2019-07-30 21:19:03 +08:00
|
|
|
## Bugs
|
|
|
|
|
2019-07-30 22:39:50 +08:00
|
|
|
- [3D View](#3d-view): Random Type Box 1 and Fixed Type Box objects aren't rendered correctly
|
2019-08-12 23:55:04 +08:00
|
|
|
- [3D View](#3d-view): Some objects are only partially loaded (they consist of several separate models)
|
2019-08-11 00:11:27 +08:00
|
|
|
- Forest Switch
|
|
|
|
- Laser Fence
|
|
|
|
- Forest Laser
|
|
|
|
- Switch (none door)
|
|
|
|
- Energy Barrier
|
2019-08-13 02:34:47 +08:00
|
|
|
- Teleporter
|
2019-07-30 22:39:50 +08:00
|
|
|
- [Load Quest](#load-quest): Can't parse quest 125 White Day
|