RimWorld
98 평점
CSL Blackboard Retexture
2
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
파일 크기
게시일
업데이트일
350.855 KB
2021년 7월 28일 오전 4시 54분
2024년 5월 31일 오전 8시 41분
업데이트 노트 7개 (보기)

다운로드 위해 구독하기
CSL Blackboard Retexture

설명
Description
Change the texture of the Children, school and learning blackboard.

Now it looks like a blackboard mounted on the wall.

Recommend
Desks are better than blackboards By Capi.
- Change the original blackboard to a desk.

When used in combination with the above mods, a new blackboard will be added as a building item.
The newly added blackboard is non-functional. However, new blackboard has a + 75% speed factor to the study desk. And, the speed factor of the teacher's desk reduce from + 100% to + 75%.

Other my CSL patches
CSL LearningRecipePatch
- Can study without materials.


Have a nice school life! And thanks to Dylan for adding the school to Rimworld.

Credit
The new blackboard texture was created by Si-Cafe.
댓글 20
Si-Cafe  [작성자] 2024년 5월 30일 오후 6시 24분 
@Dylan I'm glad of if that info was helpful to you(/^.^
Dylan 2024년 5월 30일 오후 6시 14분 
@Si-Cafe - Ah ok, yeah I copied it from HugsLib. I did not know you could also just put the 'ModIcon.png' in there for it to work
Si-Cafe  [작성자] 2024년 5월 30일 오후 6시 00분 
@Dylan Thank you. I'll update the recipe patch mod later, too.
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.
Dylan 2024년 5월 30일 오후 5시 19분 
@Si-Cafe - That was quick ^^ I had a quick look at it and it also looks ok.

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 ^^
Si-Cafe  [작성자] 2024년 5월 30일 오후 4시 50분 
@Dylan Thank you for letting me know and your update. I'm glad it's available for 1.5. I'll update this later with the 1.5 tag.
By the way, is my recipe patch still valid too?
Dylan 2024년 5월 30일 오후 4시 30분 
For 1.5 you should only need to update the version / copy the 1.4 folder for 1.5
(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)
Sopel 2023년 5월 30일 오전 6시 11분 
Great to see you back! Would you be interested in retexturing the Biotech's blackboard? Yours looks much nicer and it's easier to know which way the board is rotated (the dlc one is really bad in this regard)
Si-Cafe  [작성자] 2023년 5월 30일 오전 5시 03분 
Updated for 1.4. Sorry for being late.
Capi 2022년 10월 30일 오전 3시 08분 
Hey, in case you want to update, I have modified the patch included in my mod to adapt it to the new version of CSL, now it looks like this:

<?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>
Dylan 2022년 10월 29일 오후 2시 29분 
I just updated CSL for 1.4
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.