jmquigs / ModelMod

A system for modifying art in games.
GNU Lesser General Public License v2.1
80 stars 11 forks source link

Investigate CoreCLR support #7

Open jmquigs opened 8 years ago

jmquigs commented 8 years ago

Certain games fail to init the CLR with "unexpected error". From some prototyping, I think the CoreCLR may allow this issue to be avoided or fixed. I suspect this error may result from SecuROM or other DRM software interference, but I'm not sure.

Adding support for CLR would add support for more games, and allow better solutions for some problems (#6)

See #4 for an example game (Borderlands) that is affected by this issue. Mass effect is also affected by same issue.