ToransuShoujo / quesoqueue_plus

A queue system for Mario Maker 2
GNU General Public License v3.0
5 stars 3 forks source link

Fix examples and update README.md #31

Closed liquidnya closed 2 years ago

liquidnya commented 2 years ago

Changes the settings.example.json file to contain useful default values. Mostly similar to the default values of the settings.js file (see https://github.com/ToransuShoujo/quesoqueue_plus/blob/76d2af075ea945671c15e4d9eecf80abc191936b/settings.js).

There is a problem if "dataIdCourseThreshold": 11223344, and "dataIdMakerThreshold": 11223344, is used as a default value, since it makes valid codes invalid. For example this maker code becomes invalid: LQ2-H34-BMF. This is why this PR changes these example values to null.

Also removed oauth from the beginning of the password field to make it an invalid example value.

liquidnya commented 2 years ago

Updated README.md to make some things a little bit more clear and to add the missing prettySaveFiles setting explanation.