i like the way reci use minimum item on storage instead "always max" of some other trainers, because it would cause the workers / transporter to do nothing, for minimum items the worker will do its job normally.
Should get it working in a pinch. You may need to adjust the address to your own layout? It's weird.
how can i use this?
copy and paste this script into the table. Now once anno is attached to the table take the address you see next to base address and open up Recifense script, find the alloc(MyCode,4096,$process) which is near top of script, and put in the base address from my script instead of $process adding 0x in front of it like: alloc(MyCode,4096,0x140000000) .
Recifense`s latest table works well in new version, but sometimes `jmp MyCode` makes 14 bytes jump code that causes a game crash. So I added some simple trampolines in table. I hope this good Recifense`s table works well without any problems.
Tested in 9.2.972600, but since I only tested the front part, it is possible that the game will overwrite the trampolines later.
Recifense`s latest table works well in new version, but sometimes `jmp MyCode` makes 14 bytes jump code that causes a game crash. So I added some simple trampolines in table. I hope this good Recifense`s table works well without any problems.
Tested in 9.2.972600, but since I only tested the front part, it is possible that the game will overwrite the trampolines later.
thanks it works on version 9.2 .
no more crashes or CTD. very nice job