mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Updated Documentation
This commit is contained in:
parent
ee2be0375c
commit
9c273d5567
4 changed files with 24 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>RJW-Genes</identifier>
|
||||
<version>1.3.1</version>
|
||||
<version>2.0.0</version>
|
||||
<dependencies>
|
||||
<li>RimJobWorld</li>
|
||||
<li>HugsLib</li>
|
||||
|
|
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,5 +1,13 @@
|
|||
# 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**:
|
||||
|
||||
- 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)
|
||||
- Multi-Pregnancy Gene thanks to @jaaldabaoth
|
||||
|
||||
|
||||
**Changes**:
|
||||
|
||||
- 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
|
||||
- Slider for Evergrowth Tick-Speed, thanks to @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:**
|
||||
|
||||
|
@ -30,7 +37,7 @@
|
|||
|
||||
**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.
|
||||
- Some replacements from `hasGene` to `hasActiveGene`
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@ But please consider also the following:
|
|||
|
||||
- Shabalox (MechBreeding, InsectBreeding, Animal Gene Inheritance)
|
||||
- WasMachenDennSachen (Various Icons)
|
||||
- Jaaldabaoth (1.5 Migration, MPreg, Femboys)
|
||||
- Flock-of-Birds (Cosmetic Genitalia per XML)
|
||||
|
||||
## Other Credits
|
||||
|
||||
|
|
13
README.md
13
README.md
|
@ -6,9 +6,10 @@ This mod adds genes related and based on RJW to Rimworld.
|
|||
|
||||
- Different Genitalia Types
|
||||
- Genitalia Size Scaling
|
||||
- Extra Genitalia (and a Futa Attempt)
|
||||
- Most RJW Traits, Cumflation Immunity, Elasticity
|
||||
- Extra Genitalia, Male Pregnancy, Futas, Femboys
|
||||
- Most RJW Traits
|
||||
- Cum-Amount Changes, Transfer Nutrition Boosts
|
||||
- Sexual Vampires that need Cum, Cocks or some other sources.
|
||||
- Mech Breeding Additions & Orgasmic Mytosis
|
||||
- Human-Animal Gene Inheritance merged from [Shabakur](https://github.com/Shabakur/RJW_Animal_Gene_Inheritance)
|
||||
- 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.
|
||||
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.
|
||||
|
||||
## 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`.
|
Loading…
Reference in a new issue