Genepack Manipulation - Combine
🧬 Genepack Manipulation: Combine
An extension for my mod [url=https://steamcommunity.com/sharedfiles/filedetails/?id=3591464323]Genepack Manipulation[/url].
This add-on introduces a new manipulation: [b]Combine[/b], 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
[list]
[*] [b]New Manipulation: Combine[/b]
[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
[/list]
[*] [b]Settings Support[/b]: Players can configure the max gene count via mod settings
[*] [b]Lore-friendly utility[/b]: Helps organize genebanks and reduce clutter
[/list]
🛠️ For Modders
This mod serves as a [b]minimal working example[/b] of how to implement a multi-genepack manipulation. It demonstrates:
[list]
[*] Defining a new [i]ManipulationDef[/i]
[*] Implementing logic for multiple genepacks
[*] Enforcing configurable constraints
[*] Integrating with the manipulation menu system
[*] Implementing a custom dialogue for a manipulation
[/list]
🧠 Credits
Created by [b]SamV522[/b]
Special thanks to the RimWorld modding community for tools, documentation, and inspiration.
🔗 GitHub
Source code and issue tracking available here:
[url=https://steamcommunity.com/linkfilter/?u=https%3A%2F%2Fgithub.com%2FSamV522%2FGenepackManipulation.Combine]👉 GitHub Repository[/url][github.com]