安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








Thank you, I appreciate you making this and letting me know! The ignoreDarkness tag is already part of the gene, but I did add the NightVisionEfficiency and SEX_Solitary extensions to the def in the mod. I never used either Combat Extended, or the Intimacy mod, is an 80% dark vision a good value for vampires in your opinion? Shouldn't it be 100%?
Again, thank you for helping out!
The best CE nightivision googles give 60% dark vision and the cataphract helmet gives 75% while the vanilla gene gives 80% with CE. 100% is only possible with two archotech eyes. I personally think 80% is sensible, it's supernatural/future-tech in IRL terms, but still possible without going full archotech. It depends if you think a vampire with a sniper rifle can hit a target a long way away completely the same in complete darkness as with proper lighting. Though in gameplay terms the difference between 80% and 100% is rather modest.
I as trying to get rid of the darkness mood penalty for vampires but seems like I messed up :P
<ThoughtDef>
<defName>EnvironmentDark</defName>
<workerClass>ThoughtWorker_Dark</workerClass>
<nullifyingTraits>
<li>NightOwl</li>
<li>Undergrounder</li>
</nullifyingTraits>
<nullifyingGenes>
<li MayRequire="Ludeon.RimWorld.Biotech">DarkVision</li>
</nullifyingGenes>
<stages>
<li>
<label>darkness</label>
<description>I've been in the dark for a while. I don't like it.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
This patch fixes it:
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThoughtDef[defName="EnvironmentDark"]/nullifyingGenes</xpath>
<value>
<li>Noct_Kindred</li>
</value>
</Operation>
</Patch>
I devised another patch for Dub's Bad Hygiene. Specifically it makes the bladder and thirst needs no longer tick down and halves it for hygiene(I'm thinking they might not sweat, but still get dirty from other sources) for vampires. Here's the XML:
It might be better to disable bladder and thirst needs entirely, but I found no examples of other mods doing that, so I'm not sure if there might be issues doing so. However, this solution here seems to work fine gameplay-wise.
I've run into some crashes. Specifically it seems like if a vampire gets beheaded in combat, the game CTDs. I had some mechanoid charge turrets on the map and when some enemy vampires got blasted by them, as one does, the game tended to crash. After some reloading and fiddling with it, it seems that the crashes happened when a vampire took a charge blast to the face. With CE the turrets do enough damage to one-shot bodyparts unless the target is *very* well armored or has a massive HP pool. I don't know for sure that it's beheading that is causing it, as the game CTDed on the moment of impact, but normal shots did not seem to cause it. Sadly I was a dum-dum and did not preserve the logs. Let me know if you want me to do some tests, generate logs or share my modlist. Finishing off a vampire does not seem to cause a CTD, btw.
Another issue I discovered is that vampires seeking shelter from the sun on submaps, e.g. caves, causes the submap exit to show a blank list, not showing any pawns or items, when trying to transfer stuff out of it. Reloading the save fixes it, but it's still annoying and it seems like there's something going awry there under the hood. This issue was specifically with Deep and Deeper caves, I haven't tested it with vanilla Odyssey or Anomaly submaps, so this might be a mod conflict as Deep and Deeper includes some automatic map switching logic.
The massive opinion bonus ghouls have towards their domitor causes the ghouls to become massive simps xD. They constantly try to woo their domitor unless they're in a happy monogamous relationship already. This might not be such a big issue in vanilla, but relationship mods like Intimacy can cause ghouls to completely tank their mood trying to hump their blood daddy/mommy. Maybe include an option that makes domitors invalid romance targets, preferably romance still being possible the other way around, for people who might want that? (Though I guess ghouls developing an unhealthy relationship with their domitor isn't exactly new to the VtM scene :P)
The CTD issue is very strange, I have never encountered it, and no1 reported anything like that so far. My first guess is that it's some strange interaction with CE, since I never used it and have no idea how it works, so I never tried to make the mod compatible. That said I see no reason why it wouldn't be compatible with it. Does this only happen with hostile vampires? If you could tell me more about it, and if it's not something insanely long maybe include your modlist I could try figuring it out, but it doesn't seem to be something that is specifically a bug in this mod, but some strange interaction between this and some other mod together. Potentially something with how I made vampires from my mod "immortal", but even that would be strange, since it's basically identical to the Deathless gene.
The submap issue is also a bit strange. Pawns that are currently in a mental state not showing up is normal base game behaviour, but the items tab becoming empty and non-broken pawns not showing is very strange. I did a quick test with a few different setups (only vampires seeking shelter, a mix of vampires seeking shelter and normal pawns, vampires seeking shelters and normal pawns in mental states) and didn't have this happen in any of the examples. Again, if you can maybe provide a save file that would be helpful, but without me being able to reproduce the bug on my end it's very hard to troubleshoot and fix.
For the ghoul opinion bonus thing, I'm not sure how much of an issue it is, since I don't use intimacy mods either, but I can look into including a setting maybe if it's very disruptive to normal gameplay. In general, unless it's very problematic I would just chalk it up to ghouls going crazy for their domitors :D
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3600427307
Sadly it also includes mods that I'm not using atm, since there is no easy way to make a collection with just active mods in Steam. Especially since Snap doesn't let Rimsort properly unsub/sub on my setup.
[Noct] Intercepting Pawn.Kill for shambler Skunk. Manually forcing down instead of killing.
[Noct] shambler Skunk entering torpor
[Noct] Intercepting Pawn.Kill for shambler Skunk. Manually forcing down instead of killing.
[Noct] shambler Skunk entering torpor
Then I would just have to figure out what's causing the loop, and how to make it not happen :D