RimWorld
95 avaliações
CSL Blackboard Retexture
2
   
Premiar
+ favoritos
Nos favoritos
- favoritos
Mod, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5
Tamanho
Publicado em
Atualizado em
350.855 KB
28/jul./2021 às 4:54
31 de mai. às 8:41
7 notas de atualização ( ver )

Inscreva-se para baixar
CSL Blackboard Retexture

Descrição
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 comentário(s)
Si-Cafe  [autor(a)] 30 de mai. às 18:24 
@Dylan I'm glad of if that info was helpful to you(/^.^
Dylan 30 de mai. às 18: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  [autor(a)] 30 de mai. às 18: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 30 de mai. às 17: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  [autor(a)] 30 de mai. às 16: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 30 de mai. às 16: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 30/mai./2023 às 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  [autor(a)] 30/mai./2023 às 5:03 
Updated for 1.4. Sorry for being late.
Sr. Capi 30/out./2022 às 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 29/out./2022 às 14: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.