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
This mod already patches B&S - VU (as I can't just leave their genes cherry-pickered without replacing them). But I'm not interested in giving all hemogenic xenotypes Hemogen-eater, as it would make them less distinctive.
The B&S vampire mod makes use of a gene called Hemogen-eater for some of its xenotypes, but I think it would make sense for all other xenotypes that are Hemogenic to also have the Hemogen-eater, including the ones from VRE
As vampires are satiated off of drinking blood, I think it makes sense, especially for those using Dub's Bad Hygiene which adds a thirst mechanic for drinking water. Pawns with Hemogen-eater will have no need to drink water and eat food.
Thanks. Just pushed the patch update.
[Too Many Mods - Compats and Rebalances - Start of stack trace]
Verse.PatchOperationReplace(xpath="Defs/GeneDef[defName="LoS_Snake_Tail"]/label"): Failed to find a node with the given xpath
[Too Many Mods - Compats and Rebalances] Patch operation VEF.PatchOperationToggableSequence(count=124, lastFailedOperation=Verse.PatchOperationFindMod(Big and Small - Genes & More)) failed
Patches are applied after def loading, so it should be fine (This mod has loadAfter if this mod patch patches form other mods)
@TurtleShroom
Well, glad your problem is solved.
I found the culprits, which are here:
https://www.steamcommunity.com/app/294100/discussions/0/664963107066534130/?ctp=2#c600787986327686398
Oddly, they weren't wildcard problems. Rather, they were PATCHOPERATIONINSERT commands that had specific targets.
For example, using // in XPath can be slow since it checks all descendants instead of just direct children. Similarly, something like "contains(defName, "Turret")" might become time-consuming if you overuse them. (I think you would need A LOT of them to make the loading that slow, though.)