Files
Alchemist/Mod Alchemist/include/pchtxt_install.ini
2025-08-23 21:44:23 -07:00

47 lines
833 B
INI

[@Integrate]
[gap]
;mode=table
;background=false
;gap=10
[Title ID]
;mode=table
;polling=true
'Title ID'='{title_id}'
[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
[gap]
;mode=table
;background=false
;gap=20
[*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}/'
[*Search Pattern?pchtxt_repo]
;mode=option
list_file_source './../search_patterns.txt'
set-footer '{list_file_source(*)}'