边缘世界 RimWorld

边缘世界 RimWorld

76 个评价
Deafness and Blindness (Continued)
   
奖励
收藏
已收藏
取消收藏
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
74.665 KB
2020 年 3 月 11 日 下午 12:59
6 月 14 日 上午 6:57
10 项改动说明 ( 查看 )

订阅以下载
Deafness and Blindness (Continued)

在 Mlie 的 1 个合集中
Mlie's resurrected mods
960 件物品
描述

Update of Emmotes mod
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1261511017

- Changes Blindness and deafness to appear gradually
- French translation added, thanks qux!



[discord.gg]
[github.com]



See this mod instead: (Not made by me)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2019740307



  • See if the the error persists if you just have this mod and its requirements active.
  • If not, try adding your other mods until it happens again.
  • Always post your log using the Log Uploader
  • For best support, please use the Discord-channel for error-reporting.
  • Do not report errors by making a discussion-thread, I get no notification of that.
  • If you have the solution for a problem, please post it to the GitHub repository.
  • Use RimSort[github.com] to sort your mods

| tags: changes
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