forked from Mirrors/OmniNX
Updated Alchemist
This commit is contained in:
parent
5663110730
commit
2829e7f863
20 changed files with 2293 additions and 2271 deletions
|
|
@ -5,7 +5,7 @@
|
|||
[gap]
|
||||
;mode=table
|
||||
;background=false
|
||||
;gap=8
|
||||
;gap=6
|
||||
|
||||
[Title ID]
|
||||
;mode=table
|
||||
|
|
@ -60,6 +60,7 @@ off:
|
|||
|
||||
[*Delete?2]
|
||||
;grouping=split3
|
||||
;hold=true
|
||||
file_source './../contents/.loaded/*/'
|
||||
file_source './../contents/*/'
|
||||
compare './../contents/.loaded/{split({file_name}," - ",0)} -*/location_on.txt' '{file_source}location_on.txt' '{file_source}duplicates.txt'
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@ off:
|
|||
|
||||
[*Delete?1]
|
||||
;grouping=split3
|
||||
;hold=true
|
||||
file_source /atmosphere/exefs_patches/.offload/*/
|
||||
file_source /atmosphere/exefs_patches/*/
|
||||
filter /atmosphere/exefs_patches/am/
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;title='Alchemist'
|
||||
;display_title='Alchemist '
|
||||
;creator=ppkantorski
|
||||
;version=1.0.3
|
||||
;version=1.0.5
|
||||
;about='This package was designed for managing, converting, and installing mods.'
|
||||
;color=#a264fa
|
||||
;show_widget=true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
;title='Alchemist'
|
||||
;display_title='Alchemist '
|
||||
;creator=ppkantorski
|
||||
;version=1.0.3
|
||||
;version=1.0.5
|
||||
;about='This package was designed for managing, converting, and installing mods.'
|
||||
;credits='Special thanks to Fl4sh9174, KeatonTheBot, StevensND, cucholix and theboy181.'
|
||||
;color=#a264fa
|
||||
|
|
@ -43,7 +43,7 @@ pchtxt2ips "{file_source}" "/atmosphere/exefs_patches/{folder_name}/"
|
|||
[*pchtxt cheat]
|
||||
;grouping=split2
|
||||
file_source './pchtxts/*/*.pchtxt'
|
||||
pchtxt2cheat "{file_source}"
|
||||
pchtxt2cheat "{file_source}" "{folder_name}"
|
||||
|
||||
|
||||
|
||||
|
|
@ -54,6 +54,7 @@ pchtxt2cheat "{file_source}"
|
|||
|
||||
[*Delete pchtxt]
|
||||
;grouping=split2
|
||||
;hold=true
|
||||
file_source './pchtxts/*/*.pchtxt'
|
||||
delete "{file_source}"
|
||||
|
||||
|
|
@ -143,8 +144,27 @@ set-ini-val ./include/config.ini 'Update All' footer ''
|
|||
download https://raw.githubusercontent.com/ppkantorski/Alchemist/refs/heads/main/RELEASE.ini ./RELEASE.ini
|
||||
ini_file ./RELEASE.ini
|
||||
set-ini-val ./include/config.ini 'Update Alchemist' footer '{ini_file(Release Info,latest_version)}'
|
||||
json '{"null":"true","1.0.5":"false"}'
|
||||
set-ini-val ./include/config.ini 'Update Alchemist' footer_highlight '{json({ini_file(Release Info,latest_version)})}'
|
||||
|
||||
|
||||
download https://raw.githubusercontent.com/ppkantorski/Alchemist-Repos/refs/heads/main/RELEASE.ini ./repos/RELEASE.ini
|
||||
ini_file ./repos/RELEASE.ini
|
||||
set-ini-val ./include/config.ini '*Update Repos' footer '{ini_file(Release Info,latest_version)}'
|
||||
set-ini-val ./include/config.ini 'Update All' footer '{ini_file(Release Info,latest_version)}'
|
||||
|
||||
ini_file ./repos/CURRENT.ini
|
||||
json '{"null":"true","{ini_file(Release Info,latest_version)}":"false"}'
|
||||
ini_file ./repos/RELEASE.ini
|
||||
set-ini-val ./include/config.ini '*Update Repos' footer_highlight '{json({ini_file(Release Info,latest_version)})}'
|
||||
set-ini-val ./include/config.ini 'Update All' footer_highlight '{json({ini_file(Release Info,latest_version)})}'
|
||||
|
||||
|
||||
ini_file ./RELEASE.ini
|
||||
json '{"null":"notify","1.0.5":""}'
|
||||
'{json({ini_file(Release Info,latest_version)})}' ' Alchemist update is available!' 22
|
||||
|
||||
ini_file ./repos/CURRENT.ini
|
||||
json '{"null":"notify","{ini_file(Release Info,latest_version)}":""}'
|
||||
ini_file ./repos/RELEASE.ini
|
||||
'{json({ini_file(Release Info,latest_version)})}' ' Repos update is available!' 22
|
||||
|
|
|
|||
Loading…
Reference in a new issue