Added game "Death on the Road"
This commit is contained in:
		@@ -375,6 +375,7 @@ gameList=(
 | 
			
		||||
    "Bloodshed"
 | 
			
		||||
    "Christmas WhoopAss"
 | 
			
		||||
    "Crazy Party"
 | 
			
		||||
    "Death on the Road"
 | 
			
		||||
    "Easter Quest"
 | 
			
		||||
    #"Entombed"
 | 
			
		||||
    "Finger Panic"
 | 
			
		||||
@@ -495,6 +496,13 @@ case "${game}" in
 | 
			
		||||
        add_launcher "c:\Program Files\Crazy-Party-beta73\Crazy Party.exe"
 | 
			
		||||
        rm -f "${WINEPREFIX}/drive_c/Program Files/Crazy-Party-beta73/nvdaControllerClient32.dll"
 | 
			
		||||
    ;;
 | 
			
		||||
    "Death on the Road")
 | 
			
		||||
        export winVer="win7"
 | 
			
		||||
        install_wine_bottle
 | 
			
		||||
        download "http://oriolgomez.com/games/road_en.zip"
 | 
			
		||||
        unzip -d "$WINEPREFIX/drive_c/Program Files/death on the road" "${cache}/road_en.zip"
 | 
			
		||||
        add_launcher "c:\Program Files\death on the road/game.exe"
 | 
			
		||||
    ;;
 | 
			
		||||
    "Easter Quest")
 | 
			
		||||
        install_wine_bottle
 | 
			
		||||
        download "https://agarchive.net/games/mt/easter%20quest%20setup.exe"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user