安装 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(越南语)
Українська(乌克兰语)
报告翻译问题






https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3223815154
Figured it is just polite to do so.
I really like this current version and do no want more / other changes.
The parts that would be relevant to you are the disablesNeeds and renderNodeProperties nodes from the VoidTouched HediffDef, which were moved to a new GeneDef named RS_VoidTouched.
The conversation change is achieved with a patch to the 'IsDisturbing' function, IIRC.
@whenwrašk
I'll add it to my list of things to look into.
@Rokuni
I considered it originally, as I wanted something like that, but ultimately decided against it in the favour of keeping this mod light weight. Instead I added an implant to one of my other mods that has a similar function.
░░░░░▐▀█▀▌░░░░▀█▄░░░
░░░░░▐█▄█▌░░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄▄▄██▀▀▀▀░░░░░░░
░░░█▀▄▄▄█░▀▀░░
░░░▌░▄▄▄▐▌▀▀▀░░ THIS IS JHONNY
▄░▐░░░▄▄░█░▀▀
▀█▌░░░▄░▀█▀░▀ ░░ COPY AND PASTE HIM,
░░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN TAKE
░░░░░░░▀███▀█░▄░░ OVER THE WORKSHOP
░░░░░░▐▌▀▄▀▄▀▐▄░░
░░░░░░▐▀░░░░░░▐▌░░
░░░░░░█░░░░░░░░█░░░
Doesn't crash the game, nor cause any errors, just reverts Void Touched back to vanilla
Anyway, I won't be adding it, because I'm trying to keep this as close to the base void touched while still fixing my gripes, but if you want to add that, the line would be:
<LifespanFactor>2</LifespanFactor> (for 160 year average lifespan.)
In your steam library, right click rimworld->'managed'->'browse local files'
this will open up file explorer. Open 'Data'->'Anomaly'->'Defs'->'HediffDefs'
Open 'Hediffs_Global_Misc', preferably with notepad++ if you have it, but the default notepad should do.
scroll down to the 'VoidTouched' hediffDef (line 960-1023)
right below:
<StudyEfficiency>2</StudyEfficiency>
<PsychicSensitivity>2</PsychicSensitivity>
add
<IncomingDamageFactor>0.5</IncomingDamageFactor>
(that's for 50%, change the number inside to wwhatever you want)
Press save and voilà