mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Updated Docs
This commit is contained in:
parent
9effc7ffa3
commit
0343f4a8dd
4 changed files with 12 additions and 36 deletions
|
@ -19,14 +19,12 @@
|
|||
<steamWorkshopUrl>steam://url/CommunityFilePage/2009463077</steamWorkshopUrl>
|
||||
<downloadUrl>https://github.com/pardeike/HarmonyRimWorld/releases/latest</downloadUrl>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<packageId>UnlimitedHugs.HugsLib</packageId>
|
||||
<displayName>HugsLib</displayName>
|
||||
<downloadUrl>https://github.com/UnlimitedHugs/RimworldHugsLib/releases/latest</downloadUrl>
|
||||
<steamWorkshopUrl>steam://url/CommunityFilePage/818773962</steamWorkshopUrl>
|
||||
</li>
|
||||
-->
|
||||
</modDependencies>
|
||||
<loadAfter>
|
||||
<li>rim.job.world</li>
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# 1.1.0 (2023-xx-xx)
|
||||
|
||||
1.1.0-beta-1 was released on 05.02.2023.
|
||||
|
||||
## Features:
|
||||
|
||||
- Succubus, other Fertilin Xenotypes (see below)
|
||||
|
@ -49,6 +51,8 @@ Xenotypes:
|
|||
|
||||
**Cumazones** are female only martial fighters, that can only gain fertilin through biting cocks. Be sure to have enough supply before you hire one of these bad bitches.
|
||||
|
||||
Incubi and Succubi can spawn in a special event at night when pawns have low sex need. Cumazones can just appear randomly.
|
||||
|
||||
## Fixes:
|
||||
|
||||
- Issue with Breast-Size (#8) fixed by lowercasing breast-match (Shabakur)
|
||||
|
|
15
README.md
15
README.md
|
@ -2,17 +2,16 @@
|
|||
|
||||
This mod adds genes related and based on RJW to Rimworld.
|
||||
|
||||
This is my first Mod I started from scratch so any feedback is very welcome.
|
||||
|
||||
## Current Features
|
||||
|
||||
- Different Genitalia Types
|
||||
- Genitalia Size Scaling
|
||||
- Extra Genitalia (and a Futa Attempt)
|
||||
- Some Traits, Cumflation Immunity, Elasticity
|
||||
- Cum-Amount Changes, Transfer Nutrition
|
||||
- Most RJW Traits, Cumflation Immunity, Elasticity
|
||||
- Cum-Amount Changes, Transfer Nutrition Boosts
|
||||
- Mech Breeding / Insect Breeding Support
|
||||
- Human-Animal Gene Inheritance merged from [Shabakur](https://github.com/Shabakur/RJW_Animal_Gene_Inheritance)
|
||||
- Succubi, Incubi & Cumazones that utilize Fertilin, similar to Hemogen
|
||||
|
||||
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!
|
||||
|
@ -31,8 +30,6 @@ One of the main motivations was to have genes being added to the xenotypes that
|
|||
|
||||
## Load Order / Deps
|
||||
|
||||
Please load this after any mod adding genes, and after the used RJW-Mods (Licentia, Sexperience).
|
||||
|
||||
Should not be used with the original RJW_Animal_Gene_Inheritance anymore.
|
||||
|
||||
There was an issue with other "Male-Only / Female-Only" Mods --- for which we provide our own Genes now.
|
||||
1. Please load this after any mod adding genes, and after the used RJW-Mods (Licentia, Sexperience).
|
||||
2. Should not be used with the original RJW_Animal_Gene_Inheritance anymore.
|
||||
3. There was an issue with other "Male-Only / Female-Only" Mods --- for which we provide our own Genes now.
|
27
TODOS.md
27
TODOS.md
|
@ -5,32 +5,16 @@ So any help is very appreciated, even if it is just pointing me to existing simi
|
|||
|
||||
## Planned Genes
|
||||
|
||||
**Sanguophage like Cumwhores** adding Hemogen and refilling it by getting semen.
|
||||
Showstopper here is the amount of code required, and that I need to understand a bit better of harmony to run the AfterSexUtility and modulate SexChances. My first attempt exploded on adding UI Elements.
|
||||
|
||||
**Adjustable Cock-Size** like e.g. artificial genitalia have
|
||||
|
||||
**Infectious Hypersexuality Gene** (Maybe?) add Hypersexuality Gene through sex with a certain chance.
|
||||
|
||||
**Cum Addiction** add Cum-Addiction from Sexpererience, slowly loose conciousness while addiction is not attended.
|
||||
**Cum Addiction** add Cum-Addiction from Sexperience, slowly loose conciousness while addiction is not attended.
|
||||
|
||||
**Cum-Drugs** eating cum has an effect similar to Go-Juice (including (separate?) addiction)
|
||||
|
||||
**More Orgasm Boost** currently only does sleep, other things could be cool here too. Maybe a separate hediff boosting movement or fight.
|
||||
|
||||
**Self-Fertilizing Eggs** Pawns fertilize eggs that are put inside them (with themselves as a parent)
|
||||
|
||||
## Animal Gene Inheritance
|
||||
|
||||
It should be doable to have a per-category list of genes that a child can inherit on bestiality.
|
||||
Just roll for the available genes and add them to the kid.
|
||||
|
||||
Issues:
|
||||
|
||||
- I do not know how to access babies genes from pregnancy
|
||||
- I did not (yet) find categories in the game such as *canine* or *equine*.
|
||||
- To have genes, the baby needs to be non-baseliner to the best of my knowledge (maybe make bestiality babies hybrid)
|
||||
|
||||
## Genes with Abilities and more Effects
|
||||
|
||||
There were some suggestions on the Discord I saved them somewhere else. I am far away from making that work, but to have them here:
|
||||
|
@ -38,11 +22,4 @@ There were some suggestions on the Discord I saved them somewhere else. I am far
|
|||
- Genitalia deal damage as per size (on normal sex-use)
|
||||
- Genitalia can cause Terror (as ability)
|
||||
- Cumshot Sniper Abilities
|
||||
- Healing Pussy
|
||||
|
||||
## Things to add/change for base-rjw
|
||||
|
||||
(Bit dependable on RJW-Core people)
|
||||
|
||||
1. Make Racegroup-Defs accessible and non-private [This file here](https://gitgud.io/Ed86/rjw/-/blob/master/1.4/Source/Common/Helpers/RaceGroupDef_Helper.cs)
|
||||
2. Make [this](https://gitgud.io/Ed86/rjw/-/blob/master/1.4/Source/Common/Helpers/Gender_Helper.cs#L316) not warn, to reduce errors towards users
|
||||
- Healing Pussy
|
Loading…
Reference in a new issue