Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Referencing CVRParamLib in Mod/Plugin Runtime throws Dependency Exception #2

Closed
200Tigersbloxed opened this issue Aug 8, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@200Tigersbloxed
Copy link
Owner

Simply put, when you reference CVRParamLib.dll, the Mod/Plugin is unable to find it. The only solutions are:

  1. Require CVRParamLib.dll to be a UserLib
    • Requires a MelonLoader Plugin and extra work for BepInEx or a tonnn of reflection and assembly resolvers
  2. Make the developers reference the MelonLoader or BepInEx dll
    • I don't want to do this

Will try and work with assembly resolving and see if it can be done without a Plugin.

@200Tigersbloxed 200Tigersbloxed added the bug Something isn't working label Aug 8, 2022
@200Tigersbloxed 200Tigersbloxed self-assigned this Aug 8, 2022
@200Tigersbloxed
Copy link
Owner Author

Update: You can actually COMBINE a MelonLoader mod and a BepInEx plugin in one assembly and it will work perfectly fine. This may just be the very solution...

@200Tigersbloxed
Copy link
Owner Author

Fixed in v1.2.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant