Added Aprone's new game, "Rettou".

This commit is contained in:
Storm Dragon 2023-08-11 17:57:25 -04:00
parent cb755136ca
commit af90ba0550
1 changed files with 11 additions and 0 deletions

View File

@ -314,6 +314,7 @@ get_bottle() {
"paw-prints"*) ;&
"preludeamals"*) ;&
"puzzle-divided"*) ;&
"rettou"*) ;&
"revelation"*) ;&
"swamp"*) ;&
"triple-triad"*)
@ -1160,6 +1161,7 @@ gameList=(
#"Psycho Strike"
"Puzzle Divided"
"Q9"
"Rettou"
"Revelation"
"Rhythm Rage"
"River Raiders"
@ -2668,6 +2670,15 @@ EOF
wine "${cache}/q9_english_installer.exe" /silent
add_launcher "c:\Program Files\Q9 Action Game\q9.exe"
;;
"Rettou")
export bottle="aprone"
export winVer="win7"
export winetricksSettings="vd=1024x768"
download "http://www.kaldobsky.com/audiogames/rettou.zip"
install_wine_bottle vb6run dx8vb quartz speechsdk corefonts
unzip -d "$WINEPREFIX/drive_c/Program Files/rettou" "${cache}/rettou.zip"
add_launcher "c:\Program Files\rettou\Rettou.exe"
;;
"Revelation")
export bottle="aprone"
export winVer="win7"