A simple addon installer for Sven Co-op, supporting various archive formats and direct downloads.
- Supports installation of Sven Co-op addons from archives and map files.
- Handles the following archive formats:
.zip,.7z,.rar,.tar,.gz,.bz2,.xz,.zst
- Handles the following map file types:
.bsp,.cfg,.res,.wad,.fgd
- Drag-and-drop support for adding files.
- Download and install addons directly from URLs.
- Simple, user-friendly Windows Forms interface.
- Download the application from the Releases section
- Run the exe for initial setup, this will search for your Sven Co-op game install
-
Add Addons:
- Drag and drop addon files or archives into the list, or use the "Add" button.
- You can also add download URLs or a list file containing URLs via the "Add download" option.
-
Set Install Path:
- Click the install path label to select your Sven Co-op Addon Directory.
-
Install Addons:
- Click "Install" to extract/copy all listed addons to the selected directory.
- The installer will overwrite existing files if necessary.
-
Manage List:
- Use "Remove" to delete selected addons from the list.
- Use "Clear" to remove all addons from the list.
- Download .NET SDK 9.0+
Confirm it's installed by running:
dotnet --version- Download or clone the repository:
git clone https://github.com/Outerbeast/SC-Addon-Installer.git
cd SC-Addon-Installer- Run the build script:
- Double-click
build.cmdor run it manually:
build.cmd
The executable will be generated in the current directory.
See LICENSE for details.
If you have feedback or encounter issues, please open an issue on GitHub Issues.
Thank you for using Sven Co-op Addon Installer! You are now ready to head on over to SCMapDB and start playing your favorite campaigns today.
- Outerbeast - Author
- Garompa - Testing and feedback
-
- SharpCompress - Archive handling library (MIT License)
