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 16, 2024

    Inventory System v1.8.1 available

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

  • August 1, 2022

    Godot Engine on the Steam Deck – Developing games on the go?

    Once I found out about the Steam Deck’s Desktop Mode, it got even more interesting. Steam Deck’s Gaming Mode vs Desktop Mode You see, the Steam Deck defaults to an analog of Big Picture mode on PC. It runs full screen in “Steam Deck gaming console” mode. But underneath all that is a Linux system …

  • April 20, 2024

    Ditch @onready, use @export instead

    Are you using @onready to reference nodes? There’s a better way! Here’s a simple example of how many tutorials use @onready to reference nodes: That script is attached to a CanvasLayer node with a ProgressBar called HealthBar. And yet, when running the scene, it will throw an error: This is because there’s actually a spelling …

  • February 2, 2024

    Inventory System v1.2 available

    A few new features: Bug fixes:

    © 2025 GoGoGodot.io. All rights reserved.