Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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.