// Management Β· RimWorld Mod
Genepack Manipulation - Combine
𧬠Genepack Manipulation: Combine An extension for my mod Genepack Manipulation.
𧬠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
- 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
π οΈ 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