Local LLM Struggles with Unreal Engine Solitaire: Qwen 3.6-27B Burns 687k Tokens on One Card

✍️ OpenClawRadar📅 Published: June 22, 2026🔗 Source
Local LLM Struggles with Unreal Engine Solitaire: Qwen 3.6-27B Burns 687k Tokens on One Card
Ad

A Reddit user's experiment with local LLMs for game development reveals severe practical limitations. Using Qwen 3.6-27B with access to unreal-mcpython, SearXNG, and GitHub, the task was to create a Solitaire game in Unreal Engine. After a few hours (much time waiting for user responses to prompts), the result was a single card with correct textures but no game logic, consuming ↑687k and ↓210k tokens.

Ad

Manual Interventions Required

  • Downloading PNGs with card faces manually
  • Creating a mesh with 3 materials (stock cube has only 1 side material)
  • Constant prompting like "stop imagining things, use a bloody search"
  • Repeated corrections: "the card has no texture" or "the card has ace of spades on both sides"

The two-sided card problem consumed the majority of time and tokens. The stock cube can only have one material on all sides; a custom mesh with 3 materials is required. Gemini Flash 3.5 generated the correct OBJ file in one attempt, but Qwen went in circles for hours despite finding concrete code examples. The model insisted on creating planes, compounding two planes with a cube, disabling substrate, or other non-working approaches. The user ultimately had to provide the mesh manually.

Gemma 4-31B was tested but couldn't make a meaningful MCP call and was disqualified early.

Practical takeaway: for Unreal Engine tasks involving custom geometry, local LLMs like Qwen 3.6-27B still require substantial hand-holding. Token budgets balloon quickly, and basic mesh operations remain a stumbling block.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also