Sono Hanabira ni Kuchizuke wo 09 - Amakute Otona no Torokeru Chuu

Informations

Créateur Messages
markingdude Anonymous

Warning

This installer has not been approved yet by the team.

Informations

Plate-formes :
Téléchargements : 764
Wine: 1.7.26

Retours d'expérience

Description

In the sequel to the seventh visual novel, Takako will be in training for spring break, so she plans something very special for herself and one of her students, Runa...

Captures d'écran

Miniature

Code source

#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2014-09-08)
# Wine version used : 1.7.26
# Distribution used to test : Mac OS X 10.10
# Author : Marking

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

# Setup some needed variables
TITLE="Sono Hanabira ni Kuchizuke wo 09 - Amakute Otona no Torokeru Chuu"
PREFIX="SonoHana_09"
WINEVERSION="1.7.26"
EDITOR="Fuguriya"
GAME_URL="http://fuguriya.sakura.ne.jp"
AUTHOR="Marking"
SHORTCUT_NAME="??????????? 09 ???????????????"

INSTALL_JP='??????'
END_JP='??'
YES_JP='??'

# Download images for installation script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

# Initialize the script, debugging, and set required version
POL_SetupWindow_Init
POL_SetupWindow_SetID 1893
POL_RequiredVersion "4.1.6" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.6 is required to install $TITLE"
POL_Debug_Init
 
# Setup presentation window
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Begin setting up the Wine Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/????/???????????????????????????/"

# Ask user for either DVD or Local installation
POL_SetupWindow_InstallMethod "LOCAL,DVD"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
        # Ask user to find "Setup.exe"
    cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"        
        LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"        
        LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
fi

# Tells users which language they want to use
POL_SetupWindow_menu "Which language would you like to read this in?" "Select Language" "??? (Japanese)|English" "|"

#For Japanese language
if [ "$APP_ANSWER" = "??? (Japanese)" ]
then
        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
        
# Create a shortcut for easy access
POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"
# Insert a command to run as a Japanese application
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" "LANG=ja_JP.UTF-8"

#For English language        
elif [ "$APP_ANSWER" = "English" ]
then
        # Apply the English patch
        POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
        cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
        cd "$SONOHANA"
        POL_Wine_WaitBefore "the English patch"
        POL_Wine "SH_EN.EXE"

        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
        
        # Create a shortcut for easy access
        POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
        # Insert a command to run as a Japanese application/fix font issues
        POL_Shortcut_InsertBeforeWine "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "LANG=ja_JP.UTF-8"
fi
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
markingdude Lundi 10 Novembre 2014 à 23:45
markingdude Anonymous

Warning

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

Differences

@@ -4,10 +4,10 @@
 # Wine version used : 1.7.26
 # Distribution used to test : Mac OS X 10.10
 # Author : Marking
-
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-
+ 
 # Setup some needed variables
 TITLE="Sono Hanabira ni Kuchizuke wo 09 - Amakute Otona no Torokeru Chuu"
 PREFIX="SonoHana_09"
@@ -15,91 +15,91 @@
 EDITOR="Fuguriya"
 GAME_URL="http://fuguriya.sakura.ne.jp"
 AUTHOR="Marking"
-SHORTCUT_NAME="??????????? 09 ???????????????"
-
-INSTALL_JP='??????'
-END_JP='??'
-YES_JP='??'
-
+SHORTCUT_NAME="??????????? 09 ???????????????"
+ 
+INSTALL_JP='??????'
+END_JP='??'
+YES_JP='??'
+ 
 # Download images for installation script
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
-
+ 
 # Initialize the script, debugging, and set required version
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 1893
 POL_RequiredVersion "4.1.6" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.6 is required to install $TITLE"
 POL_Debug_Init
- 
+  
 # Setup presentation window
 POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
-
+ 
 # Begin setting up the Wine Prefix
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
-SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/????/???????????????????????????/"
-
+SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/????/???????????????????????????/"
+ 
 # Ask user for either DVD or Local installation
 POL_SetupWindow_InstallMethod "LOCAL,DVD"
-
+ 
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
-	# Ask user to find "Setup.exe"
+        # Ask user to find "Setup.exe"
     cd "$HOME"
