Add files via upload

This commit is contained in:
ppkantorski
2025-08-23 21:44:23 -07:00
committed by GitHub
parent a63e97f7f5
commit 3d45dfdd8a
4 changed files with 161 additions and 67 deletions

View File

@@ -13,6 +13,16 @@
[Install Contents]
[*Active?contents_repo]
;grouping=split2
file_source './../repos/contents/*/*/{title_id}/'
cp "{file_source}" './../contents/{folder_name}/'
[gap]
;mode=table
;background=false
;gap=20
[*Repos?2]
;mode=forwarder
package_source ./contents_repos.ini
@@ -25,11 +35,11 @@ package_source ./contents_repos.ini
[*Search Results?contents_repo]
;grouping=split2
ini_file './config.ini'
file_source './repos/contents/*/*{ini_file("*Search Pattern?contents_repo",footer)}*/*/'
cp "{file_source}" './contents/{folder_name}/'
file_source './../repos/contents/*/*{ini_file("*Search Pattern?contents_repo",footer)}*/*/'
cp "{file_source}" './../contents/{folder_name}/'
[*Search Pattern?contents_repo]
;mode=option
list_file_source './search_patterns.txt'
list_file_source './../search_patterns.txt'
set-footer '{list_file_source(*)}'

View File

@@ -13,6 +13,17 @@
[Install pchtxt]
[*Active?pchtxt_repo]
;grouping=split2
logging
file_source './../repos/pchtxts/*/*/*.pchtxt-*{title_id}*'
cp "{slice({file_source},0,{math({length({file_source})}-17)})}" './../pchtxts/{folder_name}/'
[gap]
;mode=table
;background=false
;gap=20
[*Repos?1]
;mode=forwarder
package_source ./pchtxt_repos.ini
@@ -25,11 +36,11 @@ package_source ./pchtxt_repos.ini
[*Search Results?pchtxt_repo]
;grouping=split2
ini_file './config.ini'
file_source './repos/pchtxts/*/*{ini_file("*Search Pattern?pchtxt_repo",footer)}*/*.pchtxt'
cp "{file_source}" './pchtxts/{folder_name}/'
file_source './../repos/pchtxts/*/*{ini_file("*Search Pattern?pchtxt_repo",footer)}*/*.pchtxt'
cp "{file_source}" './../pchtxts/{folder_name}/'
[*Search Pattern?pchtxt_repo]
;mode=option
list_file_source './search_patterns.txt'
list_file_source './../search_patterns.txt'
set-footer '{list_file_source(*)}'

View File

@@ -0,0 +1,81 @@
;title='Mod Alchemist'
;creator=ppkantorski
;version=0.6.0
;about='This package was designed for managing, converting, and installing mods.'
;credits='Special thanks to Fl4sh9174, KeatonTheBot, StevensND, cucholix and theboy181.'
;color=#8e43f7
[Software Update]
[Update Mod Alchemist]
try:
delete /config/ultrahand/downloads/Mod.Alchemist.zip
download http://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/Mod.Alchemist.zip /config/ultrahand/downloads/
unzip /config/ultrahand/downloads/Mod.Alchemist.zip /
delete /config/ultrahand/downloads/Mod.Alchemist.zip
[*Update Repos]
[Update All]
try:
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/Fl4sh9174.zip ./../repos/
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/KeatonTheBot.zip ./../repos/
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/StevensND.zip ./../repos/
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/cucholix.zip ./../repos/
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/theboy181.zip ./../repos/
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/cucholix_contents.zip ./../repos/
delete './../repos/pchtxts/*/'
delete './../repos/contents/*/'
unzip './../repos/Fl4sh9174.zip' './../repos/pchtxts/Fl4sh9174/'
unzip './../repos/KeatonTheBot.zip' './../repos/pchtxts/KeatonTheBot/'
unzip './../repos/StevensND.zip' './../repos/pchtxts/StevensND/'
unzip './../repos/cucholix.zip' './../repos/pchtxts/cucholix/'
unzip './../repos/theboy181.zip' './../repos/pchtxts/theboy181/'
unzip './../repos/cucholix_contents.zip' './../repos/contents/cucholix/'
[gap]
;mode=table
;background=false
;gap=20
[Fl4sh9174's Mods]
try:
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/Fl4sh9174.zip ./../repos/
delete './../repos/pchtxts/Fl4sh9174/'
unzip './../repos/Fl4sh9174.zip' './../repos/pchtxts/Fl4sh9174/'
[KeatonTheBot's Mods]
try:
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/KeatonTheBot.zip ./../repos/
delete './../repos/pchtxts/KeatonTheBot/'
unzip './../repos/KeatonTheBot.zip' './../repos/pchtxts/KeatonTheBot/'
[StevensND's Mods]
try:
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/StevensND.zip ./../repos/
delete './../repos/pchtxts/StevensND/'
unzip './../repos/StevensND.zip' './../repos/pchtxts/StevensND/'
[cucholix's Mods]
try:
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/cucholix.zip ./../repos/
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/cucholix_contents.zip ./../repos/
delete './../repos/pchtxts/cucholix/'
delete './../repos/contents/cucholix/'
unzip './../repos/cucholix.zip' './../repos/pchtxts/cucholix/'
unzip './../repos/cucholix_contents.zip' './../repos/contents/cucholix/'
[theboy181's Mods]
try:
download https://github.com/ppkantorski/Mod-Alchemist/releases/latest/download/theboy181.zip ./../repos/
delete './../repos/pchtxts/theboy181/'
unzip './../repos/theboy181.zip' './../repos/pchtxts/theboy181/'
[Software Update]
[Package Info]