diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d034b0..50a2b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Animal Gene Inheritance Gene-Chance Multiplier per Setting (#13, Shabakur) - Lots of Debug-Only Logging for Animal Gene Inheritance - Patches for some popular Xenotype Mods (Nyaron, Kijin3, Roos Minotaurs, VRE Phytokin) +- Generous Donor Cheatmode - Mod-Settings ## Fertilin: @@ -53,6 +54,16 @@ Xenotypes: Incubi and Succubi can spawn in a special event at night when pawns have low sex need. Cumazones can just appear randomly. +**_On Inheritance:_** + +We realized that it's not nice if the Succubi Babies do not have all Succubi Genes, and have Fertilin with no use for it or look like wookies instead. Hence, we changed the Fertilin Xenotypes to be Xenogenes (non-inheritable) *BUT* we recommend using the [dominant-gene](https://steamcommunity.com/sharedfiles/filedetails/?id=2884110898) mod. +If the dominant-gene mod is loaded, our xenotypes will spawn with it, making Succubus Babies Succubi. +In case you do not want that behaviour, look for the Patch `Patch_Dominant_Gene.xml` and delete it. + +**_On Making your own Succubi_:** + +Currently Succubi and Incubi only spawn through a special event determined by their xenotype def name. So if you make your own, they will not spawn with this event. Make sure that you have a way to get your custom xenotypes appear. You might want to "just alter" the xenotype xml provided by us, then they will spawn with the event. + ## Fixes: - Issue with Breast-Size (#8) fixed by lowercasing breast-match (Shabakur) diff --git a/Common/Assemblies/Rjw-Genes.dll b/Common/Assemblies/Rjw-Genes.dll index 0be1a48..9878f26 100644 Binary files a/Common/Assemblies/Rjw-Genes.dll and b/Common/Assemblies/Rjw-Genes.dll differ diff --git a/Common/Defs/AbilityDefs/Ability_NakedProwess.xml b/Common/Defs/AbilityDefs/Ability_NakedProwess.xml index a5b8ee7..71ad638 100644 --- a/Common/Defs/AbilityDefs/Ability_NakedProwess.xml +++ b/Common/Defs/AbilityDefs/Ability_NakedProwess.xml @@ -3,7 +3,7 @@ rjw_genes_naked_prowess - Enhance the strenght and resilience of your naked body with fertilin. + Enhance the strength and resilience of your naked body with fertilin. Things/Mote/Heart Things/Mote/Heart CastAbilityOnThing diff --git a/Common/Defs/Genes/GeneDefs_LifeForce.xml b/Common/Defs/Genes/GeneDefs_LifeForce.xml index fd738ed..fe67321 100644 --- a/Common/Defs/Genes/GeneDefs_LifeForce.xml +++ b/Common/Defs/Genes/GeneDefs_LifeForce.xml @@ -154,7 +154,7 @@ rjw_genes_naked_prowess - Carriers of this gene are able to temporarily increase their strenght and resilience, while they are naked. + Carriers of this gene are able to temporarily increase their strength and resilience, while they are naked. Things/Mote/Heart rjw_genes_lifeforce 13 diff --git a/Common/Defs/Genes/Xenotype_Lifeforce.xml b/Common/Defs/Genes/Xenotype_Lifeforce.xml index 9af34ef..9942abf 100644 --- a/Common/Defs/Genes/Xenotype_Lifeforce.xml +++ b/Common/Defs/Genes/Xenotype_Lifeforce.xml @@ -13,7 +13,7 @@ 1 -1000 0.005 - true + false 0.02 0.02 @@ -42,8 +42,6 @@
  • rjw_genes_aphrodisiac_pheromones
  • Beauty_Pretty
  • MoveSpeed_Quick
  • -
  • Robust
  • -
  • UVSensitivity_Intense
  • AptitudeStrong_Social
  • Ears_Pointed
  • Headbone_MiniHorns
  • @@ -63,7 +61,7 @@ 1 -1000 0.005 - true + false 0.02 0.02 @@ -114,6 +112,7 @@
  • Aggression_Aggressive
  • MeleeDamage_Strong
  • KillThirst
  • +
  • Robust
  • Pain_Reduced
  • rjw_genes_rapist
  • Beauty_Ugly
  • diff --git a/Common/Patches/Xenotypes/GenitaliaUpdate.xml b/Common/Patches/Xenotypes/FromOtherMods/GenitaliaUpdate.xml similarity index 100% rename from Common/Patches/Xenotypes/GenitaliaUpdate.xml rename to Common/Patches/Xenotypes/FromOtherMods/GenitaliaUpdate.xml diff --git a/Common/Patches/Xenotypes/PatchBiotechNyaron.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchBiotechNyaron.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchBiotechNyaron.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchBiotechNyaron.xml diff --git a/Common/Patches/Xenotypes/PatchKijinRace3.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchKijinRace3.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchKijinRace3.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchKijinRace3.xml diff --git a/Common/Patches/Xenotypes/PatchNarai.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchNarai.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchNarai.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchNarai.xml diff --git a/Common/Patches/Xenotypes/PatchNyaron.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchNyaron.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchNyaron.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchNyaron.xml diff --git a/Common/Patches/Xenotypes/PatchPapou.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchPapou.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchPapou.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchPapou.xml diff --git a/Common/Patches/Xenotypes/PatchRoosMinotaur.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchRoosMinotaur.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchRoosMinotaur.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchRoosMinotaur.xml diff --git a/Common/Patches/Xenotypes/PatchSaurid.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchSaurid.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchSaurid.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchSaurid.xml diff --git a/Common/Patches/Xenotypes/PatchVREPhytokin.xml b/Common/Patches/Xenotypes/FromOtherMods/PatchVREPhytokin.xml similarity index 100% rename from Common/Patches/Xenotypes/PatchVREPhytokin.xml rename to Common/Patches/Xenotypes/FromOtherMods/PatchVREPhytokin.xml diff --git a/Common/Patches/Xenotypes/FromRJWGenes/PatchLicentiaLabs.xml b/Common/Patches/Xenotypes/FromRJWGenes/PatchLicentiaLabs.xml new file mode 100644 index 0000000..5c85681 --- /dev/null +++ b/Common/Patches/Xenotypes/FromRJWGenes/PatchLicentiaLabs.xml @@ -0,0 +1,14 @@ + + + + +
  • LustLicentia.RJWLabs
  • +
    + + Defs/XenotypeDef[defName="rjw_genes_succubus"]/genes + +
  • rjw_genes_elasticity
  • +
    +
    +
    +
    \ No newline at end of file diff --git a/Common/Patches/Xenotypes/FromRJWGenes/Patch_Dominant_Gene.xml b/Common/Patches/Xenotypes/FromRJWGenes/Patch_Dominant_Gene.xml new file mode 100644 index 0000000..15b6f3f --- /dev/null +++ b/Common/Patches/Xenotypes/FromRJWGenes/Patch_Dominant_Gene.xml @@ -0,0 +1,41 @@ + + + + +
  • + +
  • Dominant Gene
  • + + + Defs/XenotypeDef[defName="rjw_genes_succubus"]/genes + +
  • DominantGene
  • +
    +
    + +
  • + +
  • Dominant Gene
  • + + + Defs/XenotypeDef[defName="rjw_genes_incubus"]/genes + +
  • DominantGene
  • +
    +
    + + +
  • + +
  • Dominant Gene
  • + + + Defs/XenotypeDef[defName="rjw_genes_cumazone"]/genes + +
  • DominantGene
  • +
    +
    + +
    +
    +
    \ No newline at end of file diff --git a/Common/Patches/Xenotypes/PatchLicentiaLabs.xml b/Common/Patches/Xenotypes/PatchLicentiaLabs.xml deleted file mode 100644 index 0e9dc2e..0000000 --- a/Common/Patches/Xenotypes/PatchLicentiaLabs.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - -
  • LustLicentia.RJWLabs
  • -
    - - Defs/XenotypeDef[defName="rjw_genes_succubus"]/genes - -
  • rjw_genes_elasticity
  • -
    -
    -
    -
    \ No newline at end of file diff --git a/KNOWN_BUGS.md b/KNOWN_BUGS.md index 904d9a0..a5efec9 100644 --- a/KNOWN_BUGS.md +++ b/KNOWN_BUGS.md @@ -2,6 +2,19 @@ Collection of Known Bugs and reasons for their origin. +## Fertilin does not go up after Sex! + +Error: An Incubus or Succubus had sex with another pawn, but did not gain Fertilin. + +Things to consider: + +1. Please read descriptions of the respective genes - did you have "the right sex?" +2. Check Hediffs of the fucked pawn - was it already drained? +3. Did you fuck an animal? Check Settings for Fertilin-Multiplier +4. Did the pawns really *finish* ? In case they throw up or get drafted there is no gain. + +There also is a known mod-conflict with `rjw Animations patch` (See #18), so make sure you use up-to-date versions of everything. + ## Random Vaginas for Goblins Error: Pawns have different genitalia than expected, e.g. if the "no vagina" gene is specified there are pawns with vaginas AND a penis.