Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>OceanClient OCLNew to Visual Studio Code? Get it now.
OceanClient OCL

OceanClient OCL

OceanTeam

| (0) | Free
Quickly create .ocp packs with folder structure for OceanLauncher
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open a workspace folder in VSCode. This is where your packs will be created.

  2. Create a new pack

    • Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) to open the Command Palette.
    • Run: OCL: Create New Pack.
    • Enter a name for your pack.
    • The extension will create:
      <packName>/
        overrides/
          mods/
        profile.json
      
    • profile.json will be filled with default settings.
    • The JSON file will automatically open for editing.
  3. 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

  1. Create a pack called MyCoolPack → folder structure created.
  2. Add mods to MyCoolPack/overrides/mods/.
  3. 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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft