安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
but wait... the mod Icon may should be fine just include "ModIcon.png" in the About folder.
I remember to there being a change in the Rimworld updates after 1.5 unstable.
1.5 seems to have some new optional things like LoadFolders.xml and you can add an Icon for the mod that is displayed with HugsLib when adding 'modIconPath' to About.xml + an image under the 'Textures'-folder with the name (see CSL) but you don't need them for it to work
edit: I saw you already used those on your 'Graphic Chair Overhaul 2'-mod ^^
By the way, is my recipe patch still valid too?
(for anyone using the mod, you can just use the 1.4 version, at least it worked ok for me in 1.5)
There was a minor issue in the 1.4 patch to enable the lesson graphics if the wall blackboard is used with the desk-mod (DeskCompatibilityPatch.xml uses "SchoolTable" and "Blackboard" as the defNames and not "CSL_Blackboard" like at the end) but I fixed it with a patch on my side (in FixedDeskCompatibilityPatch.xml)
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="CSL_Blackboard"]/devNote</xpath>
<value>
<devNote>TeachingLocation_NoOverlay</devNote><!--Overlay disabled-->
</value>
</Operation>
</Patch>
I had to change the naming of most of the classroom related items (due to overlap with Biotech), most things now just have a CSL_ before the name like: CSL_[OldName] / CSL_Blackboard, etc. same for the overlays. I will also try to have a look at it, if it is more difficult to adapt.