From 1a3706e22eb50e66b2977c8ce7a0d1bcb00c2ebf Mon Sep 17 00:00:00 2001 From: playerjmr Date: Sat, 7 Sep 2024 23:45:21 -0500 Subject: [PATCH] Add Newo Bit and Cheat Manager --- contents/cheat-manager.oscmeta | 22 ++++++++++++++++++++++ contents/newobit.oscmeta | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 contents/cheat-manager.oscmeta create mode 100644 contents/newobit.oscmeta diff --git a/contents/cheat-manager.oscmeta b/contents/cheat-manager.oscmeta new file mode 100644 index 0000000..504fc75 --- /dev/null +++ b/contents/cheat-manager.oscmeta @@ -0,0 +1,22 @@ +{ + "information": { + "name": "Cheat Manager", + "author": "Spritez", + "category": "utilities", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote", + "SDHC" + ], + "version": "0.3" + }, + "source": { + "type": "url", + "format": "rar", + "location": "https://wiibrew.org/w/images/c/c7/Cheat_manager_v0_3.rar", + }, +} \ No newline at end of file diff --git a/contents/newobit.oscmeta b/contents/newobit.oscmeta new file mode 100644 index 0000000..8c53686 --- /dev/null +++ b/contents/newobit.oscmeta @@ -0,0 +1,33 @@ +{ + "information": { + "name": "Newo Bit", + "author": "Owen", + "category": "Games", + "supported_platforms": [ + "wii", + "vwii", + "wii_mini" + ], + "peripherals": [ + "Wii Remote", + "Nunchuk", + "Classic Controller", + "GameCube Controller", + "SDHC" + ], + "version": "1.0" + }, + "source": { + "type": "url", + "format": "zip", + "location": "https://owensoft.net/project/newogame/dl/newobit.zip", + }, + "treatments": [ + { + "treatment": "contents.move", + "arguments": [ + "newobit/", + "apps/newobit/" + ] + } +} \ No newline at end of file