In certain game genres, like RPGs, it would be nice if we could expose loadouts that are tied to a savegame. Think for instance, the same way you join a 'Minecraft' server, and you get a different experience.
There will be some technical challenges to this one:
- What if a save gets deleted?
- What if a save is forked?
- e.g. If you save to different slot and continue.
etc.
I wonder if it's possible to do without game specific plugins/integrations.
Normally, the canonical way is to store alongside savegame itself, but that means tapping into the game. Not sure if everyone would be willing to do.
Just a shower thought, haven't gone anywhere with it yet.
In certain game genres, like RPGs, it would be nice if we could expose loadouts that are tied to a savegame. Think for instance, the same way you join a 'Minecraft' server, and you get a different experience.
There will be some technical challenges to this one:
etc.
I wonder if it's possible to do without game specific plugins/integrations.
Normally, the canonical way is to store alongside savegame itself, but that means tapping into the game. Not sure if everyone would be willing to do.
Just a shower thought, haven't gone anywhere with it yet.