Added Aprone's new game, "Rettou".
This commit is contained in:
parent
cb755136ca
commit
af90ba0550
@ -314,6 +314,7 @@ get_bottle() {
|
|||||||
"paw-prints"*) ;&
|
"paw-prints"*) ;&
|
||||||
"preludeamals"*) ;&
|
"preludeamals"*) ;&
|
||||||
"puzzle-divided"*) ;&
|
"puzzle-divided"*) ;&
|
||||||
|
"rettou"*) ;&
|
||||||
"revelation"*) ;&
|
"revelation"*) ;&
|
||||||
"swamp"*) ;&
|
"swamp"*) ;&
|
||||||
"triple-triad"*)
|
"triple-triad"*)
|
||||||
@ -1160,6 +1161,7 @@ gameList=(
|
|||||||
#"Psycho Strike"
|
#"Psycho Strike"
|
||||||
"Puzzle Divided"
|
"Puzzle Divided"
|
||||||
"Q9"
|
"Q9"
|
||||||
|
"Rettou"
|
||||||
"Revelation"
|
"Revelation"
|
||||||
"Rhythm Rage"
|
"Rhythm Rage"
|
||||||
"River Raiders"
|
"River Raiders"
|
||||||
@ -2668,6 +2670,15 @@ EOF
|
|||||||
wine "${cache}/q9_english_installer.exe" /silent
|
wine "${cache}/q9_english_installer.exe" /silent
|
||||||
add_launcher "c:\Program Files\Q9 Action Game\q9.exe"
|
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")
|
"Revelation")
|
||||||
export bottle="aprone"
|
export bottle="aprone"
|
||||||
export winVer="win7"
|
export winVer="win7"
|
||||||
|
Loading…
Reference in New Issue
Block a user