-	POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
-	# Tell user what to do while the installation program is running
-    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"	
-	LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER"
+        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
+        # Tell user what to do while the installation program is running
+    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"       
+        LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER"
 elif [ "$INSTALL_METHOD" = "DVD" ]
 then
-	# Launches the installation program from CD/DVD
-	POL_SetupWindow_cdrom
-	POL_SetupWindow_check_cdrom
-	# Tell user what to do while the installation program is running
-    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"	
-	LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
+        # Launches the installation program from CD/DVD
+        POL_SetupWindow_cdrom
+        POL_SetupWindow_check_cdrom
+        # Tell user what to do while the installation program is running
+    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"       
+        LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
 fi
-
+ 
 # Tells users which language they want to use
 POL_SetupWindow_menu "Which language would you like to read this in?" "Select Language" "??? (Japanese)|English" "|"
-
+ 
 #For Japanese language
-if [ "$APP_ANSWER" = "??? (Japanese)" ]
+if [ "$APP_ANSWER" = "??? (Japanese)" ]
 then
-	# Apply fjfix to fix the visual novel
-	FJFIX_PATCH="fjfix.zip"
-	cd "$SONOHANA"
-	POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
-	POL_System_unzip $FJFIX_PATCH
-	POL_Wine_WaitBefore "the fjfix patch"
-	POL_Wine "fjfix.exe" -f MGD
-	
+        # Apply fjfix to fix the visual novel
+        FJFIX_PATCH="fjfix.zip"
+        cd "$SONOHANA"
+        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
+        POL_System_unzip $FJFIX_PATCH
+        POL_Wine_WaitBefore "the fjfix patch"
+        POL_Wine "fjfix.exe" -f MGD
+         
 # Create a shortcut for easy access
 POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"
 # Insert a command to run as a Japanese application
 POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" "LANG=ja_JP.UTF-8"
-
-#For English language	
+ 
+#For English language       
 elif [ "$APP_ANSWER" = "English" ]
 then
-	# Apply the English patch
-	POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
-	cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
-	cd "$SONOHANA"
-	POL_Wine_WaitBefore "the English patch"
-	POL_Wine "SH_EN.EXE"
-
-	# Apply fjfix to fix the visual novel
-	FJFIX_PATCH="fjfix.zip"
-	cd "$SONOHANA"
-	POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
-	POL_System_unzip $FJFIX_PATCH
-	POL_Wine_WaitBefore "the fjfix patch"
-	POL_Wine "fjfix.exe" -f MGD
-	
-	# Create a shortcut for easy access
-	POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
-	# Insert a command to run as a Japanese application/fix font issues
-	POL_Shortcut_InsertBeforeWine "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "LANG=ja_JP.UTF-8"
+        # Apply the English patch
+        POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
+        cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
+        cd "$SONOHANA"
+        POL_Wine_WaitBefore "the English patch"
+        POL_Wine "SH_EN.EXE"
+ 
+        # Apply fjfix to fix the visual novel
+        FJFIX_PATCH="fjfix.zip"
+        cd "$SONOHANA"
+        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
+        POL_System_unzip $FJFIX_PATCH
+        POL_Wine_WaitBefore "the fjfix patch"
+        POL_Wine "fjfix.exe" -f MGD
+         
+        # Create a shortcut for easy access
+        POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
+        # Insert a command to run as a Japanese application/fix font issues
+        POL_Shortcut_InsertBeforeWine "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "LANG=ja_JP.UTF-8"
 fi
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2014-09-08)
# Wine version used : 1.7.26
# Distribution used to test : Mac OS X 10.10
# Author : Marking
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
# Setup some needed variables
TITLE="Sono Hanabira ni Kuchizuke wo 09 - Amakute Otona no Torokeru Chuu"
PREFIX="SonoHana_09"
WINEVERSION="1.7.26"
EDITOR="Fuguriya"
GAME_URL="http://fuguriya.sakura.ne.jp"
AUTHOR="Marking"
SHORTCUT_NAME="??????????? 09 ???????????????"
 
INSTALL_JP='??????'
END_JP='??'
YES_JP='??'
 
# Download images for installation script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 
# Initialize the script, debugging, and set required version
POL_SetupWindow_Init
POL_SetupWindow_SetID 1893
POL_RequiredVersion "4.1.6" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.6 is required to install $TITLE"
POL_Debug_Init
  
