From 5c4b8aa5d086bc2a3587d41cc80c1d6e955eb02f Mon Sep 17 00:00:00 2001 From: hoverbike1 <57139770+hoverbike1@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:14:42 +0200 Subject: [PATCH] add config.yaml and compatibleversions.txt --- .../Compatible versions.txt | 7 ++++++ .../Lazy Pack Generator/config.yaml | 22 +++++++++++++++++++ .../Compatible versions.txt | 7 ++++++ .../Linux Pack Generator/config.yaml | 22 +++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 Mods/Lazy Packs/Lazy Pack Generator/Compatible versions.txt create mode 100644 Mods/Lazy Packs/Lazy Pack Generator/config.yaml create mode 100644 Mods/Lazy Packs/Linux Pack Generator/Compatible versions.txt create mode 100644 Mods/Lazy Packs/Linux Pack Generator/config.yaml diff --git a/Mods/Lazy Packs/Lazy Pack Generator/Compatible versions.txt b/Mods/Lazy Packs/Lazy Pack Generator/Compatible versions.txt new file mode 100644 index 00000000..285748ba --- /dev/null +++ b/Mods/Lazy Packs/Lazy Pack Generator/Compatible versions.txt @@ -0,0 +1,7 @@ +Mod type : ExeFS and RomFS + +1.2.0 : Yes +1.1.2 : Yes +1.1.1 : Yes +1.1.0 : Yes +1.0.0 : Yes diff --git a/Mods/Lazy Packs/Lazy Pack Generator/config.yaml b/Mods/Lazy Packs/Lazy Pack Generator/config.yaml new file mode 100644 index 00000000..402dcfb0 --- /dev/null +++ b/Mods/Lazy Packs/Lazy Pack Generator/config.yaml @@ -0,0 +1,22 @@ +id: cedb2649-774f-4ed1-94f8-092db4357a32 +title: Lazy Pack Generator +subtitle: Lazy Pack Python script. +description: Combination of over a dozen patches, now simpler than ever. +version: 4.2.0 +category: 6 +game: + titleId: 0100F2C0115B6000 + version: + - 1.2.0 + - 1.1.2 + - 1.1.1 + - 1.1.0 + - 1.0.0 +emulator: + - 1 + - 2 +compatibility: + whitelist: + blacklist: +author: + - { name: 'ChucksFeedAndSeed, Marethyu, Patchanon, OldManKain, theboy181, Sweetmini, MaxLastBreath, StevenssND' } \ No newline at end of file diff --git a/Mods/Lazy Packs/Linux Pack Generator/Compatible versions.txt b/Mods/Lazy Packs/Linux Pack Generator/Compatible versions.txt new file mode 100644 index 00000000..285748ba --- /dev/null +++ b/Mods/Lazy Packs/Linux Pack Generator/Compatible versions.txt @@ -0,0 +1,7 @@ +Mod type : ExeFS and RomFS + +1.2.0 : Yes +1.1.2 : Yes +1.1.1 : Yes +1.1.0 : Yes +1.0.0 : Yes diff --git a/Mods/Lazy Packs/Linux Pack Generator/config.yaml b/Mods/Lazy Packs/Linux Pack Generator/config.yaml new file mode 100644 index 00000000..4589a1a0 --- /dev/null +++ b/Mods/Lazy Packs/Linux Pack Generator/config.yaml @@ -0,0 +1,22 @@ +id: d47bd933-c709-4d8d-87dd-5ff85f073978 +title: Linux Pack Generator +subtitle: Lazy Pack Python script for linux. +description: Combination of over a dozen patches, now simpler than ever. +version: 4.2.0 +category: 6 +game: + titleId: 0100F2C0115B6000 + version: + - 1.2.0 + - 1.1.2 + - 1.1.1 + - 1.1.0 + - 1.0.0 +emulator: + - 1 + - 2 +compatibility: + whitelist: + blacklist: +author: + - { name: 'ChucksFeedAndSeed, Marethyu, Patchanon, OldManKain, theboy181, Sweetmini, MaxLastBreath, StevenssND' } \ No newline at end of file