Hyperdimension Neptunia ReBirth1 (Steam)
Informations
Creator | Message |
---|---|
xerodotc
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks2 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!
ScreenshotsSource code#!/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:
ContributeMember | Message |
Dadu042 | Thursday 16 January 2020 at 23:45 |
Dadu042
|
InformationThis update has been approved by the team. 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 New source code#!/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 Replies |
Kymus | Friday 2 November 2018 at 1:18 |
Kymus
|
MessageDoes not run for me. I'm very new to playonlinux so I very could have done something dumb but the process went like this: RepliesFriday 2 November 2018 at 1:20
|
Eric0607 | Sunday 20 November 2016 at 2:57 |
Eric0607
|
MessageThis doesn't work on mac. Is there a way to fix it, so that it runs? RepliesTuesday 9 October 2018 at 3:21
|
era | Monday 7 March 2016 at 12:23 |
era
|
MessageHello, this installer worked flawlessly for me. Replies |
RX14 | Saturday 3 October 2015 at 16:33 |
RX14
|
MessageThis 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. RepliesSaturday 3 October 2015 at 17:24
|
xerodotc | Tuesday 26 May 2015 at 8:02 |
xerodotc
|
WarningThis update has not been approved yet by the team. 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 New source code#!/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 Replies |
xerodotc | Monday 25 May 2015 at 20:01 |
xerodotc
|
WarningThis update has not been approved yet by the team. 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 New source code#!/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 Replies |
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