Skip to content

Advanced Settings

Thomas Weber edited this page Nov 25, 2020 · 42 revisions

High Quality Pen

High Quality Pen makes the pen change resolution to match your screen instead of being stuck at 480x360. This is especially noticeable on "Retina" or "High DPI" screens or in fullscreen mode.

Note that:

  • this may affect performance
  • this may make some projects (especially those use tiled stamps or precise pen) look worse

This can be controlled with a URL parameter.

Infinite Clones

It turns off the clone limit.

Warp Timer

(Previously called "Stuck Checking")

Warp timer makes scripts check to see if they are stuck in a long or infinite loop, and run at a low FPS (~2 fps) instead of getting completely stuck until the loop completes. The easiest way to demonstrate this is with a project like https://turbowarp.org/446742201. Compare what happens with the warp timer enabled and disabled.

This has a performance impact (up to 3x slower in some cases), which is why it's not enabled by default.

This can be controlled on a per-script basis using a Script Flag

Disable Compiler

This turns off the TurboWarp compiler. This is only useful when debugging bugs in the compiler or when using the editor to create a project.

Clone this wiki locally