Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
[SpawnThoseGenes] No possible endogenes found in config for: KiiroXenotype
...
Tried 300 times to generate age for kiiro special force smoke-maker
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch3 (string)
...
https://gist.github.com/HugsLibRecordKeeper/1e542841298a5a7e16767c96babed33a
Verse.PatchOperationAdd(xpath="Defs/SpawnThoseGenes.SpawnThoseGenesXenotypes[defName = "Starjack"]/Groups"): Failed to find a node with the given xpath
Verse.PatchOperationSequence: Error in the operation at position=1
[[BT] EyeGenes2 | Base - [NL] Facial Animation |] Patch operation Verse.PatchOperationSequence(count=1, lastFailedOperation=Verse.PatchOperationAdd(Defs/SpawnThoseGenes.SpawnThoseGenesXenotypes[defName = "Starjack"]/Groups)) failed
file: B:\SteamLibrary\steamapps\workshop\content\294100\2898151329\Additionals\SpawnThoseGenes\Patches\Races\Patch_Starjack.xml
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition:Verse.Log.Error_Patch1 (string)
Verse.PatchOperation:Complete (string)
обрезал оба лога, если что
Player Log: https://drive.google.com/file/d/1BZI3dVnSsLPE28Xvoc4KVmc0_nWa9NFx/view?usp=drive_link
Images:
Error that appeared on my screen: https://drive.google.com/file/d/1v1Ly_OJGL_exj6t8bs5L27M8iWTI7obS/view?usp=drive_link
{LINK REMOVED}https://drive.google.com/file/d/15wISTsPlVkkUDKiJj9EJrZtihlDlnzsf/view?usp=drive_link
{LINK REMOVED}https://drive.google.com/file/d/1V-nZSPF6spkLzBOyyx28Aj4liJUuFTtk/view?usp=drive_link
The mods that Rimpy tags as involved in the error:
{LINK REMOVED}https://drive.google.com/file/d/1Gk3ljE2MJ5LIiVQGZQmgG17zVRGvQaL0/view?usp=drive_link
{LINK REMOVED}https://drive.google.com/file/d/1gdjKpAAF-XPshjhsMV4xqRjefIoi19Q-/view?usp=drive_link
@Frisk: maybe the genes change it somehow, this mod only adds the genes to the race, nothing else
I'm running into an issue with my custom xenotypedef where if I try to have gene groups from other mods, notably AlphaGenes and OutlandGenetics, only the first group in my list of groups will roll genes from that mod. Subsequent groups fail to generate any more genes from a specific mod. Is there something that I need to add in my code to puzzle this one out? There are no specific log errors about this and otherwise I'm able to get the xenotype generating successfully.
1. Patch Remove the bodytype genes from the xenotypes that have them
2. Be sure and add the germline bodytype genes back for all the xenotypes
it works perfectly for all directly patched xenotypes, but I'm a bit worried about the fact that there will be some wonky misalignment for new mod xenotypes without a patch. This isn't a huge issue as the patches should be pretty easy.
The bodytype generated now seems to be unlinked to the bodyType genes - so for example, a neanderthal will be generated with a Hulk Body, but actually have the Fat Body gene and subsequent stat effects. I have no idea if such an issue is within the scope of your framework, really, as its a pretty odd interaction. I think I might be able to work around it by converting all the xenotypes bodytype genes to germline genes via your mod, I was just hoping to avoid this as that means some in game functinality (adding bodyType genes via xenotype editor) might be lost.