Applications

Choose a category

accessories
Accessories
development
Development
education
Education
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other

Star Wars : Jedi Knight II : Jedi Outcast

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
echo "Ce script doit être executé dans PlayOnLinux."
exit 0
fi
source "$PLAYONLINUX/lib/sources"

POL_SetupWindow_Init

CODENAME="JediKnightII"
REALNAME="Star wars : Jedi Knight II - JediOutcast"
EDITEUR="LucasArts"
WEBSITE="http://www.lucasarts.com"
SCRIPTEUR="Tinou"

#Presentation
POL_SetupWindow_presentation "$REALNAME" "$EDITEUR" "$WEBSITE" "$SCRIPTEUR" "$CODENAME"
POL_SetupWindow_cdrom
POL_SetupWindow_check_cdrom "GameData/Setup.exe"

select_prefixe "$REPERTOIRE/wineprefix/$CODENAME/"
POL_SetupWindow_prefixcreate
cd $WINEPREFIX/dosdevices
rm ./*
ln -s ../drive_c c:
ln -s / z:
ln -s $CDROM ./d:
# Set_WinVersion_Session 0.9.37
cd $CDROM/GameData
POL_SetupWindow_wait_next_signal "Please wait while Jedi Knight II is installed" "Jedi Knight II"
wine "Setup.exe"
POL_SetupWindow_detect_exit
POL_SetupWindow_reboot

POL_SetupWindow_make_shortcut "JediKnightII" "Program Files/LucasArts/Star Wars JK II Jedi Outcast/" "JediOutcast.exe" "JediKnightII.xpm" "Jedi Knight II : Jedi Outcast"

POL_SetupWindow_message "Jedi Knight II has been successfully installed" "Jedi Knight II"
POL_SetupWindow_Close
exit

Il n'y a rien à voir ici