边缘世界 RimWorld

边缘世界 RimWorld

Deafness and Blindness (Continued)
29 条留言
The Bard of Hearts 2023 年 7 月 27 日 下午 3:49 
Guess thats a no then
The Bard of Hearts 2023 年 5 月 5 日 下午 4:09 
Is there a way to make the progression of deafness and blindness not happen over the course of 3 days?
TiraboTurbos 2022 年 10 月 22 日 下午 3:12 
I'd imagine that any modded age reversal follows the same method as the DLC one.
Gabeux 2022 年 8 月 13 日 下午 5:51 
I'm wondering if those conditions are reversed when reversing a colonist age through a mod object or colonist skill (modded psycasts, magic, etc.)? Ty!
jtgibson 2021 年 9 月 30 日 下午 12:11 
Heh, occurs to me that the context of that function probably matters more here:

public class ThoughtWorker_Precept_Blind : ThoughtWorker_Precept { override ThoughtState ShouldHaveThought(Pawn p) { return PawnUtility.IsBiologicallyBlind(p); } }
jtgibson 2021 年 9 月 30 日 下午 12:09 
@JACK: Straight from the source code of RimWorld: "public static bool IsBiologicallyBlind(Pawn pawn) { return !pawn.health.capacities.CapableOf(PawnCapacityDefOf.Sight); }"

If you installed it in only one eye, well, there's your problem. If in both, it was probably insufficient to render total blindness in both eyes (it likely used an offset to blindness, rather than setting the capacity of the local body part (eyeball) to zero).
JACK 2021 年 8 月 20 日 下午 9:53 
I'm skeptical of that; I have a mod that lets you install a glass eye (no vision restored, just cosmetic) and the game doesn't seem to consider that blinded. no comment on how THIS mod works, just replying to sight=0
ArschvomDienst 2021 年 7 月 29 日 上午 3:58 
The "Blindsight" meme plays relatively nice with this mod.
Going blind is all that counts. The meme looks for "sight = 0".
Irrelevant whether it is due to cutting out the eyes or be blinded due to a cataract or similar.
Roman Arch 2021 年 7 月 24 日 下午 7:34 
Now that Ideology is out, I'm curious how this mod plays with the 'Blindsight' meme
Mlie  [作者] 2021 年 5 月 24 日 下午 1:01 
@qux Should be updated now
qux 2021 年 5 月 23 日 下午 2:38 
Mlie  [作者] 2021 年 5 月 7 日 下午 1:11 
@qux Added now, thanks!
qux 2021 年 5 月 7 日 下午 12:38 
Mlie  [作者] 2020 年 9 月 28 日 上午 10:38 
@trajda They should be working the same way as the vanilla ones only getting progressively worse.
Trajda 2020 年 9 月 28 日 上午 8:38 
@Mlie

Are these hediffs permanent? Prepare moderately has an option to roll pawns without any permanent injury, but these two hediffs still generate. I will try a different mod order and tell you the result.
Emmote 2020 年 6 月 3 日 上午 5:28 
You can't surgically replace a body part with the same body part. You first have to remove the original and then add the new one - or replace it with something else temporarily.
TillaSiren 2020 年 6 月 2 日 下午 10:56 
I harvested healthy eyes and ears for a colonist that was going blind and deaf... but Its not giving me the option to install them
troopersmith1 2020 年 4 月 4 日 上午 6:08 
Ah. So the dreaded mod conflict rears its ugly head once again... No big deal, I was just mentioning it since I happened to notice it. I'm still a ways away from actually playing 1.1 so it would not surprise me if something had gotten borked.
Mlie  [作者] 2020 年 4 月 4 日 上午 6:04 
@troopersmith1 I think the mod removes the vanilla hediffs. But I guess if another mod changes them in some way first this mod might fail in patching them out?
troopersmith1 2020 年 4 月 4 日 上午 5:30 
Has anyone else had a problem with a pawn getting both the deafness or blindness Hediff from this mod and the vanilla cataracts or hearing loss? I was using Dev tools to debug a different mod and was rapidly aging a pawn when they developed both Deafness and Hearing Loss (not simultaneously) If memory serves they had Deafness first, then developed Hearing Loss afterwards.
redbluyellowrose 2020 年 3 月 27 日 上午 6:22 
Thanks Mlie!
RedGladiatrix 2020 年 3 月 24 日 下午 2:17 
Ah, thank you! I'll do that now :)
Emmote 2020 年 3 月 24 日 下午 2:08 
Original author here...

The problem with Prepare Carefully and this mod is a problem with Prepare Carefully itself. You'll notice if you try adding any of the vanilla things like Cataracts or Hearing Loss that it will only add it to one eye.
You'd have to talk to the maker of Prepare Carefully to get that fixed.
RedGladiatrix 2020 年 3 月 17 日 上午 1:33 
Understood, thanks for looking into it either way :)
Mlie  [作者] 2020 年 3 月 17 日 上午 12:22 
@ArachnidsGrip ill check it out but since I only updated the mod I cant promise anything
RedGladiatrix 2020 年 3 月 17 日 上午 12:13 
Heya, thanks for bringing this mod back! I'm having an issue, though: in Prepare Carefully, I'm trying to give a pawn blindness in both eyes, but it only lets me do one. Whichever eye I pick to have blindness (I'm selecting profound), when I try to apply the effect to the other eye the blindness effect is greyed out. Same with deafness. Any suggestions? Thanks again!
Mlie  [作者] 2020 年 3 月 11 日 下午 3:17 
@Highlandman From what I can tell it will only affect natural eyes and ears.
Highlandman 2020 年 3 月 11 日 下午 2:32 
Hello. Does this work well with Bionic parts mods?
tilarium 2020 年 3 月 11 日 下午 1:21 
Cool. I felt the same as yiou, that hearing loss and cataracts didn't quite do the game justice and that it could have been more.