Starcraft
Informations
Creator | Message |
---|---|
Quentin PÂRIS
![]() Admin
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks1 1 Source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-09 15-11) # gettext # clean code # fix $PLAYONLINUX variable check # fix POL_SetupWindow_browe -> POL_SetupWindow_browse (missing 's') [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Starcraft" PREFIX="Starcraft" WORKING_WINE_VERSION="1.7.46" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Blizzard" "http://www.blizzard.com" "Quentin PÂRIS" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_SetupWindow_InstallMethod "CD,LOCAL" if [ "$INSTALL_METHOD" = "CD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" SetupIs="$CDROM/setup.exe" fi if [ "$INSTALL_METHOD" = "LOCAL" ]; then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_WaitBefore "$TITLE" POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Shortcut "Starcraft.exe" "$TITLE" cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Starcraft/" POL_Download "http://files.playonlinux.com/ddraw.dll" "efe4aa40d8633213dbfd2c927c7c70b0" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
Quentin PÂRIS | Tuesday 7 July 2015 at 19:41 |
Quentin PÂRIS
![]() Admin
|
InformationThis update has been approved by the team. MessageMaybe it also needs some fixe to using a native version of ddraw. Differences@@ -12,7 +12,7 @@ TITLE="Starcraft" PREFIX="Starcraft" -WORKING_WINE_VERSION="1.4" +WORKING_WINE_VERSION="1.7.46" POL_SetupWindow_Init POL_Debug_Init New source code#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-06-09 15-11) # gettext # clean code # fix $PLAYONLINUX variable check # fix POL_SetupWindow_browe -> POL_SetupWindow_browse (missing 's') [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Starcraft" PREFIX="Starcraft" WORKING_WINE_VERSION="1.7.46" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Blizzard" "http://www.blizzard.com" "Quentin PÂRIS" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_SetupWindow_InstallMethod "CD,LOCAL" if [ "$INSTALL_METHOD" = "CD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "setup.exe" SetupIs="$CDROM/setup.exe" fi if [ "$INSTALL_METHOD" = "LOCAL" ]; then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" SetupIs="$APP_ANSWER" fi POL_Wine_WaitBefore "$TITLE" POL_Wine "$SetupIs" POL_Wine_WaitExit "$TITLE" POL_Shortcut "Starcraft.exe" "$TITLE" cd "$WINEPREFIX/drive_c/$PROGRAMFILES/Starcraft/" POL_Download "http://files.playonlinux.com/ddraw.dll" "efe4aa40d8633213dbfd2c927c7c70b0" POL_SetupWindow_Close exit Replies |
Kadas | Monday 6 July 2015 at 4:18 |
Kadas
![]()
|
MessageHi. I tryed to run both Starcraft and Starcraft: Brood War, but it seems to be a X11 issue. When it asks to enter the RandR mode, it comes a black screen with the music in background. It seems to change the resolution, becouse the mouse cursor it becomes bigger... This are my specs: Nome modello: MacBook Pro Intel Iris 1536 MB Hope you can help me and improve the emulation. Replies |
ralstonra | Monday 16 February 2015 at 20:28 |
ralstonra
![]()
|
MessageI've tried multiple times to install StarCraft and each time it ends with cinnamon desktop failure and entry into fallback mode. I attempted to debug but a playonlinux message pops up while debugging and says "Playonlinux has encountered an error. Error in main. StarCraft crashed." Here is what the debugging software shows: [02/16/15 11:26:15] - Running wine-1.4 StarCraft.exe (Working directory : /home/ralstonra/.PlayOnLinux/wineprefix/Starcraft/drive_c/Program Files/Starcraft) Does anyone know how to fix it? RepliesMonday 16 February 2015 at 20:34
|
temba | Friday 28 November 2014 at 21:58 |
temba
![]()
|
MessageLinuxMint 17 XFCE on i5 2.5Ghz/Intel 4600HD/8Gb Probook 640 Installed with SC Combo Installer file from Battlenet. I let POL do all the work and...everything worked :) Only tested the first mission, no issues. Will update if/when I get a chance to play more. SC2 is going to be installed now so that will take more of my time. Replies |