#@Nagev Two reports of this issue today
1 messages · Page 1 of 1 (latest)
Trying to recreate this. Only issue I've reproduced currently is this on every restart:
Error: The plugin "Skyrim.esm" has not been loaded.
Seems like there are issues with cross-mod-type conflicts
Was trying to create a simple repro mod but it seems i cannot get a mod or fomod to install as engine injector even with an override json
- Drop both files into Vortex
- Install TestMod1
- Unpack as-is for TestMod2
- Set TestMod2 as Engine Injector
- Enable both and set TestMod1 to deploy before TestMod2 when prompted for conflicts
- Deploy
- You should get a prompt asking what to do about modified files

- Keep deploying and choosing revert for all prompts that dont show a deleted file, until the deploy button isnt flashing to indicate a deploy is needed
- Disable TestMod2 and deploy. This is where I got a prompt for a file being deleted
Another bug: try marking one of these dummy plugins as Light in Vortex. The option is disabled.
A user reports it does work in 1.14.5
I've not been able to get vortex_override_instructions.json to have any effect at all 😟
Looks like the override instructions were not being matched correctly + there was a chance they would get ignored as Vortex would falsly believe it's isntalling as part of a collection https://github.com/Nexus-Mods/Vortex/pull/17867
file path casing 💀
would not have expected
Yeah I should've catered for that from the start... 😬