Generating JSON via Google Doc
There are two Google Docs: one for uploading levels, and another for uploading game settings, global bonuses, and lines.
Uploading Levels
Link to Google Doc - template for copying
Link to Google Doc - populated example
Used for uploading a single level into the engine along with all its settings: task description, text, auto-transition time, as well as codes, bonuses, and hints.
To use it, copy the document template to your own Google Drive, update the required fields on the corresponding tabs, and copy either the JSON of the entire level or specific sections you want to upload from the “JSON уровня” sheet.
After that, use any of the upload methods described in Importing game from JSON
Keep comments in the Google Doc in mind!
To upload multiple levels, we recommend making multiple copies of the Google Doc. This will make it easier to restore a level subsequently if something goes wrong in the engine.
It is also recommended to make a backup of the game before uploading, using the Exporting level / game / bonuses / lines to JSON tools.
Uploading Game Settings, Global Bonuses, Lines
Link to Google Doc - template for copying
Link to Google Doc - populated example
Used for uploading game parameters, such as start or end time, opening/closing statistics and the like, as well as global bonuses and lines.
To use it, copy the document template to your own Google Drive, update the required fields on the corresponding tabs, and copy either the JSON of the entire game or specific sections you want to upload from the “JSON игры” sheet.
After that, use any of the upload methods described in Importing game from JSON
Keep comments in the Google Doc in mind!
It is also recommended to make a backup of the game before uploading, using the Exporting level / game / bonuses / lines to JSON tools.