Hyperdimension Neptunia ReBirth1 (Steam)
Informations
Créateur | Messages |
---|---|
xerodotc
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience2 3 DescriptionPacked with fast-paced, turn-based RPG action, fourth-wall-breaking, trope-demolishing dialogue, and more item, weapon, and costume customization than you can shake a Lvl. 1 Stick at, Gamindustri is a world set on turning the concept of the JRPG on its head!
Captures d'écranCode source#!/usr/bin/env playonlinux-bash # Date : (2015-05-25 18:15 UTC+7) # Last revision : (2015-05-26 13:00 UTC+7) # Wine version used : 3.0.3, 1.7.43 # Distribution used to test : Ubuntu 14.04 # Author : Visatouch Deeying (xerodotc) # Script licence : GPLv3 # Program licence : Proprietary # Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs # # CHANGELOG # [Visatouch Deeying (xerodotc)] (2015-05-25 18:15 UTC+7) # Initial script. # [Dadu042] (2020-01-16 23:50) # Wine 1.7.43 -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Hyperdimension Neptunia ReBirth1" PREFIX="NeptuniaReBirth1" WINEVERSION="3.0.3" STEAM_APPID=282900 # Add setup images POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX" # Start installation POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Install dependencies (thanks to Jon Feldman at AppDB) POL_Call POL_Install_xact POL_Call POL_Install_vcrun2012 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_wmp9 POL_Call POL_Install_wmpcodecs # Install Steam and actual game POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$STEAM_APPID" # Minimum Video memory requirement is 1GB POL_SetupWindow_VMS "1024" # Creating a shortcut POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Jeudi 16 Janvier 2020 à 23:45 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -2,19 +2,25 @@ # Date : (2015-05-25 18:15 UTC+7) # Last revision : (2015-05-26 13:00 UTC+7) -# Wine version used : 1.7.43 +# Wine version used : 3.0.3, 1.7.43 # Distribution used to test : Ubuntu 14.04 # Author : Visatouch Deeying (xerodotc) # Script licence : GPLv3 # Program licence : Proprietary # Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs +# +# CHANGELOG +# [Visatouch Deeying (xerodotc)] (2015-05-25 18:15 UTC+7) +# Initial script. +# [Dadu042] (2020-01-16 23:50) +# Wine 1.7.43 -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Hyperdimension Neptunia ReBirth1" PREFIX="NeptuniaReBirth1" -WINEVERSION="1.7.43" +WINEVERSION="3.0.3" STEAM_APPID=282900 # Add setup images Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2015-05-25 18:15 UTC+7) # Last revision : (2015-05-26 13:00 UTC+7) # Wine version used : 3.0.3, 1.7.43 # Distribution used to test : Ubuntu 14.04 # Author : Visatouch Deeying (xerodotc) # Script licence : GPLv3 # Program licence : Proprietary # Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs # # CHANGELOG # [Visatouch Deeying (xerodotc)] (2015-05-25 18:15 UTC+7) # Initial script. # [Dadu042] (2020-01-16 23:50) # Wine 1.7.43 -> 3.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Hyperdimension Neptunia ReBirth1" PREFIX="NeptuniaReBirth1" WINEVERSION="3.0.3" STEAM_APPID=282900 # Add setup images POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX" # Start installation POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Install dependencies (thanks to Jon Feldman at AppDB) POL_Call POL_Install_xact POL_Call POL_Install_vcrun2012 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_wmp9 POL_Call POL_Install_wmpcodecs # Install Steam and actual game POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$STEAM_APPID" # Minimum Video memory requirement is 1GB POL_SetupWindow_VMS "1024" # Creating a shortcut POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID" POL_SetupWindow_Close exit 0 Réponses |
Kymus | Vendredi 2 Novembre 2018 à 1:18 |
Kymus
|
MessagesDoes not run for me. I'm very new to playonlinux so I very could have done something dumb but the process went like this: RéponsesVendredi 2 Novembre 2018 à 1:20
|
Eric0607 | Dimanche 20 Novembre 2016 à 2:57 |
Eric0607
|
MessagesThis doesn't work on mac. Is there a way to fix it, so that it runs? RéponsesMardi 9 Octobre 2018 à 3:21
|
era | Lundi 7 Mars 2016 à 12:23 |
era
|
MessagesHello, this installer worked flawlessly for me. Réponses |
RX14 | Samedi 3 Octobre 2015 à 16:33 |
RX14
|
MessagesThis worked well, except that the shortcut to run the game was broken and I had to edit the shortcut manually. Providing the full path to Steam.exe worked for me. I guess this is a POL issue though, since every steam game seems to just use "steam.exe" instead of the full path. Once ingame it seems to work fine, havent got far into the game though. RéponsesSamedi 3 Octobre 2015 à 17:24
|
xerodotc | Mardi 26 Mai 2015 à 8:02 |
xerodotc
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -1,7 +1,7 @@ #!/usr/bin/env playonlinux-bash # Date : (2015-05-25 18:15 UTC+7) -# Last revision : (2015-05-25 22:32 UTC+7) +# Last revision : (2015-05-26 13:00 UTC+7) # Wine version used : 1.7.43 # Distribution used to test : Ubuntu 14.04 # Author : Visatouch Deeying (xerodotc) @@ -17,6 +17,9 @@ WINEVERSION="1.7.43" STEAM_APPID=282900 +# Add setup images +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE" + POL_SetupWindow_Init POL_Debug_Init Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2015-05-25 18:15 UTC+7) # Last revision : (2015-05-26 13:00 UTC+7) # Wine version used : 1.7.43 # Distribution used to test : Ubuntu 14.04 # Author : Visatouch Deeying (xerodotc) # Script licence : GPLv3 # Program licence : Proprietary # Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Hyperdimension Neptunia ReBirth1" PREFIX="NeptuniaReBirth1" WINEVERSION="1.7.43" STEAM_APPID=282900 # Add setup images POL_GetSetupImages "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/top.png" "http://files.playonlinux.com/resources/setups/NeptuniaReBirth1/left.png" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX" # Start installation POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Install dependencies (thanks to Jon Feldman at AppDB) POL_Call POL_Install_xact POL_Call POL_Install_vcrun2012 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_wmp9 POL_Call POL_Install_wmpcodecs # Install Steam and actual game POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$STEAM_APPID" # Minimum Video memory requirement is 1GB POL_SetupWindow_VMS "1024" # Creating a shortcut POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID" POL_SetupWindow_Close exit 0 Réponses |
xerodotc | Lundi 25 Mai 2015 à 20:01 |
xerodotc
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,51 @@ +#!/usr/bin/env playonlinux-bash + +# Date : (2015-05-25 18:15 UTC+7) +# Last revision : (2015-05-25 22:32 UTC+7) +# Wine version used : 1.7.43 +# Distribution used to test : Ubuntu 14.04 +# Author : Visatouch Deeying (xerodotc) +# Script licence : GPLv3 +# Program licence : Proprietary +# Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Hyperdimension Neptunia ReBirth1" +PREFIX="NeptuniaReBirth1" +WINEVERSION="1.7.43" +STEAM_APPID=282900 + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX" + +# Start installation +POL_System_SetArch "x86" +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +# Install dependencies (thanks to Jon Feldman at AppDB) +POL_Call POL_Install_xact +POL_Call POL_Install_vcrun2012 +POL_Call POL_Install_devenum +POL_Call POL_Install_quartz +POL_Call POL_Install_wmp9 +POL_Call POL_Install_wmpcodecs + +# Install Steam and actual game +POL_Call POL_Install_steam +cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" +POL_Wine_WaitBefore "$TITLE" +POL_Wine "steam.exe" "steam://install/$STEAM_APPID" + +# Minimum Video memory requirement is 1GB +POL_SetupWindow_VMS "1024" + +# Creating a shortcut +POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2015-05-25 18:15 UTC+7) # Last revision : (2015-05-25 22:32 UTC+7) # Wine version used : 1.7.43 # Distribution used to test : Ubuntu 14.04 # Author : Visatouch Deeying (xerodotc) # Script licence : GPLv3 # Program licence : Proprietary # Depend : xact, vcrun2012, devenum, quartz, wmp9, wmpcodecs [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Hyperdimension Neptunia ReBirth1" PREFIX="NeptuniaReBirth1" WINEVERSION="1.7.43" STEAM_APPID=282900 POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Idea Factory International, Inc." "http://ideafintl.com" "xerodotc" "$PREFIX" # Start installation POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" # Install dependencies (thanks to Jon Feldman at AppDB) POL_Call POL_Install_xact POL_Call POL_Install_vcrun2012 POL_Call POL_Install_devenum POL_Call POL_Install_quartz POL_Call POL_Install_wmp9 POL_Call POL_Install_wmpcodecs # Install Steam and actual game POL_Call POL_Install_steam cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Steam" POL_Wine_WaitBefore "$TITLE" POL_Wine "steam.exe" "steam://install/$STEAM_APPID" # Minimum Video memory requirement is 1GB POL_SetupWindow_VMS "1024" # Creating a shortcut POL_Shortcut "steam.exe" "$TITLE" "${TITLE}.png" "steam://rungameid/$STEAM_APPID" POL_SetupWindow_Close exit 0 Réponses |
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