Compare commits
No commits in common. "6b69da95c0a21e68d975b06c4a0406f341cd331d" and "22e4f89a061a7620c1894c197869f30660576919" have entirely different histories.
6b69da95c0
...
22e4f89a06
@ -551,7 +551,7 @@ install_wine_bottle() {
|
|||||||
cp "${cache}/nvda2speechd" "${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd"
|
cp "${cache}/nvda2speechd" "${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd"
|
||||||
chmod +x "${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd"
|
chmod +x "${XDG_DATA_HOME:-$HOME/.local/share}/audiogame-manager/nvda2speechd"
|
||||||
fi
|
fi
|
||||||
winetricks -q isolate_home $@ ${winVer:-winxp} ${winetricksSettings}; } | dialog --progressbox "Installing wine bottle, please wait..." -1 -1
|
winetricks -q $@ ${winVer:-winxp} ${winetricksSettings}; } | dialog --progressbox "Installing wine bottle, please wait..." -1 -1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -964,7 +964,6 @@ gameList=(
|
|||||||
"Challenge of the Horse"
|
"Challenge of the Horse"
|
||||||
"Chillingham"
|
"Chillingham"
|
||||||
#"Chopper Challenge"
|
#"Chopper Challenge"
|
||||||
#"Christmas Chaos"
|
|
||||||
"Christmas WhoopAss"
|
"Christmas WhoopAss"
|
||||||
"Code Dungeon"
|
"Code Dungeon"
|
||||||
"Coin Collector"
|
"Coin Collector"
|
||||||
@ -998,7 +997,7 @@ gameList=(
|
|||||||
"Grizzly Gulch"
|
"Grizzly Gulch"
|
||||||
"Hammer of Glory"
|
"Hammer of Glory"
|
||||||
"haunted Party"
|
"haunted Party"
|
||||||
#"Hearthstone"
|
"Hearthstone"
|
||||||
"Hunter"
|
"Hunter"
|
||||||
"Insect Therapy"
|
"Insect Therapy"
|
||||||
"Interceptor"
|
"Interceptor"
|
||||||
@ -1014,7 +1013,7 @@ gameList=(
|
|||||||
"Manamon"
|
"Manamon"
|
||||||
"Manamon 2"
|
"Manamon 2"
|
||||||
#"Marina Break"
|
#"Marina Break"
|
||||||
#"Minecraft"
|
"Minecraft"
|
||||||
"Monkey Business"
|
"Monkey Business"
|
||||||
"MudSplat French"
|
"MudSplat French"
|
||||||
"MudSplat English"
|
"MudSplat English"
|
||||||
@ -1751,15 +1750,6 @@ case "${game}" in
|
|||||||
wine "${cache}/BC-Setup.exe" /silent
|
wine "${cache}/BC-Setup.exe" /silent
|
||||||
#add_launcher "c:\Program Files\"
|
#add_launcher "c:\Program Files\"
|
||||||
;;
|
;;
|
||||||
"Christmas Chaos")
|
|
||||||
export WINEARCH=win64
|
|
||||||
export winVer="win7"
|
|
||||||
install_wine_bottle speechsdk
|
|
||||||
download "https://repo.accessiware.com/games/christmaschaos/ChristmasChaos.zip" "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll"
|
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files" "${cache}/ChristmasChaos.zip"
|
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
|
||||||
add_launcher "c:\Program Files\ChristmasChaos\ChristmasChaos.exe"
|
|
||||||
;;
|
|
||||||
"Christmas WhoopAss")
|
"Christmas WhoopAss")
|
||||||
install_wine_bottle vb6run dx8vb
|
install_wine_bottle vb6run dx8vb
|
||||||
download "https://www.agarchive.net/games/draconis/christmas%20whoopass%20setup.exe"
|
download "https://www.agarchive.net/games/draconis/christmas%20whoopass%20setup.exe"
|
||||||
@ -2874,6 +2864,5 @@ export norh=false # Must install a voice, and rhvoice works easily with 64 bit.
|
|||||||
exit 1
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
winetricks sandbox
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user