Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Verscae 1.0.0a

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ze7111 Ze7111 released this 03 Oct 15:47
56fa8b6

Verscae Release 1.0.0a

Instructions

  • Downlaod the zip
  • Extract the zip anywhere
  • Open the dir of the new folder in vs code
  • The file Structure Should look something like this inside of VSCode
.vscode
|  |
|  tasks.json
|
verscae
|  |	
|  ...
|
music.mp3
|
README.md
  • Then Follow the README.md

  • Open the .vscode folder

  • Open the tasks.json file

  • Press Ctrl+S to save the file

  • Open the command palette (Ctrl+Shift+P)

  • Type Preferences: Open Keyboard Shortcuts (JSON) and press enter

  • Add the following code to the file

    {
        "key": "F6",
        "command": "workbench.action.tasks.runTask",
        "args": "Run Verscae File"
    },
    {
        "key": "shift+F6",
        "command": "workbench.action.tasks.runTask",
        "args": "Decompile Verscae File"
    }
  • So the file should look like this:
[
    // Your other keybindings if you have any
    {
        "key": "F6",
        "command": "workbench.action.tasks.runTask",
        "args": "Run Verscae File"
    },
    {
        "key": "shift+F6",
        "command": "workbench.action.tasks.runTask",
        "args": "Decompile Verscae File"
    }
]
  • Save the file

  • And you're done!

  • Now you can press F6 to run the file and Shift+F6 to decompile the verscae file

  • You can also run the file by pressing Ctrl+Shift+B and selecting the task

  • Remember wherever you have a verscae file, you should have the verscae folder in the same directory

  • If you need help coding a DOCUMENTATION.md file is there in the verscae folder