Microsoft 3D Pinball - Space Cadet

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 71724
Wine: 1.7.37

Retours d'expérience

Description

Captures d'écran

Miniature

Code source

#!/bin/bash

## Note for the future: Could also be installed with XP SP2 

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Pinball"
WINEVERSION="1.7.37"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="MicrosoftPinball"

POL_SetupWindow_Init
POL_Debug_Init


POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory"

POL_Call POL_Install_LunaTheme
POL_Download "https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe?dl=1" "2670a7ecdab26460f5217ffe43ba4279"
mv "3d_pinball_for_windows_-_space_cadet.exe?dl=1" "3d_pinball_for_windows_-_space_cadet.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "3d_pinball_for_windows_-_space_cadet.exe"

POL_Shortcut "PINBALL.EXE"  "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
Quentin PÂRIS Lundi 25 Mai 2015 à 1:12
Quentin PÂRIS Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -6,7 +6,7 @@
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Microsoft Pinball"
-WINEVERSION="1.4"
+WINEVERSION="1.7.37"
 EDITOR="Microsoft"
 EDITOR_URL="http://www.microsoft.com"
 PREFIX="MicrosoftPinball"
@@ -23,7 +23,8 @@
 cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory"
 
 POL_Call POL_Install_LunaTheme
-POL_Download "http://mspinball.weebly.com/uploads/4/3/7/3/4373639/3d_pinball_for_windows_-_space_cadet.exe" "2670a7ecdab26460f5217ffe43ba4279"
+POL_Download "https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe?dl=1" "2670a7ecdab26460f5217ffe43ba4279"
+mv "3d_pinball_for_windows_-_space_cadet.exe?dl=1" "3d_pinball_for_windows_-_space_cadet.exe"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "3d_pinball_for_windows_-_space_cadet.exe"
 

Nouveau code source

#!/bin/bash

## Note for the future: Could also be installed with XP SP2 

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Microsoft Pinball"
WINEVERSION="1.7.37"
EDITOR="Microsoft"
EDITOR_URL="http://www.microsoft.com"
PREFIX="MicrosoftPinball"

POL_SetupWindow_Init
POL_Debug_Init


POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"

cd "$WINEPREFIX/drive_c/" || POL_Debug_Fatal "Unable to change directory"

POL_Call POL_Install_LunaTheme
POL_Download "https://www.dropbox.com/s/2qgtjp7lyegps1w/3d_pinball_for_windows_-_space_cadet.exe?dl=1" "2670a7ecdab26460f5217ffe43ba4279"
mv "3d_pinball_for_windows_-_space_cadet.exe?dl=1" "3d_pinball_for_windows_-_space_cadet.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "3d_pinball_for_windows_-_space_cadet.exe"

POL_Shortcut "PINBALL.EXE"  "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

Anonymous
Lundi 25 September 2017 à 19:21
update is gone? Original has no sound :(

Edité par Tinou

petch Dimanche 24 Mai 2015 à 20:11
petch

Messages

404, the download URL is gone?

Réponses