steviegt6 / holocure-modloader

HoloCure mod loader written in C#.
GNU General Public License v3.0
14 stars 0 forks source link

[Feature] Mod Resolution #6

Closed steviegt6 closed 2 years ago

steviegt6 commented 2 years ago

Operating System(s)

Applicable Projects

Description

I believe there should be a mods subdirectory beneath every game profile directory, containing folders for each mod and their assembly.

What does this proposal attempt to solve or improve?

There needs to be some heavy discussion regarding how and where mods should be resolved and loaded. This is a vital component of a mod loader.

What (other) solutions may be considered?

N/A: Open-ended discussion.

steviegt6 commented 2 years ago

More or less resolved by myself.