๐ŸชตIntegration | Nice Building System

In case your character needs enhanced inputs: Add Enhanced Inputs to default character

Still keep the building menu instead of placing from the hotbar

After you watched the Inventory integration tutorial you can modify some functions, so whenever you place a buildable item it removes the resources directly from the inventory.

1

Place Condition Local

AC_NBS_PC_Component -> function: Place_Condition_Local For the Branch where it checks if resources are handled on server on False trigger the Branch check with the Enough Resources check so it looks like here:

(click on the image to increase its scale)

2

On Placed Before Server Validation Local

AC_NBS_PC_Component -> function: OnPlaced_BeforeServerValidationLocal

Modify the function like so to remove the resources from the inventory:

3

Refund Resources or Buildable Item on Failed to Place Local

AC_NBS_PC_Component -> function: RefundResourcesOrBuildableItemOnFailedToPlaceLocal

Modify the function like so:

Last updated