Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Ah I see, the plugin command for it now, wanted to do something without the player saving. Should be okay then!

Ok... the warning in the console is normal if you have not yet saved the game or saved any global data via plugin command yet, because you wouldn't have any global data to load at that point. If you still see the warning after global data should exist, then it indicates a problem.

(2 edits)

I had one global switch 18 for testing, now when I change that switch in the global switches list in parameters to lets say 8 or add a new global switch 20, nothing of these works. Only if i use switch 18. I copied the exact same parameter list and events to a new project and then it works. However, in the actual project when i disable all other plugins, still the same result, so can't be an issue with another plugin either. When i do a manual save instead of the plugin command to save global data, it does work. Can the global data be corrupted or something? Edit: Dev helped me through Discord, thx!