mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added Elasticity Gene and Zoophile Trait Gene
This commit is contained in:
parent
f17da08394
commit
84c0ab012e
15 changed files with 227 additions and 19 deletions
|
@ -25,4 +25,35 @@ Error: I added all "no-XXX" genes but my pawn has genitalia on map!
|
|||
Reason: If you go with Full-No-Genitals (No Penis, No Anus, No Breasts, No Vagina) then the pawn spawns without any Genitalia on the map,
|
||||
however then the RJW base-logic runs the sexualizer.
|
||||
|
||||
**Workaround**: Have atleast 1 genitalia enabled with Genes, I recommend the anus.
|
||||
**Workaround**: Have atleast 1 genitalia enabled with Genes, I recommend the anus.
|
||||
|
||||
## Log Pops up for Xenotypes with Female/Male Only Gene
|
||||
|
||||
Error:
|
||||
|
||||
When using a Xenotype with the Female only gene, upon refresh it can open the log with the following (red) statement:
|
||||
|
||||
```
|
||||
[RJW] ChangeSex error (PAWNNAME) faction (FACTION). Probably tried to change sex at world gen for royalty implant, skipping
|
||||
UnityEngine.StackTraceUtility:ExtractStackTrace ()
|
||||
Verse.Log:Error (string)
|
||||
rjw.ModLog:Error (string)
|
||||
rjw.GenderHelper:ChangeSex (Verse.Pawn,rjw.GenderHelper/Sex,rjw.GenderHelper/Sex)
|
||||
rjw.GenderHelper:ChangeSex (Verse.Pawn,System.Action)
|
||||
RJW_Genes.Gene_FemaleOnly:AdjustPawnToFemale ()
|
||||
RJW_Genes.Gene_FemaleOnly:PostMake ()
|
||||
RimWorld.GeneMaker:MakeGene (Verse.GeneDef,Verse.Pawn)
|
||||
[... some more ...]
|
||||
```
|
||||
|
||||
Reason:
|
||||
|
||||
RJW covers some corner cases when the pawn is changed before creation.
|
||||
|
||||
Current Solution:
|
||||
|
||||
Ignore this. The pawns seem to have the right sex and genitalia, I cannot "catch" the exception as it is only a Log Error. I would need to do harmony patching and ... that seems to be too much.
|
||||
|
||||
Aimed Solution:
|
||||
|
||||
Patch ChangeSex to skip for pawns with the two genes producing this.
|
Loading…
Add table
Add a link
Reference in a new issue