Applications

Choose a category

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

The Elder Scrolls IV - Knight of the nine

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"
cfg_check


presentation "The Elder Scrolls 4 - Knights Of The Nine" "Bethesda Softworks" "http://www.elderscrolls.com/games/oblivion_overview.htm" "GNU_Raziel" "TheElderScrolls4-KnightsOfTheNine" 1 12

if [ "$POL_LANG" == "fr_FR.UTF-8" ]; then
LNG_ADDON1_INSTALL="L'installation de \"Horse Armor Pack\" va commencée..."
LNG_ADDON2_INSTALL="L'installation de \"Knights of the Nine\" va commencée..."
LNG_ADDON3_INSTALL="L'installation de \"Mehrunes Razor\" va commencée..."
LNG_ADDON4_INSTALL="L'installation de \"Orrery\" va commencée.."
LNG_ADDON5_INSTALL="L'installation de \"Spell Tomes\" va commencée..."
LNG_ADDON6_INSTALL="L'installation de \"Thieves Den\" va commencée..."
LNG_ADDON7_INSTALL="L'installation de \"Vile Lair\" va commencée..."
LNG_ADDON8_INSTALL="L'installation de \"Wizard's Tower\" va commencée..."
LNG_WAIT_END="Appuyez sur \"Suivant\" UNIQUEMENT quand l'installation du jeu sera terminée sous peine de devoir recommencer l'installation."
LNG_WARNING_UPDATE="Si vous n'avez pas l'add-on \"Shivering Isle\" il est recommander de patcher le jeu avant de l'utiliser."
else
LNG_ADDON1_INSTALL="\"Horse Armor Pack\" installation will begin..."
LNG_ADDON2_INSTALL="\"Knights of the Nine\" installation will begin..."
LNG_ADDON3_INSTALL="\"Mehrunes Razor\" installation will begin..."
LNG_ADDON4_INSTALL="\"Orrery\" installation will begin..."
LNG_ADDON5_INSTALL="\"Spell Tomes\" installation will begin..."
LNG_ADDON6_INSTALL="\"Thieves Den\" installation will begin..."
LNG_ADDON7_INSTALL="\"Vile Lair\" installation will begin..."
LNG_ADDON8_INSTALL="\"Wizard's Tower\" installation will begin..."
LNG_WAIT_END="Click on \"Next\" ONLY when the game installation is finished or you will have to redo the installation."
LNG_WARNING_UPDATE="If you do not have \"Shivering Isle\" addon, it's recommanded to update this game before use it."
fi

verifier_installation_e "TheElderScrolls4_Oblivion"

Ask_For_cdrom
Check_cdrom "English/Oblivion - Knights of the Nine.exe" 2 12

cd $REPERTOIRE/wineprefix/TheElderScrolls4_Oblivion
select_prefixe "$(pwd)"

