Truman Kilen

Results 85 comments of Truman Kilen

First iteration implemented in fc10f501340ce43a7e1b545f53a5d9dc02695e51 ![image](https://github.com/trumank/drg-mod-integration/assets/1144160/ba7edefe-51fb-4011-8b59-6918a9a5c274)

It's currently possible to set load priority on a per-mod basis. I could potentially see a case for needing per-asset basis, but I think that introduces more complexity than necessary....

And that is the only mod you have installed? I installed it and the door open/close sounds are working fine for me, as well as footsteps.

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

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...

Can you open the URL presented in the log in a web browser? It should download the mod file. If it doesn't then your system can't access mod.io for some...

Ah I think I have run into that before, but I haven't seen it since I implemented request backoffs. Maybe it can still be rarely triggered from multiple parallel requests...

Not familiar with how multilingual font handling works but doesn't look like egui supports much out of the box. Here's a relevant issue on the egui repo: https://github.com/emilk/egui/issues/3060

There's another endpoint that lists sequential mod update events to significantly reduce update requests: https://docs.mod.io/#get-mods-events Only issue is it might not list dependency changes and that's one of the things...

Ok looks like it does show dependency updates under the general `MOD_EDITED` even type and also works on hidden mods the user has authority to see, so this endpoint should...