Updated Documentation

This commit is contained in:
Vegapnk 2024-05-30 09:10:50 +02:00
parent ee2be0375c
commit 9c273d5567
4 changed files with 24 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest> <Manifest>
<identifier>RJW-Genes</identifier> <identifier>RJW-Genes</identifier>
<version>1.3.1</version> <version>2.0.0</version>
<dependencies> <dependencies>
<li>RimJobWorld</li> <li>RimJobWorld</li>
<li>HugsLib</li> <li>HugsLib</li>

View file

@ -1,5 +1,13 @@
# 2.0.0 # 2.0.0
**Summary**:
- 1.5 Support
- Femboys, MPReg
- Couple Implants around Fertility / Sex / Pregnancy
- Hive Removal (to be reintroduced somewhere else)
- Licentia Genes became placeholders, no functions until Licentia is on 1.5
**Additions**: **Additions**:
- initial Rimworld 1.5 thanks to @jaaldabaoth - initial Rimworld 1.5 thanks to @jaaldabaoth
@ -13,7 +21,6 @@
- Bioscaffold that allows for faster pregnancies. thanks to @jaaldabaoth. See [its description](./Common/Defs/ThingDefs/Bioscaffold.xml) - Bioscaffold that allows for faster pregnancies. thanks to @jaaldabaoth. See [its description](./Common/Defs/ThingDefs/Bioscaffold.xml)
- Multi-Pregnancy Gene thanks to @jaaldabaoth - Multi-Pregnancy Gene thanks to @jaaldabaoth
**Changes**: **Changes**:
- Modularised many "change gentialia sets"-genes into a XML configurations. Thanks to @flock-of-birds - Modularised many "change gentialia sets"-genes into a XML configurations. Thanks to @flock-of-birds
@ -21,7 +28,7 @@
- Highmates "Initiate Loving" uses Succubus "Seduce" ability, thanks to @jaaldabaoth - Highmates "Initiate Loving" uses Succubus "Seduce" ability, thanks to @jaaldabaoth
- Slider for Evergrowth Tick-Speed, thanks to @jaaldabaoth - Slider for Evergrowth Tick-Speed, thanks to @jaaldabaoth
- Resizing Age for resizing Genes can be set in Settings @jaaldabaoth - Resizing Age for resizing Genes can be set in Settings @jaaldabaoth
- Licentia-Stretching related genes are only placeholders, as Licentia is not 1.5 yet - **Licentia related genes are only placeholders**, as Licentia is not 1.5 yet
**Fixes:** **Fixes:**
@ -30,7 +37,7 @@
**Hidden Changes:** **Hidden Changes:**
- Patches for "Same Mother" / "Same Father" to account for Male-Pregs. This should only extend behaviour but be warned. - Patches for "Same Mother" / "Same Father" to account for Male-Pregs. This should only extend behaviour but be warned a bit.
- Patches to RJW-Pregnancy Helper to account for Male Pregs. - Patches to RJW-Pregnancy Helper to account for Male Pregs.
- Some replacements from `hasGene` to `hasActiveGene` - Some replacements from `hasGene` to `hasActiveGene`

View file

@ -17,6 +17,8 @@ But please consider also the following:
- Shabalox (MechBreeding, InsectBreeding, Animal Gene Inheritance) - Shabalox (MechBreeding, InsectBreeding, Animal Gene Inheritance)
- WasMachenDennSachen (Various Icons) - WasMachenDennSachen (Various Icons)
- Jaaldabaoth (1.5 Migration, MPreg, Femboys)
- Flock-of-Birds (Cosmetic Genitalia per XML)
## Other Credits ## Other Credits

View file

@ -6,9 +6,10 @@ This mod adds genes related and based on RJW to Rimworld.
- Different Genitalia Types - Different Genitalia Types
- Genitalia Size Scaling - Genitalia Size Scaling
- Extra Genitalia (and a Futa Attempt) - Extra Genitalia, Male Pregnancy, Futas, Femboys
- Most RJW Traits, Cumflation Immunity, Elasticity - Most RJW Traits
- Cum-Amount Changes, Transfer Nutrition Boosts - Cum-Amount Changes, Transfer Nutrition Boosts
- Sexual Vampires that need Cum, Cocks or some other sources.
- Mech Breeding Additions & Orgasmic Mytosis - Mech Breeding Additions & Orgasmic Mytosis
- Human-Animal Gene Inheritance merged from [Shabakur](https://github.com/Shabakur/RJW_Animal_Gene_Inheritance) - Human-Animal Gene Inheritance merged from [Shabakur](https://github.com/Shabakur/RJW_Animal_Gene_Inheritance)
- Patches for some popular / common Xenotypes from other Mods. - Patches for some popular / common Xenotypes from other Mods.
@ -20,3 +21,11 @@ This mod adds genes related and based on RJW to Rimworld.
4. Alpha Genes "Female / Male Only" Genes might overwrite later Genitalia-Changes and should be avoided in combination with RJW-Genes features. 4. Alpha Genes "Female / Male Only" Genes might overwrite later Genitalia-Changes and should be avoided in combination with RJW-Genes features.
5. rjw.sexperience.cumgenes removes fertilin-gain from Cum item - I hope I addressed this by adding a load order but keep me posted (Issue #41) 5. rjw.sexperience.cumgenes removes fertilin-gain from Cum item - I hope I addressed this by adding a load order but keep me posted (Issue #41)
6. [Consistent Gene Inheritance](https://steamcommunity.com/sharedfiles/filedetails/?id=2881479142&searchtext=Consistent+Gene+Inheritance) alters inheritance - it messes a bit with the Insect-Caste Logic. Your game will not crash, but the insect xenotypes will be a bit messed up. 6. [Consistent Gene Inheritance](https://steamcommunity.com/sharedfiles/filedetails/?id=2881479142&searchtext=Consistent+Gene+Inheritance) alters inheritance - it messes a bit with the Insect-Caste Logic. Your game will not crash, but the insect xenotypes will be a bit messed up.
## Structure
- Toplevel: By Function (i.E. "Genes", "Animal Inheritance", "Utility")
- Then: By Domain, following the Gene-Categories ("Cosmetic","Special", "Damage",...)
- Last: By Type of Action (Def, Patch, etc.)
So if you want to change / add a gene about shrinking cocks you were to go: `Genes -> GenitaliaSize -> Defs`.