OCL VSCode Extension
Create and export OceanLauncher .ocp packs directly from VSCode.
Features
- Create new pack: Generates a new pack folder with
overrides/mods and profile.json .
- Export pack: Compress any pack folder into a
.ocp file.
How to Use
Open a workspace folder in VSCode. This is where your packs will be created.
Create a new pack
Export a pack
- Press
Ctrl+Shift+P (or Cmd+Shift+P on Mac) to open the Command Palette.
- Run:
OCL: Export Pack as .ocp .
- Enter the name of the folder you want to export.
- A
.ocp zip file will be created in your workspace folder.
Notes
- Make sure a workspace folder is open, otherwise the commands won’t work.
- The
.ocp file is a zip of the entire pack folder, including all overrides and mods.
- Use
profile.json to set pack metadata like id , name , game_version , and loader .
Example
- Create a pack called
MyCoolPack → folder structure created.
- Add mods to
MyCoolPack/overrides/mods/ .
- Export pack →
MyCoolPack.ocp appears in the workspace folder.
Requirements
- VSCode
- Node.js (for building/packaging the extension)
That’s it! You now have a fully functional .ocp pack ready for OceanLauncher.
| |