diff --git a/KNOWN_BUGS.md b/KNOWN_BUGS.md index d1153c0..3fe7439 100644 --- a/KNOWN_BUGS.md +++ b/KNOWN_BUGS.md @@ -56,4 +56,19 @@ Ignore this. The pawns seem to have the right sex and genitalia, I cannot "catch Aimed Solution: -Patch ChangeSex to skip for pawns with the two genes producing this. \ No newline at end of file +Patch ChangeSex to skip for pawns with the two genes producing this. + +## Insect Breeder does not fertilize + +Error: + +A pawn with insect breeder fucks a pawn with unfertilized insect eggs, but the eggs stay unfertilized. + + +Notes: + +So testing this is super hard. + +One thing - you need to have anal or vaginal sex for this to work. Any other sex type is currently not supported. + +For anything else, please help me gather information on this what you did and how things look. I reworked it once but I think it should work now. \ No newline at end of file diff --git a/README.md b/README.md index c5dc677..5abb92e 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,11 @@ This is my first Mod I started from scratch so any feedback is very welcome. - Some Traits, Cumflation Immunity, Elasticity - Cum-Amount Changes, Transfer Nutrition - Mech Breeding / Insect Breeding Support +- Human-Animal Gene Inheritance merged from [Shabakur](https://github.com/Shabakur/RJW_Animal_Gene_Inheritance) 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! +We have a [template](./Common/Defs/RaceGeneDefs/RaceGeneDefs_template.xml) and you can add animals and/or genes from mods there. ## Bugs? @@ -24,4 +27,12 @@ Please consider looking at [the known bugs](./KNOWN_BUGS.md) ## Genes vs. Races I currently don't use Races after Biotech was introduced. -One of the main motivations was to have genes being added to the xenotypes that other mods and the base game add, e.g. adding demonic penis for impids. \ No newline at end of file +One of the main motivations was to have genes being added to the xenotypes that other mods and the base game add, e.g. adding demonic penis for impids. + +## 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. \ No newline at end of file diff --git a/TODOS.md b/TODOS.md index 5bf70df..a03b835 100644 --- a/TODOS.md +++ b/TODOS.md @@ -6,10 +6,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. +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. + +**Stat Boost on Orgasm** restore stamina + +**Cum Addiction** add Cum-Addiction from Sexpererience, slowly loose conciousness while addiction is not attended. + ## Animal Gene Inheritance It should be doable to have a per-category list of genes that a child can inherit on bestiality. @@ -25,7 +31,7 @@ Issues: 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: -- Genitalia deal damage as per size -- Genitalia can cause Terror +- Genitalia deal damage as per size (on normal sex-use) +- Genitalia can cause Terror (as ability) - Cumshot Sniper Abilities - Healing Pussy \ No newline at end of file