Skip to content

General usage

Zezombye edited this page Feb 11, 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

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

Notes

It is recommended that you set VS Code to generate new files in LF mode, as OverPy does not support CRLF mode. To do so, go to Files -> Preferences -> type "eol" in the search box -> change from "auto" to "\n".