if [ "$POL_LANG" == "fr_FR.UTF-8" ]; then
message "$LNG_ADDON1_INSTALL" "" 3 12
wine d:\\French\\Oblivion - Horse Armor Pack.exe
message "$LNG_ADDON2_INSTALL" "" 4 2
wine d:\\French\\Oblivion - Knights of the Nine.exe
message "$LNG_ADDON3_INSTALL" "" 5 12
wine d:\\French\\Oblivion - Mehrunes Razor.exe
message "$LNG_ADDON4_INSTALL" "" 6 12
wine d:\\French\\Oblivion - Orrery.exe
message "$LNG_ADDON5_INSTALL" "" 7 12
wine d:\\French\\Oblivion - Spell Tomes.exe
message "$LNG_ADDON6_INSTALL" "" 8 12
wine d:\\French\\Oblivion - Thieves Den.exe
message "$LNG_ADDON7_INSTALL" "" 9 12
wine d:\\French\\Oblivion - Vile Lair.exe
message "$LNG_ADDON8_INSTALL" "" 10 12
wine d:\\French\\Oblivion - Wizard\'s Tower.exe
elif [ "$POL_LANG" == "de_DE.UTF-8" ]; then
message "$LNG_ADDON1_INSTALL" "" 3 12
wine d:\\German\\Oblivion - Horse Armor Pack.exe
message "$LNG_ADDON2_INSTALL" "" 4 2
wine d:\\German\\Oblivion - Knights of the Nine.exe
message "$LNG_ADDON3_INSTALL" "" 5 12
wine d:\\German\\Oblivion - Mehrunes Razor.exe
message "$LNG_ADDON4_INSTALL" "" 6 12
wine d:\\German\\Oblivion - Orrery.exe
message "$LNG_ADDON5_INSTALL" "" 7 12
wine d:\\German\\Oblivion - Spell Tomes.exe
message "$LNG_ADDON6_INSTALL" "" 8 12
wine d:\\German\\Oblivion - Thieves Den.exe
message "$LNG_ADDON7_INSTALL" "" 9 12
wine d:\\German\\Oblivion - Vile Lair.exe
message "$LNG_ADDON8_INSTALL" "" 10 12
wine d:\\German\\Oblivion - Wizard\'s Tower.exe
elif [ "$POL_LANG" == "es_ES.UTF-8" ]; then
message "$LNG_ADDON1_INSTALL" "" 3 12
wine d:\\Spanish\\Oblivion - Horse Armor Pack.exe
message "$LNG_ADDON2_INSTALL" "" 4 2
wine d:\\Spanish\\Oblivion - Knights of the Nine.exe
message "$LNG_ADDON3_INSTALL" "" 5 12
wine d:\\Spanish\\Oblivion - Mehrunes Razor.exe
message "$LNG_ADDON4_INSTALL" "" 6 12
wine d:\\Spanish\\Oblivion - Orrery.exe
message "$LNG_ADDON5_INSTALL" "" 7 12
wine d:\\Spanish\\Oblivion - Spell Tomes.exe
message "$LNG_ADDON6_INSTALL" "" 8 12
wine d:\\Spanish\\Oblivion - Thieves Den.exe
message "$LNG_ADDON7_INSTALL" "" 9 12
wine d:\\Spanish\\Oblivion - Vile Lair.exe
message "$LNG_ADDON8_INSTALL" "" 10 12
wine d:\\Spanish\\Oblivion - Wizard\'s Tower.exe
elif [ "$POL_LANG" == "it_IT.UTF-8" ]; then
message "$LNG_ADDON1_INSTALL" "" 3 12
wine d:\\Italian\\Oblivion - Horse Armor Pack.exe
message "$LNG_ADDON2_INSTALL" "" 4 2
wine d:\\Italian\\Oblivion - Knights of the Nine.exe
message "$LNG_ADDON3_INSTALL" "" 5 12
wine d:\\Italian\\Oblivion - Mehrunes Razor.exe
message "$LNG_ADDON4_INSTALL" "" 6 12
wine d:\\Italian\\Oblivion - Orrery.exe
message "$LNG_ADDON5_INSTALL" "" 7 12
wine d:\\Italian\\Oblivion - Spell Tomes.exe
message "$LNG_ADDON6_INSTALL" "" 8 12
wine d:\\Italian\\Oblivion - Thieves Den.exe
message "$LNG_ADDON7_INSTALL" "" 9 12
wine d:\\Italian\\Oblivion - Vile Lair.exe
message "$LNG_ADDON8_INSTALL" "" 10 12
wine d:\\Italian\\Oblivion - Wizard\'s Tower.exe
else
message "$LNG_ADDON1_INSTALL" "" 3 12
wine d:\\English\\Oblivion - Horse Armor Pack.exe
message "$LNG_ADDON2_INSTALL" "" 4 2
wine d:\\English\\Oblivion - Knights of the Nine.exe
message "$LNG_ADDON3_INSTALL" "" 5 12
wine d:\\English\\Oblivion - Mehrunes Razor.exe
message "$LNG_ADDON4_INSTALL" "" 6 12
wine d:\\English\\Oblivion - Orrery.exe
message "$LNG_ADDON5_INSTALL" "" 7 12
wine d:\\English\\Oblivion - Spell Tomes.exe
message "$LNG_ADDON6_INSTALL" "" 8 12
wine d:\\English\\Oblivion - Thieves Den.exe
message "$LNG_ADDON7_INSTALL" "" 9 12
wine d:\\English\\Oblivion - Vile Lair.exe
message "$LNG_ADDON8_INSTALL" "" 10 12
wine d:\\English\\Oblivion - Wizard\'s Tower.exe
fi
fi
fi
fi
message "$LNG_WAIT_END" "" 11 12
message "$LNG_WARNING_UPDATE" "" 12 12

end_install
exit