# Setup presentation window
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
# Begin setting up the Wine Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/????/???????????????????????????/"
 
# Ask user for either DVD or Local installation
POL_SetupWindow_InstallMethod "LOCAL,DVD"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
        # Ask user to find "Setup.exe"
    cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"       
        LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"       
        LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
fi
 
# Tells users which language they want to use
POL_SetupWindow_menu "Which language would you like to read this in?" "Select Language" "??? (Japanese)|English" "|"
 
#For Japanese language
if [ "$APP_ANSWER" = "??? (Japanese)" ]
then
        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
         
# Create a shortcut for easy access
POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"
# Insert a command to run as a Japanese application
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" "LANG=ja_JP.UTF-8"
 
#For English language       
elif [ "$APP_ANSWER" = "English" ]
then
        # Apply the English patch
        POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
        cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
        cd "$SONOHANA"
        POL_Wine_WaitBefore "the English patch"
        POL_Wine "SH_EN.EXE"
 
        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
         
        # Create a shortcut for easy access
        POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
        # Insert a command to run as a Japanese application/fix font issues
        POL_Shortcut_InsertBeforeWine "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "LANG=ja_JP.UTF-8"
fi
POL_SetupWindow_Close
exit

Réponses

Anonymous
Lundi 10 Novembre 2014 à 23:46
For some reason, the Japanese in the code showed up as "??????", preventing the installation of the game.
Anonymous
Lundi 10 Novembre 2014 à 23:46
Here are the lines in question:

SHORTCUT_NAME="??????????? 09 ???????????????"
markingdude Vendredi 12 September 2014 à 21:11
markingdude Anonymous

Information

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

Differences

@@ -74,9 +74,9 @@
 	POL_Wine "fjfix.exe" -f MGD
 	
 # Create a shortcut for easy access
-POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME_JP" "$SHORTCUT_NAME_JP.png"
+POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"
 # Insert a command to run as a Japanese application
-POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME_JP" "LANG=ja_JP.UTF-8"
+POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" "LANG=ja_JP.UTF-8"
 
 #For English language	
 elif [ "$APP_ANSWER" = "English" ]
@@ -99,7 +99,7 @@
 	# Create a shortcut for easy access
 	POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
 	# Insert a command to run as a Japanese application/fix font issues
-	POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME_EN" "LANG=ja_JP.UTF-8"
+	POL_Shortcut_InsertBeforeWine "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "LANG=ja_JP.UTF-8"
 fi
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2014-09-08)
# Wine version used : 1.7.26
# Distribution used to test : Mac OS X 10.10
# Author : Marking

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

# Setup some needed variables
TITLE="Sono Hanabira ni Kuchizuke wo 09 - Amakute Otona no Torokeru Chuu"
PREFIX="SonoHana_09"
WINEVERSION="1.7.26"
EDITOR="Fuguriya"
GAME_URL="http://fuguriya.sakura.ne.jp"
AUTHOR="Marking"
SHORTCUT_NAME="??????????? 09 ???????????????"

INSTALL_JP='??????'
END_JP='??'
YES_JP='??'

# Download images for installation script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

# Initialize the script, debugging, and set required version
POL_SetupWindow_Init
POL_SetupWindow_SetID 1893
POL_RequiredVersion "4.1.6" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.6 is required to install $TITLE"
POL_Debug_Init
 
# Setup presentation window
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Begin setting up the Wine Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/????/???????????????????????????/"

# Ask user for either DVD or Local installation
POL_SetupWindow_InstallMethod "LOCAL,DVD"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
        # Ask user to find "Setup.exe"
    cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"        
        LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"        
        LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
fi

# Tells users which language they want to use
POL_SetupWindow_menu "Which language would you like to read this in?" "Select Language" "??? (Japanese)|English" "|"

#For Japanese language
if [ "$APP_ANSWER" = "??? (Japanese)" ]
then
        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
        
# Create a shortcut for easy access
POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"
# Insert a command to run as a Japanese application
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" "LANG=ja_JP.UTF-8"

