Skip to content

Inventory

Valk edited this page Oct 5, 2024 · 8 revisions

If the video does not load please try refreshing the page.

2024-10-05.18-57-43.mp4

I am trying to re-create Inventory 2023 into Template.

Pros of the New Inventory

  • Items are loaded from JSON data
  • Code tries to follow SRP, SoC, YAGNI principles

Cons of the New Inventory

  • Not all features from Inventory 2023 are implemented in the new inventory yet
  • Code is still a bit messy which is hindering development in adding new features (see InventoryContainer.cs in new inventory as an example)

The scene for testing this new inventory is located in res://Sandbox/Inventory/InventorySandbox.tscn

If you want to help develop the features of the new inventory please contact me over Discord, my username is valky5

The roadmap is to develop everything from Inventory 2023 and of course add even more features.

Clone this wiki locally