Skip to content

General usage

Zezombye edited this page Aug 10, 2020 · 11 revisions

Installation

Decompiling your code

Press Ctrl+Shift+P, then type "decompile". The "Decompile" command should pop up: owo

You will then be able to paste your workshop code, but also to specify names for global and player variables:
owo

Once you click on "decompile", a save prompt will pop up; just select the location where you wish to create the file. owo

If everything goes well, you will be able to start coding in OverPy: owo

Decompiling then compiling a gamemode, without any changes, should yield the same effective gamemode (unless you use dynamic gotos; see #129).

Compiling

Press the "Compile" button at the top right:
owo

You can also save the file to trigger a compilation (can be disabled in the options).

If everything goes right, you should get a success notification, and the content of the code is copied into your clipboard. Else, you will get an error:
owo