URL Parameters
MistWarp supports URL parameters that let you load projects and adjust runtime and compiler behavior. These are useful for embedding, automation, and sharing reproducible setups.
Basic Usage
URL Parameter Syntax
Add parameters using standard query string format:
https://warp.mistium.com/?parameter1¶meter2=value¶meter3=value
Multiple Parameters
Combine multiple parameters with &:
https://warp.mistium.com/?turbo&fps=60&username=alice&autoplay
Project Loading
Load by ID
Load a Scratch project by its ID:
https://warp.mistium.com/123456789
Load from URL
Load a project from a direct URL:
https://warp.mistium.com/?project_url=https://example.com/project.sb3
Auto-start (embed only)
Automatically start the project in embeds:
https://warp.mistium.com/123456789?autoplay
Username
Set the username used by cloud variables and blocks:
https://warp.mistium.com/123456789?username=alice
Performance
Turbo Mode
Enable high-speed execution:
https://warp.mistium.com/?turbo