Probably.Would there be anyway to combine the code into the modded game so it is compatible with modded game?
However, I'm not going to do it. If someone else wants to they are welcome to do so.
I created the small mod because I didn't want all the features of the larger mod.
That said the biggest issue is if they have any conflicts between their code and mine or if the same functions are modified by both mods.
If not one could copy my changed functions into a file rename them and use a replacment method to implement it.
Just some examples:
You must be registered to see the links
If there are conflicts then you would need to determine how you want to resolve those.
One way to see what conflicts exist is create to installs of it one with my mod one with the other mod. Then use winmerge to compare them and see what files differ right to the line code.
You must be registered to see the links
If you are real lucky their are no conflicts and you could simply install my mod then install the bigger mod over it.