RimWorld

RimWorld

Not enough ratings
Blocky Signs
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.4
File Size
Posted
Updated
208.981 KB
4 Jun, 2023 @ 12:53pm
23 Jun, 2023 @ 12:16am
7 Change Notes ( view )

Subscribe to download
Blocky Signs

In 2 collections by Zed
Zed's mods
18 items
YO DAWG I HEARD YOU LIKE MINECRAFT
9 items
Description
Blocky Signs

Not official Minecraft product. Not approved by or associated with Mojang or Microsoft.

Sign

Stuffable signs that can display a custom text with a custom color.
Sign width is automagically adjusted to accomodate contents.
Font size & other options changeable in mod settings.

killer feature


Signs can render C# code expressions! The possibilities are endless!
By default it's turned off in mod's settings.
Performance is cool - under the hood it gets compiled into CIL and runs superfast.
Offscreen / zoomed out signs code does not gets executed.
I recommend you to try ${GenText.RandomSeedString} - looks very cool :)

Wall Sign

Same as regular one, but you can stick it to any surface.
Label text:

CanDispenseNow: ${parent.Position.GetEdifice(Find.CurrentMap).CanDispenseNow}

Frames

You can build a beautiful museum

(Things shown are from Fantastic Collectables mod)

Frames have their own beauty and quality that.
Additional beauty from displayed item is calculated as maximum of its own beauty or monetary value x0.25.
Labels:

${parent.Position.GetRoom(Find.CurrentMap).GetRoomRoleLabel()} Temp: ${Mathf.RoundToInt(parent.Position.GetRoom(Find.CurrentMap).Temperature)} Wealth: ${Mathf.RoundToInt(parent.Position.GetRoom(Find.CurrentMap).GetStat(RoomStatDefOf.Wealth))}

Or a scary room of fear:

If Ideology is active you can put a skull or a small dead animal into a frame, and it will induce terror.
Just like the vanilla skullspike, but better.

Or just put them on top of your favorite pawn's dresser:

Small frames fit perfectly on top of dressers and bed tables.

All frames act like a standard containers, but can hold just a single item.
Use Flickable Storage if you want to lock items within frames.
Contained items can be rotated in 45° increments, as the original minecraft ones.

Verified compatible/supported mods

You may also like...


https://github.com/zed-0xff/RW-BlockySigns

Support me
[ko-fi.com] or Patreon[www.patreon.com]
7 Comments
Mr. X WeregλrurumonX 14 Dec, 2023 @ 1:13pm 
Code not working. Have Blocky Core installed. Sign does not adjust size, just displays the raw code text.
Zed  [author] 23 Jun, 2023 @ 12:19am 
@allbad im too lazy to write the doc, the code is here [github.com]
Zed  [author] 23 Jun, 2023 @ 12:16am 
@allbad fixed
allbad 22 Jun, 2023 @ 4:55pm 
Found a bug: hitting 'y' to rename erases everything in the field and puts a 'y' there
allbad 22 Jun, 2023 @ 4:40pm 
I'm super interested in the C# code exec. Where's the reference documentation?
Lef 7 Jun, 2023 @ 12:34am 
saw ur post on reddit. Thisll be fun with Rimfactory
TurtleShroom 5 Jun, 2023 @ 9:26am 
Oh wow!