Gabouchet 0 Posted November 16, 2022 I'm currently trying to optimize performance of a mod via a rust code. But when i'm loading the dll library from python (CDLL), I get "ImportError: No module named _ctypes". Someone know a tricks or isn't possible ? Also, is possible to mod the C++ parts of the game ? Quote Share this post Link to post Short link Share on other sites
Mixaill 1,646 #529713 Posted November 17, 2022 Yep, it is possible, please take a look at * https://gitlab.com/xvm/xvm-components/xfw.native base mod which enables some features, (ctypes disabled since 1.18 but can be enabled back) * https://gitlab.com/xvm/xvm-components - mods which are using the c++ Quote Share this post Link to post Short link Share on other sites
Gabouchet 0 #529716 Posted November 17, 2022 Nice thanks you very much ! Quote Share this post Link to post Short link Share on other sites