Lymia / MPPatch

Patch for Civilization V to allow modded multiplayer. Currently under development.
MIT License
46 stars 6 forks source link

Possible DLL mod comp solution #61

Closed resistancelion closed 3 years ago

resistancelion commented 3 years ago

Make a skeleton functions for hooking instead of fixed ones and add directory for additional DLLs to load, so they can be loaded and functions from them will be called from base hook DLL. Optional: keep MPPatch dlls at first priority.

Lymia commented 3 years ago

This is out of scope for MPPatch for the time being. If you have a specific use case in mind, that might be easier to discuss.