Go, Go, Godot!
  • 0

Inventory System v1.11 available

February 25, 2024

The latest inventory system is now available and it focuses on multiplayer permissions. The new Access Manager component validates client requests to ensure players can’t cheat and interact with inventories they’re not supposed to be able to have access to.

New features:

  • The new GGAccessManager component allows permissions handling for multiple components in the same object.
  • WebSocket demo improved with access manager component
  • Separate inventory controller scenes for “managed-slots” vs “assigned-slots” controller.

Bug fixes:

  • Removed typed arrays from RPC-enabled methods.
  • Inventory expiration extension no longer interferes with drag-and-drop on multiplayer client
  • Correction to multiplayer stacking strategy properly emitting signal
  • Multiplayer-compatible use and drop item actions
  • Remove type hinting from potentially freed object
  • Remove unnecessary/stray assert
  • Addresses typed-array incompatibilities via Array.assign().

The Inventory System Deep Dive and Architecture Guide helps game developers implement advanced multiplayer inventories using Godot Engine. The PDF Guide contains over 500 pages of code walkthroughs, diagrams, and explains concepts related to inventories, items, and more.

Get It Now
Learn More

assetgdscriptgodottutorial
Posted in Godot.
Share
PreviousInventory System v1.12 available
NextInventory System v1.10 available

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Related Posts

  • February 11, 2024

    Inventory System v1.7 available

    A couple of corrections and a new feature: Bug fixes:

  • September 25, 2023

    Generating documentation for GDScript

    Any sufficiently large code base needs documentation. Documentation tends to come in all sorts of shapes and sizes. Among them are high-level architecture and design docs, class and method interface documentation, and inline comments to explain optimized or complex algorithms so the reader doesn’t have to parse the logic in their head (often, this is …

  • February 16, 2024

    Inventory System v1.8.1 available

    A quick update to yesterday’s release with a few fixes:

  • October 30, 2023

    Super Godot Galaxy Concept

    Hugo-Dz created Super Godot Galaxy: https://github.com/Hugo-Dz/super-godot-galaxy, which he announced in this Reddit post. It uses the 3D Starter Kit from Kenney and shows how to achieve the effect of applying gravity toward the center of a small spherical planet.

    © 2025 GoGoGodot.io. All rights reserved.