🧬 Genepack Manipulation: Combine
An extension for my mod Genepack Manipulation.
This add-on introduces a new manipulation: Combine, which allows you to merge multiple genepacks into a single one — consolidating genes and saving space.
It’s a practical tool for players and a clean example for modders who want to learn how to extend the Genepack Manipulation mod.
✅ Features
- New Manipulation: Combine
[list]
- Select multiple genepacks and merge them into one
- Combines all genes into a single genepack
- Respects a configurable maximum gene count (default: 4)
- Appears in the unified Genepack Manipulation menu
[*] Settings Support: Players can configure the max gene count via mod settings
[*] Lore-friendly utility: Helps organize genebanks and reduce clutter
[/list]
🛠️ For Modders
This mod serves as a minimal working example of how to implement a multi-genepack manipulation. It demonstrates:
- Defining a new ManipulationDef
- Implementing logic for multiple genepacks
- Enforcing configurable constraints
- Integrating with the manipulation menu system
- Implementing a custom dialogue for a manipulation
🧠 Credits
Created by SamV522
Special thanks to the RimWorld modding community for tools, documentation, and inspiration.
🔗 GitHub
Source code and issue tracking available here:
👉 GitHub Repository[github.com]