diff --git a/contents/tbct.oscmeta b/contents/tbct.oscmeta new file mode 100644 index 0000000..25140c2 --- /dev/null +++ b/contents/tbct.oscmeta @@ -0,0 +1,26 @@ +{ + "information": { + "name": "Text-based Controller Test", + "author": "sctech-tr", + "author_preferred_contacts": "", + "category": "utilities", + "version": "auto", + "supported_platforms": ["wii", "vwii", "wii_mini"], + "peripherals": ["Wii Remote", "Nunchuk", "Classic Controller", "GameCube Controller"], + "flags": [ + "deprecated" + ] + }, + "source": { + "type": "github_release", + "format": "7z", + "repository": "sctech-tr/tbct-wii", + "file": "tbct.7z" + }, + "treatments": [ + { + "treatment": "contents.move", + "arguments": ["tbct/", "apps/tbct/"] + } + ] +} diff --git a/contents/wiirps.oscmeta b/contents/wiirps.oscmeta new file mode 100644 index 0000000..abb0958 --- /dev/null +++ b/contents/wiirps.oscmeta @@ -0,0 +1,23 @@ +{ + "information": { + "name": "wiiRPS", + "author": "sctech-tr", + "author_preferred_contacts": "", + "category": "games", + "version": "auto", + "supported_platforms": ["wii", "vwii", "wii_mini"], + "peripherals": ["Wii Remote"] + }, + "source": { + "type": "github_release", + "format": "7z", + "repository": "sctech-tr/wiiRPS", + "file": "wiirps.7z" + }, + "treatments": [ + { + "treatment": "contents.move", + "arguments": ["wiirps/", "apps/wiirps/"] + } + ] +}