Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem






Thank you for the wonderful mod. It is fun to sell those samples to make money :)))
- Support for RimWorld 1.6.
I had also forgotten to commit all my changes for RW 1.5. ^^'
It's committed now.
For RW 1.4 I had to jam the concept of having several farm modes active at the same time into the game. That required some patching. Now it isn't needed anymore, since 1.5 introduced non-exclusive interactions (like hemogen farm).
The extra interactions are defined in https://github.com/kathanon/RimWorld-IVFEquality/blob/master/ModFiles/1.5/Defs/Interaction.xml .
There is no class specifically associated with an interaction, instead you just call Pawn.IsInteractionEnabled(PrisonerInteractionModeDef def) and pass your def whenever it is relevant.
I made an update just for you. I checked how the Phytokin mod blocks embryo implantation, and changed the code slightly so insemination isn't affected. should work for Saurids as well.
Considering what you are trying to do, I suggest you also check out my other mod More Gene Information . It has some tools specifically for trying to breed pawns. ;) One of the tools need to be enabled in the mod options.
Happy mad scientisting!
Even tried this in a brand new save just in case and got the same results.
- Fixed bug in calculation of success chance for insemination.
@Cheems There was indeed a bug in the chance calculation.
Over 30 there's a 3.2% chance which just takes forever to make it work.
I get that may be realistic, but I'm not exactly looking for realism.
Though this is all morally questionable, it is RimWorld
- Sperm samples can now also be used for insemination.
Since several people have asked for insemination, I made a push to finish it up.
- Sperm samples can now also be used for insemination.
How would you react if you were a guest and your hosts randomly asked you for a sperm sample or ovum? ;)
like select a female pawn and right click the sample.
This is little confusing at first.
So my first try was insert it in any mod fridge like "Simple Utilities: Fridge", but item is not in storage filter.
I make my local temporary xml patch
building/fixedStorageSettings/filter/thingDefs>kathanon_IVFEquality_SpermSample
So i have sugestion, for little compability for that mod or maybe ramove "CompProperties_Rottable" to be like ovum.
Like more "Simple Utilities: Fridge", it will be usefull.