🧬 Genepack Manipulation: Recycle ♻️
An extension for my mod Genepack Manipulation.
This add‑on introduces a new manipulation: Recycle, and the associated research requirement, which allows you to break down unwanted archite genepacks into archite capsules at a 1:1 ratio of archite cost:archite capsules.
It’s a lightweight, practical tool for players, and a clean, minimal example for modders who want to learn how to extend the Genepack Manipulation mod.
✅ Features
- New Manipulation: Recycle
[list]
- Converts any archite genepack into archite capsules
- 2 archite cost genepack → 2 capsules
- Works with powered or unpowered genebanks
[*] Lore‑friendly utility: Clear out cluttered genebanks and recover valuable archite capsules.
[/list]
🛠️ For Modders
This mod is also a minimal working example of how to extend the Genepack Manipulations system. It demonstrates:
- Defining a new ManipulationDef in XML
- Implementing a concrete manipulation class in C#
- Integrating seamlessly with the manipulation menu and dialog system
🧠 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]