-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
102 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
WINE_VERSION=System | ||
GSTREAMER=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
LANG=en_US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
pre_launch() { | ||
if [[ "${EXE_NAME,,}" == 'direct commander setup'* ]] | ||
then | ||
cleandcmdtmp() { [ -d "$dcmdtmp" ] && rm -rf "$dcmdtmp" ; } | ||
dcmdtmp="$LW_DEF_TMP/dcmd-$RANDOM" | ||
dcmddir="$WINEPREFIX/dosdevices/c:/Program Files/Direct Commander" | ||
dcmdexe="$dcmddir/Direct Commander.exe" | ||
cleandcmdtmp | ||
mkdir -p "$dcmdtmp" | ||
if (7z x "$LU_EXE" '*.nupkg' -o"$dcmdtmp" ; \ | ||
unzip -o "$dcmdtmp"/*.nupkg 'lib/net*/*' -d "$dcmdtmp") | ||
then | ||
[ -d "$dcmddir" ] && rm -f "$dcmddir" | ||
mkdir -p "$(dirname "$dcmddir")" | ||
if mv -f "$dcmdtmp/lib/net"* "$dcmddir" && \ | ||
[ -f "$dcmdexe" ] | ||
then | ||
cleandcmdtmp | ||
export LU_EXE="$dcmdexe" | ||
lu_shortcut "$LU_EXE" 'Direct Commander' | ||
cleanrun "$LW_SOURCE" "$LU_EXE" | ||
exit $? | ||
else | ||
print_error yad "Failed to install: $EXE_NAME" | ||
cleandcmdtmp | ||
exit 1 | ||
fi | ||
cleandcmdtmp | ||
else | ||
print_error yad "Failed to extract: $EXE_NAME" | ||
cleandcmdtmp | ||
exit 1 | ||
fi | ||
fi | ||
} | ||
|
||
WIN_VER=10 | ||
WINEARCH=win64 | ||
MUST_HAVE_DLL=Disabled | ||
WPREFIX_NAME=defprefix_dotnet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
SUM=($(sha256sum SoF2.exe 2>/dev/null)) | ||
PATCH_SUM='bf8225821e1b0e27ea97a7507034a575d93e3e190adbc9f162510bb547a52bbb' | ||
[ "$SUM" == "$PATCH_SUM" ] && \ | ||
dd if=/dev/zero of=SoF2.exe bs=1 count=1 seek=987627 conv=notrunc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,19 @@ | ||
WIN_VER=10 | ||
ZUPDATER="$WINEPREFIX/drive_c/users/steamuser/AppData/Roaming/Zona/plugins/zupdater" | ||
if [ -n "$(lspci|grep -o 'NVIDIA')" ] | ||
then | ||
unset VK_ICD_FILENAMES | ||
HIDE_NVIDIA_GPU=1 | ||
VKICDFILES=Lvp | ||
fi | ||
|
||
pre_launch() { [ -d "$ZUPDATER" ] && rm -rf "$ZUPDATER" && ln -sf /dev/null "$ZUPDATER" && return 0 ; } | ||
|
||
if [[ "${EXE_NAME,,}" == 'zonasetup'* ]] | ||
then | ||
(while kill -0 $LWPID | ||
do | ||
pre_launch && break | ||
sleep 3 | ||
done) & | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
LW_VERSION="0.78.2.4" | ||
LW_VERSION="0.78.2.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.