You are here
Star Wars: Jedi Knight II : Jedi Outcast
Informations
Creator | Message |
---|---|
Quentin PÂRIS
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 ScreenshotsSource code#!/bin/bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="JediKnightII" TITLE="Star wars Jedi Knight II - JediOutcast" EDITOR="LucasArts" EDITOR_URL="http://www.lucasarts.com" SCRIPTOR="Quentin PÂRIS" WINEVERSION="1.4" POL_SetupWindow_Init POL_Debug_Init #Presentation POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "$SCRIPTOR" "$PREFIX" POL_SetupWindow_InstallMethod "CD,LOCAL" if [ "$POL_SELECTED_FILE" ]; then SetupIs="$POL_SELECTED_FILE" else if [ "$INSTALL_METHOD" = "CD" ]; then POL_SetupWindow_cdrom POL_SetupWindow_check_cdrom "GameData/Setup.exe" SetupIs="$CDROM/GameData/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 fi POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Wine_WaitBefore "$TITLE" [ "$POL_OS" = "Mac" ] && Set_Managed Off POL_Wine "$SetupIs" POL_Shortcut "JediOutcast.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContributeMember | Message |
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