Ради вашего удобства наш сайт использует cookies! Узнать больше! Мы используем cookies

[XGG]Patches For [sbz] Workbench Shelf

Description

This simple XML patch modifies many (not all) buildings from core, DLC, and other mods so that when a [sbz] Workbench Shelf's Shelf is placed on top of these buildings, items can be stored correctly.

Details

There is a node, which allows items to be placed on the surface of a building.
<surfaceType>Item</surfaceType>

If any building does not work properly with the [sbz] Workbench Shelf, it is because this node is missing.
So I added that node to these buildings, and then they work. That’s it.

I have patched some buildings in the following packs:

Core
Ideology
Biotech
Odyssey
Vanilla Furniture Expanded
Vanilla Furniture Expanded - Production
Research Data

Note

If I haven’t patched a building you want, and you can’t wait for me to update, you can copy and paste the simple code lines below, then replace _ with the defname of the building you need.

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName=" _ "]</xpath>
<value>
<surfaceType>Item</surfaceType>
</value>
</Operation>

I do not recommend patches for Impassable buildings, as it could cause strange issues.

Рейтинг

Войдите, чтобы голосовать.
🏅 Нет оценок

Базовые теги:

Зависимости мода

Логотип мода

[sbz] Workbench Shelf

Загрузить 384.7 KB