RimWorld

RimWorld

Sense Of Depth For Tall Buildings
 This topic has been pinned, so it's probably important
Si-Cafe  [developer] 15 May, 2024 @ 6:37am
Criteria for BSL Auto Supported.
This Mod are Automatically support BSL to any building without Xml patches.

However, this is limited to buildings that pass a number of conditions.


The following Thing is never supported.
  • ThingCategory is not Building.
  • "isEdifice" is false.
  • size.y / (drawSize.z + drawOffset) > 0.8 (BSL require constant draw size for the thing size.)
  • table.
  • bed.
  • gibbet cage.
  • mech gestator.
  • mech recharger.
  • door.
  • fence.
  • chair (sittable).
  • turret.
  • trap.
  • mortar.
  • bookcase.
  • attachment.
  • have sowTag
  • altitudeLayer = DoorMoveable.
  • altitudeLayer = FloorCoverings.
  • altitudeLayer = FloorEmplacement.
  • shaderType = Transparent.
  • have LinkFlag. (wall etc.)
  • generator. (power consumption < 0)
  • battery. (has fillable bar)


The following are supported but disabled by default
  • size.y / (drawSize.z + drawOffset) > 0.7.
  • all workbench (IsWorkTable).
  • "randomizeRotationOnSpawn" is true.


In the following situations, drawing will be canceled even if BSL is enabled.
  • it is storage building, and the "stored" contents items are displaying.
  • If the "item or resource" is placed in an occupied grid of that building.
  • Things that should not be rotated but drawn rotated. (Automatically spawned items when generating maps, etc.)
  • In this mod settings ”All Invisible” is turned on.


Custom buildings added by mods may inappropriately pass through these filters.
If discover it, please report it.
Last edited by Si-Cafe; 19 May, 2024 @ 6:25pm
< >
Showing 1-2 of 2 comments
J 2 Jun @ 9:32pm 
@Si-Cafe:

I had the battery enabled by default in the settings, which cut off half of the battery’s bar. I turned it off, everything’s fine, but do I understand it correctly that the battery shouldn’t appear in the settings in the first place?
Last edited by J; 2 Jun @ 9:32pm
Si-Cafe  [developer] 3 Jun @ 12:49am 
@J No, the BSL for the FillableBar on the battery is currently hidden due to my mistake. It will be fixed in the next update.
Either way, the BSL on the battery is likely to cover the heads of pawns, so it may make sense for some players to keep it off at all times.
< >
Showing 1-2 of 2 comments
Per page: 1530 50