So I'm having an issue with SVM currently. When I run Greed and try to apply my preset, it prompts an error, the image shown.
In my server console, I get this message everytime about the loader.json file, which doesn't seem to be preset in either the download or anywhere it could be generated. I've attached the server log as well. I AM saving a new preset every time I do this also.
Cannot find module '../Loader/loader.json'
Require stack:
- C:\Users\kkilb\Documents\SPTarkov New\user\mods\ServerValueModifier\src\SVM.js
- C:\snapshot\project\obj\loaders\PreSptModLoader.js
- C:\snapshot\project\obj\controllers\GameController.js
- C:\snapshot\project\obj\callbacks\GameCallbacks.js
- C:\snapshot\project\obj\di\Container.js
- C:\snapshot\project\obj\Program.js
- C:\snapshot\project\obj\ide\ReleaseEntry.js
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.