Skip to content

Extension

Mike J. Renaker / "MikeDEV edited this page Apr 5, 2024 · 6 revisions

Extension

banner

These blocks are used for interacting with the CLΩ service.

Loading the CLΩ Extension

  1. Download the latest copy of the extension here.
  2. Open Turbowarp Editor. (Turbowarp Desktop is currently NOT supported)
  3. Open the Extensions menu:

extensions menu icon

  1. Click on Custom Extension:

custom extension button

...and select the extension file(s). Make sure that the extension(s) is/are NOT sandboxed.

select extension menu

  1. Click load. You're done!

Register an account

To register an account, use this block:

register account block

...and fill in the parameters accordingly.

  • The username must be at least 3 characters long, and no longer than 20.
  • The password must be at least 8 characters long, and no longer than 128.
  • A valid email address must be provided.

Run the block, and check the inspect console for results.

The output of this reporter will turn true upon success.

register account success reporter

Login / Getting a session token

To login to your account / get a session token for use with the CL5 extension, use this block:

login account block

...and fill in the parameters accordingly.

  • The password must be at least 8 characters long, and no longer than 128.
  • A valid email address must be provided.

Run the block, and check the inspect console for results.

The output of this reporter will turn true upon success.

login account success reporter

If true, the output of this reporter will also change, which can be used with the CL5 extension's Authenticate with token block.

block_4_5_2024-5_32_17 PM

Getting a Signaling Server URL

The CLΩ Extension includes a URL generator for connecting to a game. Utilizing a provided UGI (Unique Game Identifier), you can use this block with the CL5 extension's Connect to Signaling Server block.

To change UGI:

change ugi

To get a URL:

get ugi block