Hyperdimension Neptunia ReBirth1 (Steam)
Informatie
Creator | Bericht |
---|---|
xerodotc
![]()
|
WarningThis installer is a beta script. It means that it might not work as expected InformatiePlatforms: Feedbacks2 3 OmschrijvingPacked 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!
SchermafdrukkenBroncode#!/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 | Bericht |
Dadu042 | Donderdag 16 Januari 2020 om 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 Antwoorden |
Kymus | Vrijdag 2 November 2018 om 1:18 |
Kymus
![]()
|
BerichtDoes not run for me. I'm very new to playonlinux so I very could have done something dumb but the process went like this: AntwoordenVrijdag 2 November 2018 om 1:20
|
Eric0607 | Zondag 20 November 2016 om 2:57 |
Eric0607
![]()
|
BerichtThis doesn't work on mac. Is there a way to fix it, so that it runs? AntwoordenDinsdag 9 October 2018 om 3:21
|
era | Maandag 7 Maart 2016 om 12:23 |
era
![]()
|
BerichtHello, this installer worked flawlessly for me. Antwoorden |
RX14 | Zaterdag 3 October 2015 om 16:33 |
RX14
![]()
|
BerichtThis 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. AntwoordenZaterdag 3 October 2015 om 17:24
|
xerodotc | Dinsdag 26 Mei 2015 om 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 Antwoorden |
xerodotc | Maandag 25 Mei 2015 om 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 Antwoorden |
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