trumank / mint

Deep Rock Galactic mod loader and integration
MIT License
220 stars 34 forks source link

Overclocks added from mods using the Custom Overclock Framework do not work #108

Open betajoe7 opened 10 months ago

betajoe7 commented 10 months ago

Hey. I really want to use the overclock mods that use the framework, but they don't work. I suspect this is due to how the mod loads stuff, because with the mod.io integration they work. I want to not have to use the in-game mod support, I always seem to have problems with it.

trumank commented 10 months ago

Please post your mod list and explain specifically what isn't working.

betajoe7 commented 10 months ago

In this order in the mod list: https://mod.io/g/drg/m/qsefs-overclocks#3116431 https://mod.io/g/drg/m/custom-overclock-framework-wip#2478398

The overclocks added by the mod do not show up at all.

trumank commented 10 months ago

Appears the custom OC framework runs into #57 because it uses the asset registry to find custom OCs added by other mods and asset registries supplied by mods are not currently implemented. As a temporary fix you can add this small mod to the bottom of your mod list so it gets executed first and it will force the asset registry to get populated for the relevant custom OC directory.

custom-oc-scan.zip

image

betajoe7 commented 10 months ago

Thank you, this is much better.