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
unknown edited this page Nov 23, 2020
·
1 revision
Install using wine (Without docker)
Not recommended. For advanced users only.
Install wine (>5.x)
Copy normal vcruntime140_1,vcruntime140 from normal windows 10 machine
Set environment variable WINEDLLOVERRIDES="vcruntime140_1,vcruntime140=n;mscoree,mshtml,explorer.exe,winemenubuilder.exe,services.exe,playplug.exe=d" WINEDEBUG=-all you can put them to a launch script
Download and extract the ElementZero-*-win64.tar.zst from releases to the folder that you extracted the BDS to
(PS: You can use tar xvf ElementZero-*-win64.tar.zst -C <bds folder> --strip-components 1 to extract files)