Publish Package to Vault#
You can use Creator Hub to upload packages (such as maps, worlds, characters, and addons) created using Creator Kit to the Vault.
π Access Creator Hub here: hub.helixgame.com/dashboard/packages/manager
Follow the steps below to upload a package.
1. Create a New Package#
-
From the Package Management page, click Create Package (top right).
-
Fill in the following fields:
- Package Name β The display name of your package.
- URL Slug β A short, unique identifier (lowercase, no spaces, use dashes if needed).
- Description β Write a short summary of what your package does or contains.
- Package Type β Select from:
- Map
- World
- Character
- Addon
- Script
- Other
- Content Rating β Choose the appropriate age rating:
- Everyone
- Teen
- Mature
- Adult
- Tags (Optional) β Add relevant tags to help with discoverability.
2. Add Preview Images#
- Upload one or more images to showcase your package.
- Supported formats: JPEG, PNG, WebP
- Images appear in the order you add them.
- At least one preview image is recommended.
3. Upload Package Files#
For Script Packages#
You must upload your entire package folder (which typically contains subfolders such as Server, Client, Shared) as a single zip file.
For script packages you can skip the next step. No version config file upload is needed.
For Other Packages (Addon, Map, etc)#
You must upload at least one package file. All files must be in PAK format.
- Client Files β Files that run on the userβs device.
- Server Files β Backend logic that runs on the server.
- Editor Files β Tools or development resources.
4. Version Config (Optional)#
Upload a config.json file if your package needs specific execution settings. You can skip this step for script type packages.
This file should define:
- execution_path
- MountFolder
You can skip this step if your package doesnβt need it.
5. Add Dependencies (Optional)#
If your package depends on other packages:
- Click Add Dependency.
- Search by package name.
- Select the required version.
Dependencies can also be added later.
6. Finalize Upload#
- Review all entered information.
- Confirm and upload your package.







