From 91dc0fbb8c9884f4466784c4f9ab582ab601bbc9 Mon Sep 17 00:00:00 2001 From: s <100468871+sctech-tr@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:16:40 +0300 Subject: [PATCH 1/5] Create TextBasedControllerTest.oscmeta --- contents/TextBasedControllerTest.oscmeta | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 contents/TextBasedControllerTest.oscmeta diff --git a/contents/TextBasedControllerTest.oscmeta b/contents/TextBasedControllerTest.oscmeta new file mode 100644 index 0000000..c5cfe7f --- /dev/null +++ b/contents/TextBasedControllerTest.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/"] + } + ] +} From e1f411191b24932a5d091c3fa3c9d86c71e75597 Mon Sep 17 00:00:00 2001 From: sctech-tr <100468871+sctech-tr@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:27:54 +0300 Subject: [PATCH 2/5] Rename TextBasedControllerTest.oscmeta to tbct.oscmeta --- contents/{TextBasedControllerTest.oscmeta => tbct.oscmeta} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contents/{TextBasedControllerTest.oscmeta => tbct.oscmeta} (100%) diff --git a/contents/TextBasedControllerTest.oscmeta b/contents/tbct.oscmeta similarity index 100% rename from contents/TextBasedControllerTest.oscmeta rename to contents/tbct.oscmeta From bc6bb227552a17b76109d776951ad4774a870605 Mon Sep 17 00:00:00 2001 From: sctech-tr <100468871+sctech-tr@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:30:56 +0300 Subject: [PATCH 3/5] Create wiirps.oscmeta --- contents/wiirps.oscmeta | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contents/wiirps.oscmeta diff --git a/contents/wiirps.oscmeta b/contents/wiirps.oscmeta new file mode 100644 index 0000000..f2237cf --- /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/"] + } + ] +} From 1be76af8825dad720b382863fa726d5714f820e4 Mon Sep 17 00:00:00 2001 From: sctech-tr <100468871+sctech-tr@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:38:40 +0300 Subject: [PATCH 4/5] Update wiirps.oscmeta --- contents/wiirps.oscmeta | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contents/wiirps.oscmeta b/contents/wiirps.oscmeta index f2237cf..abb0958 100644 --- a/contents/wiirps.oscmeta +++ b/contents/wiirps.oscmeta @@ -4,9 +4,9 @@ "author": "sctech-tr", "author_preferred_contacts": "", "category": "games", - "version": "auto" - "supported_platforms": ["wii", "vwii", "wii_mini"] - "peripherals": ["Wii Remote"], + "version": "auto", + "supported_platforms": ["wii", "vwii", "wii_mini"], + "peripherals": ["Wii Remote"] }, "source": { "type": "github_release", From d69eb990293cc318f4fb523403eb2a114e0a9d4f Mon Sep 17 00:00:00 2001 From: sctech-tr <100468871+sctech-tr@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:40:06 +0300 Subject: [PATCH 5/5] Update tbct.oscmeta --- contents/tbct.oscmeta | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contents/tbct.oscmeta b/contents/tbct.oscmeta index c5cfe7f..25140c2 100644 --- a/contents/tbct.oscmeta +++ b/contents/tbct.oscmeta @@ -4,12 +4,12 @@ "author": "sctech-tr", "author_preferred_contacts": "", "category": "utilities", - "version": "auto" - "supported_platforms": ["wii", "vwii", "wii_mini"] + "version": "auto", + "supported_platforms": ["wii", "vwii", "wii_mini"], "peripherals": ["Wii Remote", "Nunchuk", "Classic Controller", "GameCube Controller"], "flags": [ "deprecated" - ], + ] }, "source": { "type": "github_release",