安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
It's slightly complicated but after a day of struggling, here's the steps to correct it. SO! First thing to do is to followthis file path
C:\Program Files (x86)\Steam\SteamApps\workshop\content\294100.
This is assuming you have the same set up as I do. If anything, the final sequence of number are what you need to worry about because that the numerical code for RimWorld. Head there and follow these three file paths (the ten letter sequences are the mods for each race).
C:\Program Files (x86)\Steam\SteamApps\workshop\content\294100\1400238872\Defs\HediffDefs
C:\Program Files (x86)\Steam\SteamApps\workshop\content\294100\1400227853\Defs\HediffDefs
C:\Program Files (x86)\Steam\SteamApps\workshop\content\294100\1400234784\Defs\HediffDefs
In order these are for the: dwarfs, hobbits, and elves. Once you locate the mod folder, go into the Defs and then the HediffDefs folder. There you'll find the xml file for the racial bonus. Open it up (preferably using NotePad++, but anything will do) and locate the line of text that reads like this:
<scenarioCanAdd>false</scenarioCanAdd>
Change that "false" flag to a "true" flag, so it looks like this
<scenarioCanAdd>true</scenarioCanAdd>
Then save the file. Start up RimWorld, load a New Colony and when you go into the Health and Conditions option of Prepare Carefully, you'll now be able to scroll down until you see "Racial Bonus: [race]" for whomever you want.