aaronkirkham / jc4-console-thingy

Spawn vehicles, characters, animals, props and mess with the game in Just Cause 4.
MIT License
70 stars 19 forks source link

Crash fix for Steam version #17

Closed mdenuit closed 4 years ago

mdenuit commented 4 years ago

With my Steam version of JC4 GetModuleHandle("JustCause4.exe") returns false and makes the game crash, either with the Steam launcher or LaunchWithDropzone.exe. Now it also checks for "JustCause4GameCL.exe" and it works.

aaronkirkham commented 4 years ago

Interesting, never seen the executable with that name - looks good, thanks very much!