Construct 3 Global State Helper

G4S Global Store

Organize game-wide variables, flags, counters, JSON state, dot-path keys, and local persistence.

Status
Developer build ready
Version
0.1.1.0
Category
Plugins

Overview

What it does

G4S Global Store keeps coins, XP, lives, unlock flags, selected skin, selected level, JSON state, and native Construct instance-variable sync behind one reusable object. It helps larger games avoid scattered global variables and inconsistent save/load patterns.

Construct 3 Plugin Global Store Save Dot Path

Public feature summary

Core capabilities

Store values, numbers, booleans, counters, flags, and JSON blobs
Use nested dot-path keys such as player.coins and levels.2.stars
Save/load/reset state with local storage
Sync native Construct instance variables into the JSON store

Install notes

How buyers will use it

  1. Install the plugin `.c3addon` file from the final buyer package.
  2. Add one object instance to the Construct 3 project where the helper is needed.
  3. Set object properties, then call the documented actions from event sheets.
  4. Use expressions to update text, UI, save data, status panels, or custom screens.
  5. When licensing is required, connect it to `G4S License Core` in the event sheet.

Recommended workflow

Where this fits

Prototype faster Use the helper object to avoid rebuilding repeated event-sheet logic in every new game.
Keep projects cleaner Centralize common state, links, settings, level progress, achievements, or share text.
Bundle for sale Package the addon, example `.c3p`, public docs, and license notes before marking it buyer-ready.

Admin editable

How this public page is maintained

This page reads its title, summary, status, version, tags, image, and feature list from the product catalog. To update this public text, open the G4S Products admin dashboard and edit the matching product entry.

Docs URL: docs/plugin-doc.php?product=g4s-global-store

Current status

Developer build ready

This item is listed as an active product or preview. Check the product page for sale, support, demo, and version details.

Contact Games4Studies support