You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'd love to be able to install files aka extracting files from a zip if possible, wanna make the dashboard transfer files to another location at a press of a button like on unleashx
if not extracting files then howabout copying files/folders from one place to another?
just wanna make a lightweight installer
example
game saves/game/save game name/UDATA/game id/save id/files and when you choose the save name it will automatically transfer and extract from a zip or just tranfer the files from UDATA to a specified location in this example E:\
maybe add a copy function if extracting isnt possible i'd be happy with that to
heres what i use for unleashx for example so its not so confusing
<List Text="Saves" Sort="Off" Auto="On" AltIcon="">
<List Text="007 - Agent Under Fire" Sort="Off" Auto="On" AltIcon="">
<List Text="100% Unlocked" Sort="Off" Batch="True">
<Item Action="AskUser" Arg1="INSTALLATION">do you want to install?</Item>
<Item Action="Unzip" Arg1="saves\007 - Agent Under Fire\100% Unlocked.zip" Arg2="E:\">
The text was updated successfully, but these errors were encountered:
i'd love to be able to install files aka extracting files from a zip if possible, wanna make the dashboard transfer files to another location at a press of a button like on unleashx
if not extracting files then howabout copying files/folders from one place to another?
just wanna make a lightweight installer
example
game saves/game/save game name/UDATA/game id/save id/files and when you choose the save name it will automatically transfer and extract from a zip or just tranfer the files from UDATA to a specified location in this example E:\
maybe add a copy function if extracting isnt possible i'd be happy with that to
heres what i use for unleashx for example so its not so confusing
The text was updated successfully, but these errors were encountered: