MWO 894 Bytes
Newer Older
1 2 3 4 5 6
#!/usr/bin/env bash
#Author: fidel
#MWOLauncher.exe
#MWO.exe
#Rating=1-5
#####################examples###########################
Boria138's avatar
Boria138 committed
7 8

if [ "${update_loc}" = "RUS" ] ; then
9
     export PW_COMMENT_DB="На данный момент игра работает, но долго запускаеться из Лаунчера.\nПосле установки игры, при повторном запуске, игра будет запускаться быстро."
Boria138's avatar
Boria138 committed
10 11
fi
if [ "${update_loc}" = "ENG" ] ; then
12
     export PW_COMMENT_DB="At the moment the game works, but it takes a long time to start from the Launcher.\nAfter installing the game, when restarting, the game will start quickly."
Boria138's avatar
Boria138 committed
13
fi
Boria138's avatar
Boria138 committed
14

15 16 17
add_in_start_portwine ()
{
    if [[ -f "${PATH_TO_GAME}/MWO.exe" ]] ; then
Boria138's avatar
Boria138 committed
18
        #echo "Override $portwine_exe to ${PATH_TO_GAME}/MWO.exe"
19 20 21
        export portwine_exe="${PATH_TO_GAME}/MWO.exe"
    fi
}