Hello again,
these fixes are crucial for AAI Industry and Amator Coal & Steam with the compatibilty patch enabled, so Coal & Steam doesn't crash because of it.
The first bug (see first post here) has already been dealt with thanks to notnotmelon. To Implement this bug fix in your library fork, I suggest to download the latest fork from notnotmelon and copy this file:
__apm-lib-notnotmelon__/lib/utils/patch/aai.lua
To replace your file in this path:
__apm_lib_ldinc__/lib/utils/patch/aai.lua
This should incorporate all fixes done by notnotmelon.
The second bug is related to a change in the settings menu in AAI Industry, which changed a startup setting to a global setting.
The bug fix is provided by me :). At line 40 in file:
__apm_lib_ldinc__/lib/script/patch/aai.lua
You need to change this:
if settings.startup['crash-sequence'].value then
To this:
if settings.global['crash-sequence'].value then
With those fixes, AAI Industry should be compatibel again. I will also write bug fix suggestions in Nuclear and Coal & Steam aswell.
Have a nice day!