边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
Blocky Signs
   
奖励
收藏
已收藏
取消收藏
Mod, 1.4
文件大小
发表于
更新日期
208.981 KB
2023 年 6 月 4 日 下午 12:53
2023 年 6 月 23 日 上午 12:16
7 项改动说明 ( 查看 )

订阅以下载
Blocky Signs

在 Zed 的 2 个合集中
Zed's mods
18 件物品
YO DAWG I HEARD YOU LIKE MINECRAFT
9 件物品
描述
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]
8 条留言
nholman74432 8 月 12 日 下午 4:02 
is this going to get updated to 1.6?
Mr. X WeregλrurumonX 2023 年 12 月 14 日 下午 1:13 
Code not working. Have Blocky Core installed. Sign does not adjust size, just displays the raw code text.
Zed  [作者] 2023 年 6 月 23 日 上午 12:19 
@allbad im too lazy to write the doc, the code is here [github.com]
Zed  [作者] 2023 年 6 月 23 日 上午 12:16 
@allbad fixed
allbad 2023 年 6 月 22 日 下午 4:55 
Found a bug: hitting 'y' to rename erases everything in the field and puts a 'y' there
allbad 2023 年 6 月 22 日 下午 4:40 
I'm super interested in the C# code exec. Where's the reference documentation?
Lef 2023 年 6 月 7 日 上午 12:34 
saw ur post on reddit. Thisll be fun with Rimfactory
TurtleShroom 2023 年 6 月 5 日 上午 9:26 
Oh wow!