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.