Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 801b6b1

Browse files
author
brysondev
committed
v3.0.2 - Cleaned up useless messages
1 parent be1f78b commit 801b6b1

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

of_install.bat

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:: OF Install Wrapper Script.
2-
:: https://bry.so
2+
:: https://brysondev.io
33
::
44
@ECHO OFF
55
cls
@@ -142,14 +142,10 @@ if %ERRORLEVEL% EQU 1 (
142142
echo Validating just in case...
143143
echo This will take a while...
144144

145-
echo %ESC%[44mIGNORE ANY ERRORS/MESSAGES ABOUT GAMEUI.DLL!! %ESC%[0m
146-
echo.
147145
murse.exe verify "%STEAM_REG_PATH%\open_fortress" -1 -r
148146
:: > nul 2>&1
149147
if %ERRORLEVEL% EQU 1 (
150148
echo Something went wrong...
151-
echo %ESC%[101mError Code 4XX means you are temporarily ^(or permanently^) restricted from accessing the server. Try again in 20 minutes.%ESC%[0m
152-
echo %ESC%[101mError Code 5XX means the server is having issues. Try again after bryson has been informed.%ESC%[0m
153149
goto exitmain
154150
)
155151
echo.
@@ -215,6 +211,7 @@ goto exitmain
215211
:exitmain
216212
echo.
217213
echo For any issues you are unsure about regarding the install, kindly leave a message in the offical public Open Fortress Discord in #windows-troubleshooting.
214+
echo Please include the entire output of the script so we can assist you.
218215
echo Discord: https://discord.gg/mKjW2ACCrm
219216
echo.
220217
PAUSE

0 commit comments

Comments
 (0)