It's indeed possible to force the loading of dll's, for instance we could use one text file in which the names of the dll's to be loaded is written, and load that from CvGameCore. The initialisation of the loaded dll's could do some work, but the problem is that it wouldn't replace or modify existing code, so I don't know if this can work.