kek wrote:I think I did it right, it's just that I don't think it actually changed the file. It comes back successful but nothing is changed. The key to open the console doesnt do anything for me.
I know this is very late, but for those having issues installing this on 1.6.9 like kek above, there is a bug/typo on the install.bat file on line 32:
Code: Select all
bspatch "%ftlPath%FTLGame.exe" "%ftlPath%\FTLGame.exe" FTLAPI.patch
A slash ('\') is missing on the first bspatch command. Replace the line above with this one:
Code: Select all
bspatch "%ftlPath%\FTLGame.exe" "%ftlPath%\FTLGame.exe" FTLAPI.patch
And you're good to go. You should delete FTLGame-backup.exe if you've attempted to patch it, and re-run the modified install.bat, this time without issues.