Essentials
Modes
GameBooom's two most commonly used modes are normal chat mode and Plan mode. Additionally, you'll encounter MCP Client / MCP Server usage in the MCP window.
1. Normal Chat Mode#
This is the default mode, shown as Plan: OFF at top.
Suitable for:
- Reading information
- Small modifications to single objects or scripts
- Asking specific questions
- Fixing specific errors
Characteristics:
- May execute multiple tool calls in one request
- Better for short feedback loops
- Requires clearer prompts
2. Plan Mode#
Click top button to switch to Plan: ON.
Execution logic:
- Model breaks task into steps
- Parse step list
- Execute step by step
- Display plan and progress in window
- On failure or interruption, stop at nearest step for easy continuation
Suitable for:
- Multi-object building
- Multi-round script fixes
- Prototype creation
- Tasks needing "do A, then B, then verify C"