RimWorld

RimWorld

172 ratings
Genepack Reprocessor
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.5, 1.6
File Size
Posted
Updated
1.109 MB
Jun 28, 2024 @ 5:35pm
Jul 31 @ 6:38pm
13 Change Notes ( view )
You need DLC to use this item.

Subscribe to download
Genepack Reprocessor

Description
Adds a new biotech building, the Genepack Reprocessor. Unlocked after gene processing, the reprocessor can split, duplicate, and merge genepacks.

You can finally isolate archite genes, or specific genes out of larger packs.

Check out the mod settings if you feel the genepack reprocessor is too strong/weak, or just want to simplify its functionality.

Multiplayer compatibility: Works without issues, so long as the reprocessor mod settings are synced.

Feel free to send Pull requests, help with translations would be nice.
Github [github.com]
68 Comments
falkenlambedo Aug 19 @ 4:10am 
thx a lot <3
Anonemous2  [author] Aug 18 @ 7:25pm 
@falkenlambedo

""SomeUserName\AppData\LocalLow\Ludeon Studios\RimWorld by Ludeon Studios\Config"
This mod's settings should be "Mod_3277539761_GenepackImprovMod.xml"

So if you wanted to change the merge limit to say 20, you'd add "<genepackMergeMax>20</genepackMergeMax>" between the <ModSettings> tags.
Note: Since this setting is not in the UI, it will remain the same even after changing other mod
settings from the UI.

Its a little bit of a hassle, but is a handy trick for some other mods as well."
falkenlambedo Aug 18 @ 1:23pm 
Is it possible to increase the maximum number of genes in a capsule?
Anonemous2  [author] Jul 31 @ 6:43pm 
@turol Fixed.
As always, validating RimWorld will force mods to update.
turol Jul 31 @ 2:38pm 
This is no longer compatible with "[FM] Gene Banks Expanded" in 1.6. Apparently they renamed the mod.
Zellys Jul 26 @ 4:54am 
Thank u :)
Anonemous2  [author] Jul 25 @ 4:16pm 
@Zellys I believe it does, but you could always boot up a test in dev mode.
Zellys Jul 25 @ 7:29am 
Hi i want to ask if does it mod work with any other mods which adds new genes for example Alpha gens mod or any Vanilla races expanded mods ?
Anonemous2  [author] Jul 23 @ 9:37am 
@BowDownToNoodles Added patch.

@SCRUBLORD PICKLE The reprocessor will link within 12 tiles in a circle around it, which is already large area. If you hadn't looked at the mod settings, you can toggle the reprocessor's isMinifyable, and reinstall it closer to the genebanks needed.

Still, I've added custom link range to the TODO list.
BowDownToNoodles Jul 22 @ 10:11am 
Hi could you add a patch for compact Gene Banks (https://steamcommunity.com/sharedfiles/filedetails/?id=3466062158)

I just made a patch but it would be great for it to be official - Patch_CompactGeneBanks.xml:

<Patch>
<!-- Allow Compact Gene Banks to be used by GeneSeparator -->
<Operation Class="PatchOperationFindMod">
<mods>
<li>Compact Gene Banks/Processors</li>
</mods>
<match Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="GeneSeparator"]/comps/li[@Class="CompProperties_AffectedByFacilities"]/linkableFacilities</xpath>
<value>
<li>CompactGeneBank</li>
<li>CompactGeneBankArchotech</li>
</value>
</match>
</Operation>
</Patch>

Sorry if this is the wrong place to submit!