#For English language        
elif [ "$APP_ANSWER" = "English" ]
then
        # Apply the English patch
        POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
        cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
        cd "$SONOHANA"
        POL_Wine_WaitBefore "the English patch"
        POL_Wine "SH_EN.EXE"

        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
        
        # Create a shortcut for easy access
        POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
        # Insert a command to run as a Japanese application/fix font issues
        POL_Shortcut_InsertBeforeWine "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "LANG=ja_JP.UTF-8"
fi
POL_SetupWindow_Close
exit

Réponses

Anonymous
Vendredi 12 September 2014 à 21:11
Fixed error with creating shortcut and applying Japanese locale to shortcut.
markingdude Lundi 8 September 2014 à 23:17
markingdude Anonymous

Warning

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

Differences

@@ -1,8 +1,8 @@
 #!/bin/bash
 # Date : (2013-03-01)
-# Last revision : (2013-10-05)
-# Wine version used : 1.3.4
-# Distribution used to test : Mac OS X 10.8.4
+# Last revision : (2014-09-08)
+# Wine version used : 1.7.26
+# Distribution used to test : Mac OS X 10.10
 # Author : Marking
 
 [ "$PLAYONLINUX" = "" ] && exit 0
@@ -11,7 +11,7 @@
 # Setup some needed variables
 TITLE="Sono Hanabira ni Kuchizuke wo 09 - Amakute Otona no Torokeru Chuu"
 PREFIX="SonoHana_09"
-WINEVERSION="1.3.4"
+WINEVERSION="1.7.26"
 EDITOR="Fuguriya"
 GAME_URL="http://fuguriya.sakura.ne.jp"
 AUTHOR="Marking"
@@ -36,13 +36,7 @@
 # Begin setting up the Wine Prefix
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WINEVERSION"
-SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/?????/?????????????????????????????/"
-
-# Installs Japanese fonts in order for visual novel to work
-JP_FONTS="sazanami-20040629.zip"
-cd "$WINEPREFIX/drive_c/windows/Fonts/"
-POL_Download "http://files.markinglifestyle.com/sh_files/sazanami-20040629.zip"
-POL_System_unzip $JP_FONTS
+SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/????/???????????????????????????/"
 
 # Ask user for either DVD or Local installation
 POL_SetupWindow_InstallMethod "LOCAL,DVD"
@@ -65,17 +59,47 @@
 	LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
 fi
 
-# Apply fjfix to fix the visual novel
-FJFIX_PATCH="fjfix.zip"
-cd "$SONOHANA"
-POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
-POL_System_unzip $FJFIX_PATCH
-POL_Wine_WaitBefore "the fjfix patch"
-POL_Wine "fjfix.exe" -f MGD
-    
+# Tells users which language they want to use
+POL_SetupWindow_menu "Which language would you like to read this in?" "Select Language" "??? (Japanese)|English" "|"
+
+#For Japanese language
+if [ "$APP_ANSWER" = "??? (Japanese)" ]
+then
+	# Apply fjfix to fix the visual novel
+	FJFIX_PATCH="fjfix.zip"
+	cd "$SONOHANA"
+	POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
+	POL_System_unzip $FJFIX_PATCH
+	POL_Wine_WaitBefore "the fjfix patch"
+	POL_Wine "fjfix.exe" -f MGD
+	
 # Create a shortcut for easy access
-POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png"
+POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME_JP" "$SHORTCUT_NAME_JP.png"
 # Insert a command to run as a Japanese application
-POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME" "LANG=ja_JP.UTF-8"
+POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME_JP" "LANG=ja_JP.UTF-8"
+
+#For English language	
+elif [ "$APP_ANSWER" = "English" ]
+then
+	# Apply the English patch
+	POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
+	cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
+	cd "$SONOHANA"
+	POL_Wine_WaitBefore "the English patch"
+	POL_Wine "SH_EN.EXE"
+
+	# Apply fjfix to fix the visual novel
+	FJFIX_PATCH="fjfix.zip"
+	cd "$SONOHANA"
+	POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
+	POL_System_unzip $FJFIX_PATCH
+	POL_Wine_WaitBefore "the fjfix patch"
+	POL_Wine "fjfix.exe" -f MGD
+	
+	# Create a shortcut for easy access
+	POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
+	# Insert a command to run as a Japanese application/fix font issues
+	POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME_EN" "LANG=ja_JP.UTF-8"
+fi
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/bin/bash
# Date : (2013-03-01)
# Last revision : (2014-09-08)
# Wine version used : 1.7.26
# Distribution used to test : Mac OS X 10.10
# Author : Marking

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

