-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The provided cvmodtool.exe doesn't to anything upon clicking on it. Even downloading the suggested resources from the download asset section serves nothing. I did of course download and installed Unreal Engine 4.18 and what basically happens is this:
-Running cvmodtool.exe does nothing, no resources are downloaded.
-Using build-and-install.bat does something after I insert the path for UE_4.18 folder and Code Vein's ~mods folder, config.toml gets created but then I get this error:
So I tried to go into the .bat file itself, and found this:
I, of course, replaced the "toolpath" section with the "cvmodtool.exe" as you can see (as giving the whole path for the executable caused the .bat to fail) I can't seem to go any further: what am I supposed to write in the set config="{config}" part? 'cause I tried to input "config.toml", "config" but I always get an error message.
So in short the tool isn't working at all for me