Update uifiles for 20th anniversary
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user