JsonEngine is system that's use josn files as container for main ue4 structs.
Since UE4 have different versions, some time ue4 structs changes.
That's make fix specific games problems is easy, since the most of problems because of different UE4 Version.
So JsonEngine give me the ability to just create an other json file that's have the changed structs to override default structs to support any other UE4 version.
Hard Core is hard changes for sdk generator game memory reader.
That's make the tool now faster than before significantly.
JsonEngine
is system that's use josn files as container for main ue4 structs.ue4 structs
changes.JsonEngine
give me the ability to just create an other json file that's have the changed structs to override default structs to support any other UE4 version.Hard Core
is hard changes forsdk generator
game memory reader.