// Management Β· RimWorld Mod

Genepack Manipulation - Combine

Genepack Manipulation - Combine mod preview for RimWorld

🧬 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
β€’ Settings Support: Players can configure the max gene count via mod settings β€’ Lore-friendly utility: Helps organize genebanks and reduce clutter

πŸ› οΈ 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