Trouble Hooking/Shadowing RenderSelectParams.lua
I'm trying to hook/shadow dgdata.zip\lua\RenderSelectParam.lua, but to no avail. For some reason this file in particular doesn't seem to hook or shadow using the normal modding approach, i.e., via \bindata\mods\<mod name>\hook\lua\RenderSelectParam.lua or \bindata\mods\<mod name>\shadow\lua\RenderSelectParam.lua.
Also, the debugging console shows that this file isn't even being loaded by the engine from either \hook\ or \shadow\. However, if I make the mod changes directly to the file and update dgdata.zip directly, then the changes do work. So, I know I'm modding the correct variables.
I've successfully modded other files via \hook\ and \shadow\, but for some reason modding RenderSelectParam.lua doesn't work. The specific changes I want to make are in CursorHighlightParams = { }, specifically to set Borderwidth = 0 and InnerOpacity = 0. in order to remove the border and unit glows on mouseover.
I've also tried adapting the Mod Support Patch for Supreme Commander (http://forums.gaspowered.com/viewtopic.php?t=28053) to work with Demigod, but I'm running into some problems getting the support patch to work altogether.
Any ideas?