This repository serves as a skeleton for creating and managing game configurations and modding packs. It supports building configurations for various games and deploying them for both Windows and macOS gaming with different sub-axis of pre-configuration.
- Modular structure for game-specific configs.
- Rollup integration for building configurations.
- Cross-platform deployment support.
- Clone the repository.
- Replace this
README.mdwith theREADME.template.mdfile and customize it for your project. - Install dependencies:
yarn install
- Add your game-specific configs in the
configs/folder. - Add your mods and the needed folder structure in the
mods/folder. - Write down documentation and instructions in the
docs/folder. - Build the configs:
yarn run build
configs/: Game-specific configuration files.docs/: Documentation about scripts or instructions for configs or modsmods/: Game-specific mod files for packing the modpacksrc/: scripts and plugins for building or generation in rollup building
- You can provide README files in multiple languages by following the format
README.[tld].md, where[tld]is the language code (e.g.,README.de.mdfor German,README.fr.mdfor French). - Please ensure that all language-specific READMEs are linked in the main
README.mdfile.
MIT