-
Notifications
You must be signed in to change notification settings - Fork 0
Importing Projects
The Workshop supports importing projects from several sources. This lets you start from existing mods instead of building from scratch.
Import an existing mod package as an editable project.
- In the Workshop, click Import > From modpkg
- Select a
.modpkgfile - The mod is extracted into your workshop directory as a project
The project inherits all metadata, layers, and content from the package.
Import a legacy fantome archive. Since fantome files have limited metadata, you can preview and configure the import.
- Click Import > From Fantome
- Select a
.fantomefile - A preview dialog shows the archive contents
- Configure project name and metadata
- Click Import
The fantome's WAD contents are extracted and organized into the project's layer structure.
Clone a Git repository containing a mod project.
- Click Import > From Git
- Enter the repository URL
- Optionally specify a branch (defaults to the repo's default branch)
- Click Import
The repository is cloned into your workshop directory. It must contain a mod.config.json or mod.config.toml at the root to be recognized as a project.
This is useful for collaborative mod development or importing projects hosted on GitHub.
Once imported, the project appears in your Workshop and can be edited, packed, and managed like any other project. You can modify metadata, add/remove layers, and pack it into a distributable format.
Getting Started
LTK Manager
Creator Workshop
Ecosystem
Development