Microsoft Fury 3
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 1 DescriptionSpace ship fighter simulation, 1995. Wikipedia. Captures d'écranCode source#!/bin/bash # Date : # Wine version used : 1.9.2 # Distribution used to test : Ubuntu 15.10 # Author: LinuxScripter # Licence : GPLv3 # # CHANGELOG # [Quentin PÂRIS] (2010 ?) # Initial script. # [LinuxScripter] (2016-02-04 13-27) # This script is very old so I decided to write a new one. # [Dadu042] (2020-01-22 13:30) # Wine 1.8 -> 3.0.3 # Remove POL_Install_d3dx9 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Fury 3" AUTHOR="LinuxScripter" PREFIX="Microsoft_Fury_3" EDITOR="Microsoft" WORKINGWINEVERSION="3.0.3" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_devenum POL_Call POL_Install_directplay POL_Call POL_Install_dinput POL_Call POL_Install_directmusic POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.lst" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit "$TITLE" POL_Wine_OverrideDLL "" "iccvid" POL_Shortcut "FURY3.EXE" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 30 Janvier 2020 à 23:31 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,28 +1,50 @@ #!/bin/bash +# Date : +# Wine version used : 1.9.2 +# Distribution used to test : Ubuntu 15.10 +# Author: LinuxScripter +# Licence : GPLv3 +# +# CHANGELOG +# [Quentin PÂRIS] (2010 ?) +# Initial script. +# [LinuxScripter] (2016-02-04 13-27) +# This script is very old so I decided to write a new one. +# [Dadu042] (2020-01-22 13:30) +# Wine 1.8 -> 3.0.3 +# Remove POL_Install_d3dx9 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="Microsoft Fury 3" -#Presentation +AUTHOR="LinuxScripter" +PREFIX="Microsoft_Fury_3" +EDITOR="Microsoft" +WORKINGWINEVERSION="3.0.3" + POL_SetupWindow_Init POL_Debug_Init -POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Tinou" "Fury3" - + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_Install_devenum +POL_Call POL_Install_directplay +POL_Call POL_Install_dinput +POL_Call POL_Install_directmusic + POL_SetupWindow_cdrom -POL_SetupWindow_check_cdrom "SETUP.EXE" -POL_Wine_SelectPrefix "Fury3" -POL_Wine_PrefixCreate "1.4" - -POL_System_CopyDirectory "$CDROM/FURY3/" "$WINEPREFIX/drive_c/FURY3" - -POL_System_TmpCreate "Fury3" -cd "$POL_System_TmpDir" +POL_SetupWindow_check_cdrom "setup.lst" +POL_Wine start /unix "$CDROM/setup.exe" +POL_Wine_WaitExit "$TITLE" + POL_Wine_OverrideDLL "" "iccvid" - -POL_System_TmpDelete - -Set_Managed Off -POL_Shortcut "FURY3.EXE" "$TITLE" - + +POL_Shortcut "FURY3.EXE" "$TITLE" "" "" "Game;" + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : # Wine version used : 1.9.2 # Distribution used to test : Ubuntu 15.10 # Author: LinuxScripter # Licence : GPLv3 # # CHANGELOG # [Quentin PÂRIS] (2010 ?) # Initial script. # [LinuxScripter] (2016-02-04 13-27) # This script is very old so I decided to write a new one. # [Dadu042] (2020-01-22 13:30) # Wine 1.8 -> 3.0.3 # Remove POL_Install_d3dx9 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Fury 3" AUTHOR="LinuxScripter" PREFIX="Microsoft_Fury_3" EDITOR="Microsoft" WORKINGWINEVERSION="3.0.3" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_devenum POL_Call POL_Install_directplay POL_Call POL_Install_dinput POL_Call POL_Install_directmusic POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.lst" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit "$TITLE" POL_Wine_OverrideDLL "" "iccvid" POL_Shortcut "FURY3.EXE" "$TITLE" "" "" "Game;" POL_SetupWindow_Close exit 0 Réponses |
LinuxScripter | Jeudi 4 Février 2016 à 13:52 |
LinuxScripter
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesThis script is very old so I decided to write a new one. You might run into an error err:ntdll:RtlpWaitForCriticalSection section 0x7e884740 "syslevel.c: Win16Mutex" So far I dont know how to fix it. Differences@@ -1,28 +1,42 @@ #!/bin/bash +# Date : (2016-02-04 13-27) +# Wine version used : 1.9.2 +# Distribution used to test : Ubuntu 15.10 +# Author: LinuxScripter +# Licence : GPLv3 + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" - + TITLE="Microsoft Fury 3" -#Presentation +AUTHOR="LinuxScripter" +PREFIX="Microsoft_Fury_3" +EDITOR="Microsoft" +WORKINGWINEVERSION="1.8" + POL_SetupWindow_Init POL_Debug_Init -POL_SetupWindow_presentation "$TITLE" "Microsoft" "http://www.microsoft.com" "Tinou" "Fury3" + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" -POL_SetupWindow_cdrom -POL_SetupWindow_check_cdrom "SETUP.EXE" -POL_Wine_SelectPrefix "Fury3" -POL_Wine_PrefixCreate "1.4" +POL_Wine_SelectPrefix "$PREFIX" +POL_System_SetArch "x86" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_Install_d3dx9 +POL_Call POL_Install_devenum +POL_Call POL_Install_directplay +POL_Call POL_Install_dinput +POL_Call POL_Install_directmusic -POL_System_CopyDirectory "$CDROM/FURY3/" "$WINEPREFIX/drive_c/FURY3" +POL_SetupWindow_cdrom +POL_SetupWindow_check_cdrom "setup.lst" +POL_Wine start /unix "$CDROM/setup.exe" +POL_Wine_WaitExit "$TITLE" -POL_System_TmpCreate "Fury3" -cd "$POL_System_TmpDir" POL_Wine_OverrideDLL "" "iccvid" -POL_System_TmpDelete - -Set_Managed Off POL_Shortcut "FURY3.EXE" "$TITLE" - + POL_SetupWindow_Close exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-02-04 13-27) # Wine version used : 1.9.2 # Distribution used to test : Ubuntu 15.10 # Author: LinuxScripter # Licence : GPLv3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Microsoft Fury 3" AUTHOR="LinuxScripter" PREFIX="Microsoft_Fury_3" EDITOR="Microsoft" WORKINGWINEVERSION="1.8" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$AUTHOR" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_System_SetArch "x86" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_d3dx9 POL_Call POL_Install_devenum POL_Call POL_Install_directplay POL_Call POL_Install_dinput POL_Call POL_Install_directmusic POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.lst" POL_Wine start /unix "$CDROM/setup.exe" POL_Wine_WaitExit "$TITLE" POL_Wine_OverrideDLL "" "iccvid" POL_Shortcut "FURY3.EXE" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesJeudi 4 Février 2016 à 18:21
Jeudi 4 Février 2016 à 18:52
Jeudi 4 Février 2016 à 19:03
Jeudi 4 Février 2016 à 21:05
Jeudi 4 Février 2016 à 21:05
Vendredi 5 Février 2016 à 14:45
Vendredi 5 Février 2016 à 14:45
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com