Skip to content
Discussion options

You must be logged in to vote

I'm not familiar with modio. How and where does modio store mods?

Search directories should be any folders than can contain mods, not individual mod folders themselves. Ideally you would only set these up one time at the start. I'd only add directories than can contain mods and then use ModManager.Refresh() to update the mods after a mod has been added or removed.

When a mod is unloaded, all the scenes will be unloaded first, so you don't have to do that separately. Unloading mods can take more than one frame. For example, if you try to unload a mod when a scene is still loading, it has to wait for it to load before it can unload everything. This probably isn't an issue here, but you shou…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hodge47
Comment options

@Hello-Meow
Comment options

Answer selected by hodge47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants