Update uifiles for 20th anniversary

This commit is contained in:
Isuldor
2019-03-16 11:27:34 -07:00
parent 1993d657e6
commit 239183e580
4 changed files with 426 additions and 161 deletions
+2 -2
View File
@@ -5,14 +5,14 @@
GAME_PATH=/mnt/d/EverQuest
UI_NAME=isuldor
if [[ ! -d "${GAME_PATH}/uifiles/default" ]]
if [[ ! -f "${GAME_PATH}/eqgame.exe" ]]
then
echo "Notice: Game path not set, searching for EverQuest..."
GAME_LOCATION=$(find /mnt -type f -name eqgame.exe ! -path '*RECYCLE.BIN*' 2>/dev/null | head -n1)
if [[ ${GAME_LOCATION} ]]
then
GAME_PATH=$(dirname ${GAME_LOCATION})
echo "Setting GAME_PATH=${GAME_PATH}"
echo "Set GAME_PATH=${GAME_PATH}"
else
echo "Error: EverQuest was not found!"
exit 1