Compare commits
No commits in common. "ba0844cc4963877b3d7b55e384d641cd1b6e2ff4" and "9a47da3239cb44f4ca4c94046f553abebe70b42f" have entirely different histories.
ba0844cc49
...
9a47da3239
@ -1294,7 +1294,6 @@ gameList=(
|
|||||||
"Shades of Doom"
|
"Shades of Doom"
|
||||||
"Shadow Line"
|
"Shadow Line"
|
||||||
"Shooter"
|
"Shooter"
|
||||||
"Side Party"
|
|
||||||
"Silver Dollar"
|
"Silver Dollar"
|
||||||
"Simple Fighter"
|
"Simple Fighter"
|
||||||
"Skateboarder Pro"
|
"Skateboarder Pro"
|
||||||
@ -3040,26 +3039,6 @@ EOF
|
|||||||
echo "If everything worked as expected you should be back on the game menu and speech should work."
|
echo "If everything worked as expected you should be back on the game menu and speech should work."
|
||||||
alert
|
alert
|
||||||
;;
|
;;
|
||||||
"Side Party")
|
|
||||||
export WINEARCH=win64
|
|
||||||
export winVer="win7"
|
|
||||||
get_installer "sideparty-win.zip" "https://masonasons.itch.io/sideparty"
|
|
||||||
download "https://github.com/RastislavKish/nvda2speechd/releases/download/v0.1/nvda2speechd64.dll" \
|
|
||||||
"https://stormgames.wolfe.casa/downloads/SidePartySettings.dat"
|
|
||||||
install_wine_bottle
|
|
||||||
unzip -d "$WINEPREFIX/drive_c/Program Files/Side Party" "${cache}/sideparty-win.zip"
|
|
||||||
find "${WINEPREFIX}" -type f -name 'nvdaControllerClient64.dll' -exec cp -v "${cache}/nvda2speechd64.dll" "{}" \;
|
|
||||||
add_launcher "c:\Program Files\Side Party\SideParty.exe"
|
|
||||||
alert
|
|
||||||
sidePartyUser="$(dialog --ok-label "Continue" \
|
|
||||||
--backtitle "Audiogame Manager" \
|
|
||||||
--inputbox "Please enter a user name for Side Party score board:" -1 -1 --stdout)"
|
|
||||||
mkdir -p "$WINEPREFIX/drive_c/Program Files/Side Party/masonasons.me/SideParty"
|
|
||||||
cp -v "${cache}/SidePartySettings.dat" "$WINEPREFIX/drive_c/Program Files/Side Party/masonasons.me/SideParty/settings.dat"
|
|
||||||
if [[ ${#sidePartyUser} -gt 3 ]]; then
|
|
||||||
sed -i "s/Anonymous/${sidePartyUser}/" "$WINEPREFIX/drive_c/Program Files/Side Party/masonasons.me/SideParty/settings.dat"
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
"Silver Dollar")
|
"Silver Dollar")
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
export bottle="draconis"
|
export bottle="draconis"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user