Added [[testcases]] that are stored in game dat file, instead of single variables. Split metadata out into a template file for easier modification.

This commit is contained in:
chris062689
2017-06-05 20:46:21 -04:00
parent 672696155d
commit 13e6155ed1
9 changed files with 94 additions and 88 deletions

View File

@@ -4,5 +4,6 @@
"2": { "name": "Okay", "color": "#94b242", "description": "Game functions with major graphical or audio glitches, but game is playable from start to finish with workarounds." },
"3": { "name": "Bad", "color": "#f2d624", "description": "Game functions, but with major graphical or audio glitches. Unable to progress in specific areas due to glitches even with workarounds." },
"4": { "name": "Intro/Menu", "color": "red", "description": "Game is completely unplayable due to major graphical or audio glitches. Unable to progress past the Start Screen." },
"5": { "name": "Won't Boot", "color": "#828282", "description": "The game crashes when attempting to startup." }
"5": { "name": "Won't Boot", "color": "#828282", "description": "The game crashes when attempting to startup." },
"99": { "name": "Not Tested", "color": "black", "description": "This game has not yet been tested." }
}