Affected games:
{
"rpgm": [
{
"author": "[ g f y ]",
"comment": "Run postload scripts after running loose scripts (Pokemon Xenoverse)",
"key": "eval(script, nil)",
"value": "MKXP.run_postload(script)\n eval(MKXP.apply_overrides(script), nil)"
},
{
"author": "[ g f y ]",
"comment": "Run postload scripts after running loose scripts (Pokemon Rejuvenation)",
"key": "eval(code, nil, path)",
"value": "MKXP.run_postload(code)\n eval(MKXP.apply_overrides(code), nil, path)"
},
{
"author": "[ g f y ]",
"comment": "Run postload scripts after running loose scripts (Pokemon Flux)",
"key": "eval(code, nil, file_name)",
"value": "MKXP.run_postload(code)\n eval(MKXP.apply_overrides(code), nil, file_name)"
},
{
"author": "[ g f y ]",
"comment": "Patch LonaRPG script loader",
"key": "script = use_alternative ? File.read(path) : File.open(path, 'rb', &:read)",
"value": "script = use_alternative ? File.read(path) : File.open(path, 'rb', &:read)\n\t\tscript = MKXP.apply_overrides(script)"
}
]
}