UnReal World forums

UnReal World => Modding => Topic started by: Night on August 23, 2021, 10:35:59 PM

Title: [URWME] Container Demo
Post by: Night on August 23, 2021, 10:35:59 PM
Been making solid progress on implementing containers through modding, wanted to share what I have so far.

https://www.youtube.com/watch?v=rQQu_Ndc1kc

Designating an item as a container:
Code: [Select]
.TestContainer. "Hunting Horn" *COMMON* [effort:0] /0m/
[SKILL:CONTAINER]

Hotkey: Shift+O - Opens container menu

Supports multi item selection & send
Save & load item data to files, based on the containers item ID
(https://i.gyazo.com/e2119980ff0c58a61224b6e0fc874186.png)