diff --git a/About/About.xml b/About/About.xml index a2eca98..809d945 100644 --- a/About/About.xml +++ b/About/About.xml @@ -8,6 +8,10 @@ Adds Genes for RJW Content https://steamcommunity.com/id/Vegapnk/myworkshopfiles/?appid=294100 +
  • + Ludeon.RimWorld.Biotech + Biotech +
  • rim.job.world RimJobWorld @@ -27,11 +31,16 @@
  • +
  • Ludeon.RimWorld
  • +
  • Ludeon.RimWorld.Royalty
  • +
  • Ludeon.RimWorld.Ideology
  • +
  • Ludeon.RimWorld.Biotech
  • rim.job.world
  • brrainz.harmony
  • - +
  • OskarPotocki.VanillaFactionsExpanded.Core
  • +
  • sarg.alphaanimals
  • + +
  • Sl4vP0weR.DominantGene
  • \ No newline at end of file diff --git a/About/Manifest.xml b/About/Manifest.xml index b99a84a..b1d6c81 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,12 +1,14 @@ RJW-Genes - 1.1.0 + 1.2.0
  • RimJobWorld
  • HugsLib
  • - + +
  • Male- and Female- Only Genes
  • +
  • RimJobWorld
  • HugsLib
  • diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a7e78..6ff0057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ - Many new icons - Custom background icons when Vanilla-Expanded-Framework is loaded - Sexual Age Drainer & Youth Fountain now change age as configured in XML +- Draft for a Hive-Start Scenario **Internal:** - Renamed abilities to have _ability_ in their name, to not exactly match the gene-defnames. - Moved Insect-Incubator & Insect-Breeder to hive category and folders (from breeding) +- Some exclusion-tags for Alpha Genes **Fixes:** @@ -41,6 +43,16 @@ In general, the logic is the following: I am not sure if I want to have a specific mapping defining that queen can only mate with certain drones, let me know how you feel about it. *Queens can be male*. I just used the female-term, but implementation is gender-neutral. +**On Alpha Genes** + +Alpha genes might have colliding features, but I need some reports to find out about it. +I disabled the specific gender and the oviparious reproduction (when you have rjw-ovipos). +I recommend using alpha genes for the Hive-Playthroughs, as otherwise the Halamyr look a bit ... boring? +But i don't want to add a bunch of cosmetic genes on top of things. + +*And what the fuck is a halamyr?* Well I had to name my little ants somehow. But I didn't want to call them `myr` as I maybe want to make some TiTs xenotypes separately. +And I am aware that the TiTs-Myr work different than the things I built now. + # 1.1.4 Fixes: diff --git a/Common/Assemblies/Rjw-Genes.dll b/Common/Assemblies/Rjw-Genes.dll index 7e3fd40..e0c5d0e 100644 Binary files a/Common/Assemblies/Rjw-Genes.dll and b/Common/Assemblies/Rjw-Genes.dll differ diff --git a/Common/Defs/GeneDefs/GeneDefs_GenitaliaTypes.xml b/Common/Defs/GeneDefs/GeneDefs_GenitaliaTypes.xml index 112d5cc..4c27701 100644 --- a/Common/Defs/GeneDefs/GeneDefs_GenitaliaTypes.xml +++ b/Common/Defs/GeneDefs/GeneDefs_GenitaliaTypes.xml @@ -77,6 +77,12 @@ Genes/Icons/Ovipositor_Genitalia RJW_Genes.Gene_OvipositorGenitalia 808 + + +
  • Egglaying
  • +
  • AG_Egglaying
  • +
    + diff --git a/Common/Defs/GeneDefs/GeneDefs_SpecifiedGender.xml b/Common/Defs/GeneDefs/GeneDefs_SpecifiedGender.xml index 0cd226f..fae1f90 100644 --- a/Common/Defs/GeneDefs/GeneDefs_SpecifiedGender.xml +++ b/Common/Defs/GeneDefs/GeneDefs_SpecifiedGender.xml @@ -10,12 +10,17 @@ RJW_Genes.Gene_FemaleOnly 1 + +
  • AG_Gender
  • +
  • Gender
  • +
    + -
  • - Genes/Icons/RJW_Genes_Endogene_Background - Genes/Icons/RJW_Genes_Xenogene_Background -
  • -
    +
  • + Genes/Icons/RJW_Genes_Endogene_Background + Genes/Icons/RJW_Genes_Xenogene_Background +
  • + @@ -28,12 +33,17 @@ RJW_Genes.Gene_MaleOnly 2 + +
  • AG_Gender
  • +
  • Gender
  • +
    + -
  • - Genes/Icons/RJW_Genes_Endogene_Background - Genes/Icons/RJW_Genes_Xenogene_Background -
  • -
    +
  • + Genes/Icons/RJW_Genes_Endogene_Background + Genes/Icons/RJW_Genes_Xenogene_Background +
  • +
    \ No newline at end of file diff --git a/README.md b/README.md index f0a12ac..cbffc9d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This mod adds genes related and based on RJW to Rimworld. - Mech Breeding / Insect Breeding Additions - Human-Animal Gene Inheritance merged from [Shabakur](https://github.com/Shabakur/RJW_Animal_Gene_Inheritance) - Succubi, Incubi & Cumazones that utilize Fertilin, similar to Hemogen +- Insect-Caste Mechanics, with Queens, Drones and Workers and a conditional reproduction See [planned things](TODOS.md) and feel free to contribute. With the Human-Animal-Gene Inheritance we have a lot of XML that you can contribute! @@ -38,4 +39,5 @@ Please load this after any mod adding genes, and after the used RJW-Mods (Licent **Conflicts:** 1. Should not be used with the original RJW_Animal_Gene_Inheritance anymore. 2. There was an issue with other "Male-Only / Female-Only" Mods --- for which we provide our own Genes now. -3. CAI5000 will not crash, but will make *Seduce*-Ability fail. I think same goes for Combat Extended. \ No newline at end of file +3. CAI5000 will not crash, but will make *Seduce*-Ability fail. I think same goes for Combat Extended. +4. Alpha Genes "Female / Male Only" Genes might overwrite later Genitalia-Changes and should be avoided in combination with RJW-Genes Features. \ No newline at end of file