Final Fantasy IV

Informations

Créateur Messages
Ronin DUSETTE

Information

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

Informations

Plate-formes :
Téléchargements : 19663
Wine: 2.22

Retours d'expérience

Description

Final Fantasy IV re-release.

Captures d'écran

MiniatureMiniatureMiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Code source

#!/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:

Contribuer
Membre Messages
Dadu042 Mercredi 29 Janvier 2020 à 23:40
Dadu042

Information

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

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

Nouveau code source

#!/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

Réponses

ibrokemypie Dimanche 23 Juillet 2017 à 5:50
ibrokemypie Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

There 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"

Nouveau code source

#!/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

Réponses

Mercredi 29 Janvier 2020 à 23:38
What wine version was it ?...
Ronin DUSETTE Mercredi 12 Novembre 2014 à 18:32
Ronin DUSETTE

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Initial 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

Nouveau code source

#!/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

Réponses

Mercredi 12 Novembre 2014 à 18:32
Will add screenshots and resources later.
Vendredi 14 Novembre 2014 à 19:35
Added screenshots.
Jeudi 11 Décembre 2014 à 21:19
Resources added here: http://www.playonlinux.com/en/topic-12695-Script_Final_Fantasy_IV_resources.html
Jeudi 11 Décembre 2014 à 22:11
uploaded
Jeudi 11 Décembre 2014 à 22:33
Thank you very much.
Anonymous
Mercredi 11 Février 2015 à 6:22
What does this script do because I cant get the steam version to work and this script requires an installer.
Anonymous
Mercredi 11 Février 2015 à 6:24
I keep getting qt5 errors
Mercredi 11 Février 2015 à 7:30
I haven't added Steam support yet. I will be doing that in the future. And if you are getting QT5 errors, I am not sure why. This game didn't throw anything like that at all for me, even when testing it.