shulgastanslv / inventory_system

Inventory system from S.T.A.L.K.E.R.: Call of Pripyat on unreal engine 4 with 4k GUI and all functions
6 stars 2 forks source link
component cpp game-systems inventory-system stalker stalker-cop ue4 unreal-engine

Introduction

Inventory system from S.T.A.L.K.E.R.: Call of Pripyat with all the basic mechanics on UE4. In addition to the basic features, a system for developing weapon mechanics has been prepared.

Requirement

These requirements must be met before you start:
Before you start, if your version of Unreal Engine is less than 4.27, install it at this link Unreal Engine 4.27

Getting Started

  1. Install the required version of the engine (if required)
  2. Select the folder to clone the project
  3. Open GitBush and write this command
    git clone https://github.com/akiroqw/inventory_system.git

    or you can do it with the IDE you are working in.

Restrictions

Inventory can be extended with new functions, logic, etc. But you should expect that when adding new items, you need to remember to have a list of items for this. You can see the file: Content\Inventory\Structures\S_ItemDetails.
In addition, the project has not implemented a system of weight of items for the UI. You can see the weight system in this component: Content\Inventory\Components\InventoryComponent.
But for it to work correctly it must be implemented in the inventory UI itself: Inventory\UI\WB_Inventory