Kongregate Server?

Subscribe to Kongregate Server? 4 posts

avatar for ordinaldomino ordinaldomino 2 posts
Flag Post

Does Kongregate allow us to use store persistent game data (not statistics) in its server, or are devs expected to have an external server to store those on?

 
avatar for UnknownGuardian UnknownGuardian 8141 posts
Flag Post

Yes, you can store persistent data via the Shared Content api. Unfortunately, that API is targeted towards actually sharing content that a user created rather than storing information about a user like a save game or other general user properties. (That doesn’t mean it can’t be done, just that the solution won’t be super nice)

 
avatar for ordinaldomino ordinaldomino 2 posts
Flag Post

>> Each game may save up to 10 different types of shared content

What does ‘type’ refer to though? Type as in file type, or just 10 files in total?

 
avatar for UnknownGuardian UnknownGuardian 8141 posts
Flag Post

Categories for filtering to be specific. (Like contraptions, levels, puzzles, etc)