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]
|
[gap]
|
||||||
;mode=table
|
;mode=table
|
||||||
;background=false
|
;background=false
|
||||||
;gap=8
|
;gap=6
|
||||||
|
|
||||||
[Title ID]
|
[Title ID]
|
||||||
;mode=table
|
;mode=table
|
||||||
|
|
@ -60,6 +60,7 @@ off:
|
||||||
|
|
||||||
[*Delete?2]
|
[*Delete?2]
|
||||||
;grouping=split3
|
;grouping=split3
|
||||||
|
;hold=true
|
||||||
file_source './../contents/.loaded/*/'
|
file_source './../contents/.loaded/*/'
|
||||||
file_source './../contents/*/'
|
file_source './../contents/*/'
|
||||||
compare './../contents/.loaded/{split({file_name}," - ",0)} -*/location_on.txt' '{file_source}location_on.txt' '{file_source}duplicates.txt'
|
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]
|
[*Delete?1]
|
||||||
;grouping=split3
|
;grouping=split3
|
||||||
|
;hold=true
|
||||||
file_source /atmosphere/exefs_patches/.offload/*/
|
file_source /atmosphere/exefs_patches/.offload/*/
|
||||||
file_source /atmosphere/exefs_patches/*/
|
file_source /atmosphere/exefs_patches/*/
|
||||||
filter /atmosphere/exefs_patches/am/
|
filter /atmosphere/exefs_patches/am/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
;title='Alchemist'
|
;title='Alchemist'
|
||||||
;display_title='Alchemist '
|
;display_title='Alchemist '
|
||||||
;creator=ppkantorski
|
;creator=ppkantorski
|
||||||
;version=1.0.3
|
;version=1.0.5
|
||||||
;about='This package was designed for managing, converting, and installing mods.'
|
;about='This package was designed for managing, converting, and installing mods.'
|
||||||
;color=#a264fa
|
;color=#a264fa
|
||||||
;show_widget=true
|
;show_widget=true
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
;title='Alchemist'
|
;title='Alchemist'
|
||||||
;display_title='Alchemist '
|
;display_title='Alchemist '
|
||||||
;creator=ppkantorski
|
;creator=ppkantorski
|
||||||
;version=1.0.3
|
;version=1.0.5
|
||||||
;about='This package was designed for managing, converting, and installing mods.'
|
;about='This package was designed for managing, converting, and installing mods.'
|
||||||
;credits='Special thanks to Fl4sh9174, KeatonTheBot, StevensND, cucholix and theboy181.'
|
;credits='Special thanks to Fl4sh9174, KeatonTheBot, StevensND, cucholix and theboy181.'
|
||||||
;color=#a264fa
|
;color=#a264fa
|
||||||
|
|
@ -43,7 +43,7 @@ pchtxt2ips "{file_source}" "/atmosphere/exefs_patches/{folder_name}/"
|
||||||
[*pchtxt cheat]
|
[*pchtxt cheat]
|
||||||
;grouping=split2
|
;grouping=split2
|
||||||
file_source './pchtxts/*/*.pchtxt'
|
file_source './pchtxts/*/*.pchtxt'
|
||||||
pchtxt2cheat "{file_source}"
|
pchtxt2cheat "{file_source}" "{folder_name}"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -54,6 +54,7 @@ pchtxt2cheat "{file_source}"
|
||||||
|
|
||||||
[*Delete pchtxt]
|
[*Delete pchtxt]
|
||||||
;grouping=split2
|
;grouping=split2
|
||||||
|
;hold=true
|
||||||
file_source './pchtxts/*/*.pchtxt'
|
file_source './pchtxts/*/*.pchtxt'
|
||||||
delete "{file_source}"
|
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
|
download https://raw.githubusercontent.com/ppkantorski/Alchemist/refs/heads/main/RELEASE.ini ./RELEASE.ini
|
||||||
ini_file ./RELEASE.ini
|
ini_file ./RELEASE.ini
|
||||||
set-ini-val ./include/config.ini 'Update Alchemist' footer '{ini_file(Release Info,latest_version)}'
|
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
|
download https://raw.githubusercontent.com/ppkantorski/Alchemist-Repos/refs/heads/main/RELEASE.ini ./repos/RELEASE.ini
|
||||||
ini_file ./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 Repos' footer '{ini_file(Release Info,latest_version)}'
|
||||||
set-ini-val ./include/config.ini 'Update All' 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