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:

  1. Model breaks task into steps
  2. Parse step list
  3. Execute step by step
  4. Display plan and progress in window
  5. 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"