MemcardRex
Downloads and installs MemcardRex, a PlayStation Memory Card utility.
→ Get It
Run the below command to download this env. Please note requirements and recommended args to use below.
wem get memcardrex
You may also run this in your terminal to see the information from this page:
wem get-view --show-env memcardrex
→ Requires
Install these via your system package manager or some other method:
-
curl -
unzip -
wine -
winetricks
→ Tested On
This env has been tested on the following distros:
→ Links
Related links that you should check:
→ View Env
Click here to expand/collapse
Date = "2014-08-10"
InstallExe = "{{.InstallWorkDir}}/MemcardRex.exe"
InstallExpected = "{{.RunExe}}"
InstallOnlyPre = true
Name = "MemcardRex"
RunExe = "{{.RunWorkDir}}/MemcardRex.exe"
RunWorkDir = "{{.WinePrefix}}/drive_c/Program Files/MemcardRex 2.0 RC1"
WineArch = "win64"
WineExe = "wine"
WinetricksPath = "winetricks"
[[InstallPre]]
args = ["dotnetdesktop8"]
cmd = "{{.WinetricksPath}}"
[[InstallPre]]
args = ["-LOv", "https://github.com/ShendoXT/memcardrex/releases/download/9909f69/MemcardRex.2.0.RC1.zip"]
cmd = "curl"
ifnotexists = "{{.InstallWorkDir}}/MemcardRex.2.0.RC1.zip"
[[InstallPre]]
args = ["{{.InstallWorkDir}}/MemcardRex.2.0.RC1.zip", "63bd0f77161d9aa14b02c701ee3f8d19fadef657e290ccc28f6df6257d8ab4933b0cf0a54d2a5027ca2b28bfac8a44529d2250df832b1e75626f8527af6d7ad7"]
icmd = "checkSha512Sum"
ifexists = "{{.InstallWorkDir}}/MemcardRex.2.0.RC1.zip"
ifnotexists = "{{.InstallWorkDir}}/MemcardRex.exe"
[[InstallPre]]
args = ["{{.InstallWorkDir}}/MemcardRex.2.0.RC1.zip"]
cmd = "unzip"
ifexists = "{{.InstallWorkDir}}/MemcardRex.2.0.RC1.zip"
ifnotexists = "{{.RunExe}}"
[[InstallPre]]
args = ["-fv", "{{.InstallWorkDir}}/MemcardRex 2.0 RC1", "{{.WinePrefix}}/drive_c/Program Files/"]
cmd = "mv"
→ Env Source
View this env's source on GitLab. You can also report issues, request changes, or submit an env you've tested on the env repo issue tracker.