joebartlett94 / FIFALauncher

Skips the config/launcher for recent FIFA games
9 stars 1 forks source link

Runs all fifa*.exe now, including demos. #5

Closed siz- closed 8 years ago

joebartlett94 commented 8 years ago

Can't test this at the moment, but wouldn't this have issues with the launcher running itself? fifa(.*)+.exe matches fifalauncher.exe. Perhaps explicitly match demos rather than making the current regex more general?

siz- commented 8 years ago

You're proberly right, however it works fine when you call it FIFALauncher.exe. I haven't had any issues, works as intended for me with fifa16_demo. exe and fifa17_demo.exe.

joebartlett94 commented 8 years ago

This issue was fixed in 971658528f94fddb92dead9d6e6636f91ac366a0 with an alternative regex which also works with the new FIFA 17 exe (it's in allcaps now so I made the regex case-insensitive).