Final Fantasy IV
Informatie
| Creator | Bericht | 
|---|---|
                Ronin DUSETTE
                                         
            
  | 
            
                                        InformationThis installer has been approved by the team. InformatiePlatforms:   Feedbacks1 1 OmschrijvingFinal Fantasy IV re-release. SchermafdrukkenBroncode#!/bin/bash
# Date : (2014-03-01)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5
#
# CHANGELOG
# [RoninDusette] (2014-03-01)
#   Initial script.
# [Dadu042] (2020-01-27 23:00)
#   Wine 1.7.30 -> 2.22
#   Improve POL_Shortcut
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="FinalFantasyIV"
WINEVERSION="2.22"
TITLE="Final Fantasy IV"
EDITOR="Squre Enix Co."
GAME_URL="http://www.square-enix.com/"
AUTHOR="RoninDusette"
     
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
     
POL_Debug_Init
     
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
     
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
     
#Dependencies
POL_Install_xact
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "FF4_Launcher.exe" "$TITLE" "" "" "Game;"
    
POL_SetupWindow_Close
exit 0                 | 
        
Contributions
Filters:
Contribute| Member | Bericht | 
| Dadu042 | Woensdag 29 Januari 2020 om 23:40 | 
| 
                    Dadu042
                     
  | 
                
                    InformationThis update has been approved by the team. Differences@@ -4,13 +4,19 @@
 # Author : RoninDusette
 # Licence : GPLv3
 # PlayOnLinux: 4.2.5
-     
-     
+#
+# CHANGELOG
+# [RoninDusette] (2014-03-01)
+#   Initial script.
+# [Dadu042] (2020-01-27 23:00)
+#   Wine 1.7.30 -> 2.22
+#   Improve POL_Shortcut
+
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
      
 PREFIX="FinalFantasyIV"
-WINEVERSION="1.7.30"
+WINEVERSION="2.22"
 TITLE="Final Fantasy IV"
 EDITOR="Squre Enix Co."
 GAME_URL="http://www.square-enix.com/"
@@ -42,7 +48,7 @@
 POL_Wine_WaitExit "$TITLE"
      
 # Create Shortcuts
-POL_Shortcut "FF4_Launcher.exe" "$TITLE"
+POL_Shortcut "FF4_Launcher.exe" "$TITLE" "" "" "Game;"
     
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file
                            New source code#!/bin/bash
# Date : (2014-03-01)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5
#
# CHANGELOG
# [RoninDusette] (2014-03-01)
#   Initial script.
# [Dadu042] (2020-01-27 23:00)
#   Wine 1.7.30 -> 2.22
#   Improve POL_Shortcut
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="FinalFantasyIV"
WINEVERSION="2.22"
TITLE="Final Fantasy IV"
EDITOR="Squre Enix Co."
GAME_URL="http://www.square-enix.com/"
AUTHOR="RoninDusette"
     
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
     
POL_Debug_Init
     
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
     
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
     
#Dependencies
POL_Install_xact
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "FF4_Launcher.exe" "$TITLE" "" "" "Game;"
    
POL_SetupWindow_Close
exit 0                            Antwoorden | 
            
| ibrokemypie | Zondag 23 Juli 2017 om 5:50 | 
                    ibrokemypie
                                             
  | 
                
                    WarningThis update has not been approved yet by the team. BerichtThere is no sound after the intro without xact being installed, otherwise it runs fine. Also seems to run smoother on latest version of wine with no problems, so I suggest unversioning the wine. Differences@@ -31,6 +31,7 @@
 POL_Wine_PrefixCreate "$WINEVERSION"
      
 #Dependencies
+POL_Install_xact
      
 # Configuration
 Set_OS "winxp"
                            New source code#!/bin/bash
# Date : (2014-03-01)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5
     
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="FinalFantasyIV"
WINEVERSION="1.7.30"
TITLE="Final Fantasy IV"
EDITOR="Squre Enix Co."
GAME_URL="http://www.square-enix.com/"
AUTHOR="RoninDusette"
     
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
     
POL_Debug_Init
     
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
     
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
     
#Dependencies
POL_Install_xact
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "FF4_Launcher.exe" "$TITLE"
    
POL_SetupWindow_Close
exit 0                            AntwoordenWoensdag 29 Januari 2020 om 23:38                                                                                     
                                     | 
            
| Ronin DUSETTE | Woensdag 12 November 2014 om 18:32 | 
                    Ronin DUSETTE
                                                 
            
  | 
                
                    WarningThis update has not been approved yet by the team. BerichtInitial commit. Differences@@ -0,0 +1,47 @@ +#!/bin/bash +# Date : (2014-03-01) +# Distribution used to test : Kubuntu 14.04 LTS 64-bit +# Author : RoninDusette +# Licence : GPLv3 +# PlayOnLinux: 4.2.5 + + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="FinalFantasyIV" +WINEVERSION="1.7.30" +TITLE="Final Fantasy IV" +EDITOR="Squre Enix Co." +GAME_URL="http://www.square-enix.com/" +AUTHOR="RoninDusette" + +#Initialization +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" +POL_SetupWindow_Init + +POL_Debug_Init + +# Presentation +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX" + +# Create Prefix +POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +#Dependencies + +# Configuration +Set_OS "winxp" + +# Installation +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" + +# Create Shortcuts +POL_Shortcut "FF4_Launcher.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file New source code#!/bin/bash
# Date : (2014-03-01)
# Distribution used to test : Kubuntu 14.04 LTS 64-bit
# Author : RoninDusette
# Licence : GPLv3
# PlayOnLinux: 4.2.5
     
     
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
     
PREFIX="FinalFantasyIV"
WINEVERSION="1.7.30"
TITLE="Final Fantasy IV"
EDITOR="Squre Enix Co."
GAME_URL="http://www.square-enix.com/"
AUTHOR="RoninDusette"
     
#Initialization
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
     
POL_Debug_Init
     
# Presentation
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
     
# Create Prefix
POL_SetupWindow_browse "$(eval_gettext 'Please select $TITLE install file.')" "$TITLE"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
     
#Dependencies
     
# Configuration
Set_OS "winxp"
     
# Installation
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
     
# Create Shortcuts
POL_Shortcut "FF4_Launcher.exe" "$TITLE"
    
POL_SetupWindow_Close
exit 0                            AntwoordenWoensdag 12 November 2014 om 18:32                                                                                     
                                    Vrijdag 14 November 2014 om 19:35                                                                                     
                                    Donderdag 11 December 2014 om 21:19                                                                                     
                                    Donderdag 11 December 2014 om 22:11                                                                                     
                                    Donderdag 11 December 2014 om 22:33                                                                                     
                                    Woensdag 11 Februari 2015 om 6:22                                                                                     
                                    Woensdag 11 Februari 2015 om 6:24                                                                                     
                                    Woensdag 11 Februari 2015 om 7:30                                                                                     
                                     | 
            
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
                        
            
 Installeer dit programma                        







                        