newman55/unity-mod-manager

Load Derail Valley mods before the main menu

Insprill opened this issue · 3 comments

Some of my Derail Valley mods modify the main menu and therefore need to create their patches before it loads.
Can you change the starting point to [Assembly-CSharp.dll]Bootstrap.SwitchToNextScene:Before?
This will ensure mods get loaded just before the main menu does, but after VR is initialized.

I have tested removing StartEntry altogether, or setting it to the same as the current EntryPoint and it works fine. We'd appreciate if you could change it to allow mods to load earlier than they currently are.

starting point removed

Thank you!