gm8x_fix icon indicating copy to clipboard operation
gm8x_fix copied to clipboard

A patcher that fixes issues in GameMaker 8.0 and 8.1 games.

Results 4 gm8x_fix issues
Sort by recently updated
recently updated
newest added

As it turned out (https://github.com/cher-nov/gm8_compat/issues/2#issuecomment-828676518), 218 is almost nearly identical to 141, but also features some useful math functions and full support for 820 gmk format comparing to 141 (not...

It would be nice to have option to remove names of broken functions from the lookup table to make game literally uncompilable if it uses them. This will help not...

At the moment, the patch does not do this, since it is assumed that GM will never be loaded to an address other than the base one. However, for the...

If you call `get_function_address()` with the name of a function from a dynamic library included by a GEX extension or a script (including ones from extensions), then at best, `0`...