Thread: [REL] [REL]Tycho Sh3 Patch
View Single Post
Old 11-14-20, 06:35 PM   #70
Phrosperatus
Bilge Rat
 
Join Date: Nov 2020
Posts: 1
Downloads: 25
Uploads: 0
Default

Hi!

Thank you for this amazing tool.
I get this error message when trying to run TychoSh3Patch.bat:

"'binpatch' is not recognized as an internal or external command,
operable program or batch file.

Fail."

I'm on windows 10.

Fix:
Copied the folder "TychoSh3Patch_v3" to "C:"
then edited "TychoSh3Patch.bat" file to look like this:

@echo off

cd C:\TychoSh3Patch_v3\WorkFolder
binpatch apply sh3.exe TychoSh3Patch.map

echo.
if errorlevel 1 goto ERROR

echo Success.
goto END
:ERROR
echo Fail.
:END

echo.
pause

Last edited by Phrosperatus; 11-14-20 at 06:51 PM.
Phrosperatus is offline   Reply With Quote