xpay tools logo
  • Tools
  • Collections
  • Skills
  • Docs
  • xpay.sh
  1. Home
  2. ›
  3. Mcps
  4. ›
  5. Fly Map

Mcps
Mcps
Tool

Fly Map

fly_map

Generate a fly-through demo that tours all rooms of a map, then render it into a video so the user can see what the map looks like.

How it works ↓

Pricing

Per call

$0.02

Model

time-based


Pay only for what you use. No subscriptions.
Inputs

output_path

stringnull

fly_speed_ups

numbernull

fly_height

numbernull

room_dwell_ms

integernull

map

stringnull

spec *

object
Try It
API
MCP Config
Input Parameters
output_path
Output .dm_91 demo file path. Relative paths resolve against DEMO_PATH. Auto-generated if omitted.
fly_speed_ups
Travel speed between rooms in Quake units per second. Default: 160 (half of QL run speed).
fly_height
Camera height above the room floor in Quake units. Default: 72.
room_dwell_ms
Duration to hover and pan in each room in milliseconds. Default: 3000.
map
Existing map name or path to load and fly through. Same lookup rules as get_bsp_info: bare name, 'maps/<name>.bsp', or absolute path. Mutually exclusive with spec; exactly one must be provided.
spec *
MapSpec JSON describing the rooms and corridors to fly through. Mutually exclusive with map; exactly one must be provided. The spec's 'name' field is used as the map name in the demo configstring (default: 'generated').
Cost per run
Execution cost
$0.02
Deducted from your xPay allowance
About Fly Map

Generate a fly-through demo that tours all rooms of a map, then render it into a video so the user can see what the map looks like.

Supply EITHER: • map — an existing map name (same lookup as get_bsp_info), OR • spec — a MapSpec JSON (same schema as generate_map)

The camera visits every room in connectivity order (BFS from the first room, following corridor links). In each room it hovers at fly_height above the floor and performs a slow 360° pan, then flies to the next room at fly_speed_ups units/second.

Typical workflow after generate_map:

  1. fly_map(spec=) → demo .dm_91 + optional video
  2. Or: fly_map(map='mymapname') to tour an existing BSP
  3. Optionally call render_demo_preview / render_demo_hq on the output demo for a higher-quality video render.

Returns the demo path/URL and a human-readable camera-path log.

Frequently Asked Questions

Generate a fly-through demo that tours all rooms of a map, then render it into a video so the user can see what the map looks like. Supply EITHER: • map — an existing map name (same lookup as get_bsp_info), OR • spec — a MapSpec JSON (same schema as generate_map) The camera visits every room in connectivity order (BFS from the first room, following corridor links). In each room it hovers at fly_height above the floor and performs a slow 360° pan, then flies to the next room at fly_speed_ups units/second. Typical workflow after generate_map: 1. fly_map(spec=<the spec you just generated>) → demo .dm_91 + optional video 2. Or: fly_map(map='mymapname') to tour an existing BSP 3. Optionally call render_demo_preview / render_demo_hq on the output demo for a higher-quality video render. Returns the demo path/URL and a human-readable camera-path log.

Fly Map costs $0.02 per call on xpay. No subscription, no minimums. Pay only for the calls you make. New accounts get $5 in free credits.

Connect the Mcps MCP endpoint to your client — Claude Code: claude mcp add --transport http quakelive "https://quakelive.mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY"; Cursor/Windsurf/Cline/VS Code: same URL in mcp.json. The agent will see fly_map as a callable tool with the input schema and run it directly. (Unified across all providers: https://mcp.xpay.sh/mcp?key=YOUR_XPAY_KEY, then xpay_run with toolPath quakelive/fly_map.)

Yes — that's exactly what xpay is for. You don't need a Mcps account or API key. Sign up at xpay.tools (Google or email), get $5 free credit, and run Fly Map immediately. Billing flows through your xpay balance.

Fly Map accepts 6 input parameters: output_path, fly_speed_ups, fly_height, room_dwell_ms, map, spec. See the input schema and runnable form on this page for details and to test live.

xpay tools logo

Marketplace for AI Capabilities. Run agents, tools & prompts with pay-per-use micropayments.

or ask your AI app
Popular Tools
FirecrawlTavilyExaHunterPerplexityRecraftIdeogramFlux
Collections
AI Image & MediaContent & ResearchDev ToolsFinanceLead GenWeb ScrapingCompetitive Intel
Developers
DocumentationAPI ReferenceQuickstartSDKsSkillsskill.mdllms.txt
Resources
The Agentic EconomyAgentic CommerceAgent Frameworksx402 ProtocolBlog
Company
About xpayxpay.shGitHubDiscordTwitter / X

© 2026 Agentically Inc. All rights reserved.
Privacy PolicyTerms of Service
✦
xpay Assistant
Fly Map by Quakelive

Ask me about tools, pricing, or how to connect

How does this tool work?
What parameters does it accept?
Show me a usage example
DocsCollectionsExplore