phantasmal-world/FEATURES.md

144 lines
3.5 KiB
Markdown
Raw Normal View History

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
- ***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***
- ***Deal with missing DAT or BIN file in QST container file***
2019-07-30 21:19:03 +08:00
## Save Quest
- Save as button
- 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***
- Custom text-based format
- Usable with SCM tools
2019-07-30 21:19:03 +08:00
## Undo/Redo
- Undo/redo stack
- Undo/redo buttons
- Undo/redo key bindings
2019-07-30 21:19:03 +08:00
## Area Selection
- Dropdown menu to switch area
- 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
- Collision geometry (c.rel)
- ***Rendering geometry (n.rel)***
- ***Textures***
2019-07-30 21:19:03 +08:00
- NPC/object geometry
- Textures
2019-07-30 21:19:03 +08:00
- ***Transparency***
- ***Order independent transparency***
- ***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***
- ***MVP: a single line***
- ***Show positions and radii from the relevant script instructions***
2019-07-30 21:19:03 +08:00
## NPC/Object Manipulation
2019-07-30 21:19:03 +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
- Via 3D view
- Via entity view
- Rotation
- Via 3D view
- Via entity view
2019-07-30 21:19:03 +08:00
- ***Multi select and translate/rotate/edit***
## 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
- 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
- Binary data
- Strings
2019-07-30 21:19:03 +08:00
- Labels
- ***Show in outline***
- Auto-completion
- Segment type (.code, .data)
- Instructions
2019-07-30 21:19:03 +08:00
- ***Go to label***
- ***Warnings***
- ***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***
- ***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
- 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
- ***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***
- ***Theme selection***
2019-07-30 21:19:03 +08:00
## Enemy Waves
- ***Figure out how they work***
## Non-BlueBurst Support
- ***Support different sets of instructions (older versions had no stack)***
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
- [3D View](#3d-view): Some objects are only partially loaded (they consist of several separate models)
- Forest Switch
- Laser Fence
- Forest Laser
- Switch (none door)
- Energy Barrier
- Teleporter
2019-07-30 22:39:50 +08:00
- [Load Quest](#load-quest): Can't parse quest 125 White Day