Giter Site home page Giter Site logo

tcmabe / openrpg_inventory Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angelhodar/openrpg_inventory

1.0 0.0 0.0 110.09 MB

Generic and fully featured multipurpose inventory container and equipment system for Unreal Engine 4

License: MIT License

openrpg_inventory's Introduction

OpenRPG_Inventory

Features

  • Component based, add items container functionality to any actor you want!
  • Comes with 3 types of containers implemented: player inventory, storage and shop.
  • Extremely flexible to add/modify custom functionality per container type using component inheritance.
  • Easy to use component API: Add Item(s), Remove Item(s), Swap, Split, Stack, Transfer, Drop...
  • Data driven items from DataTable (10+ example items).
  • Supports different types of items (consumable, equipment, material, quest, miscellaneous and loot).
  • Rich features set per item with 15+ properties (name, description, type, rarity, usable, stackable, shop value, droppable, etc).
  • Create your own containers (chests, sellers, lootable monsters, etc).
  • Easy to set custom functionality per item.
  • Supports items Drag&Drop functionality (between different containers or in the same container).
  • Built-in save and load system (disk file and game session persistence).
  • Clean UI examples.
  • Extremely easy to integrate into your project.

Bonus: Equipment System

  • Integrated with inventory system keeping dependencies to the minimum.
  • Easy to integrate into your character (just 1 actor component).
  • Data driven equipment data from DataTable (5+ examples).
  • Supports multiple slot types (armor, helmet, boots, shield, weapon, etc).
  • Equip and unequip from any items container (not only player inventory, for example directly from storage).
  • Supports simple click and Drag&Drop functionality.
  • Supports item swapping from items containers (no need to unequip and then equip).
  • Drop from equipment slot directly to the world.
  • Built-in save and load functionality.

Documentation

You can find full documentation and tutorials about the system here. Im already writing it im my free time so there will be a lot of things missing.

Icons

openrpg_inventory's People

Contributors

angelhodar avatar

Stargazers

Mauro Risonho de Paula Assumpção avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.