Hello Thalassicus! Long time no see...
Recently, in mod Unofficial patch 2.5 GK (v1), and file 2_ModTools_Trunk\AutoTips\InfoToolTipInclude.lua, you replaced the GetHelpTextForBuilding function with a home-brewed one.
The problem is that your new function takes different inputs than the standard ones. As a result, any mod relying on GetHelpTextForBuilding (such as IGE) will fail.
Couldn't you instead rename your custom function with a custom name and reintroduce the original function (or turn it into a wrapper around your new function, doesn't matter as long as it returns a suitable help text)?
I could just have copied/pasted the standard function to IGE to circumvent the problem but in my humble opinion it would just be better if your mod was keeping things as compatible as possible, hence why I choose to first discuss the problem with you.
Recently, in mod Unofficial patch 2.5 GK (v1), and file 2_ModTools_Trunk\AutoTips\InfoToolTipInclude.lua, you replaced the GetHelpTextForBuilding function with a home-brewed one.
The problem is that your new function takes different inputs than the standard ones. As a result, any mod relying on GetHelpTextForBuilding (such as IGE) will fail.
Couldn't you instead rename your custom function with a custom name and reintroduce the original function (or turn it into a wrapper around your new function, doesn't matter as long as it returns a suitable help text)?
I could just have copied/pasted the standard function to IGE to circumvent the problem but in my humble opinion it would just be better if your mod was keeping things as compatible as possible, hence why I choose to first discuss the problem with you.