# Setup some needed variables
TITLE="Sono Hanabira ni Kuchizuke wo 09 - Amakute Otona no Torokeru Chuu"
PREFIX="SonoHana_09"
WINEVERSION="1.7.26"
EDITOR="Fuguriya"
GAME_URL="http://fuguriya.sakura.ne.jp"
AUTHOR="Marking"
SHORTCUT_NAME="??????????? 09 ???????????????"

INSTALL_JP='??????'
END_JP='??'
YES_JP='??'

# Download images for installation script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

# Initialize the script, debugging, and set required version
POL_SetupWindow_Init
POL_SetupWindow_SetID 1893
POL_RequiredVersion "4.1.6" || POL_Debug_Fatal "$APPLICATION_TITLE 4.1.6 is required to install $TITLE"
POL_Debug_Init
 
# Setup presentation window
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"

# Begin setting up the Wine Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
SONOHANA="$WINEPREFIX/drive_c/$PROGRAMFILES/????/???????????????????????????/"

# Ask user for either DVD or Local installation
POL_SetupWindow_InstallMethod "LOCAL,DVD"

if [ "$INSTALL_METHOD" = "LOCAL" ]
then
        # Ask user to find "Setup.exe"
    cd "$HOME"
        POL_SetupWindow_browse "$(eval_gettext 'Please locate installation program (Setup.exe)')" "$TITLE"
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"        
        LANG="ja_JP.UTF-8" POL_Wine "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DVD" ]
then
        # Launches the installation program from CD/DVD
        POL_SetupWindow_cdrom
        POL_SetupWindow_check_cdrom
        # Tell user what to do while the installation program is running
    POL_SetupWindow_message "$(eval_gettext 'When the install program starts, click on ${INSTALL_JP}. When a new window opens, click on ${INSTALL_JP}. When installation finishes, click on ${END_JP} and then on ${YES_JP} (Y). Click Next to begin installation.')" "Installation instructions"        
        LANG="ja_JP.UTF-8" POL_Wine "$CDROM/Setup.exe"
fi

# Tells users which language they want to use
POL_SetupWindow_menu "Which language would you like to read this in?" "Select Language" "??? (Japanese)|English" "|"

#For Japanese language
if [ "$APP_ANSWER" = "??? (Japanese)" ]
then
        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
        
# Create a shortcut for easy access
POL_Shortcut "HANA9.EXE" "$SHORTCUT_NAME_JP" "$SHORTCUT_NAME_JP.png"
# Insert a command to run as a Japanese application
POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME_JP" "LANG=ja_JP.UTF-8"

#For English language        
elif [ "$APP_ANSWER" = "English" ]
then
        # Apply the English patch
        POL_SetupWindow_browse "$(eval_gettext 'Please locate English translation patch file')" "$TITLE"
        cp "$APP_ANSWER" "$SONOHANA/SH_EN.EXE"
        cd "$SONOHANA"
        POL_Wine_WaitBefore "the English patch"
        POL_Wine "SH_EN.EXE"

        # Apply fjfix to fix the visual novel
        FJFIX_PATCH="fjfix.zip"
        cd "$SONOHANA"
        POL_Download "http://files.markinglifestyle.com/sh_files/fjfix.zip" "789634f517003c1619eca669a83306a0"
        POL_System_unzip $FJFIX_PATCH
        POL_Wine_WaitBefore "the fjfix patch"
        POL_Wine "fjfix.exe" -f MGD
        
        # Create a shortcut for easy access
        POL_Shortcut "HANA9.EXE" "A Kiss for the Petals 09 - Sweet Grown-up Kisses" "$SHORTCUT_NAME.png"
        # Insert a command to run as a Japanese application/fix font issues
        POL_Shortcut_InsertBeforeWine "$SHORTCUT_NAME_EN" "LANG=ja_JP.UTF-8"
fi
POL_SetupWindow_Close
exit

Réponses

Anonymous
Lundi 8 September 2014 à 23:18
Added support for English translation patch and updated to latest Wine version.