Jump to content

Cannot add mod to solution using vsmodtools.


ApacheTech

Recommended Posts

I get the following errors:

Quote

> add-dll OptiZoom
== Loading VintageStory ==
Searching for VS in "D:\Games\Vintage Story\" ...
VintageStory v1.12.11 detected!
Outdated VintageStory version detected. New version v1.12.14 available!
Continuing anyway ...

== Running Task ==
'OptiZoom' is not a valid modid!


> add-dll "OptiZoom"
== Loading VintageStory ==
Searching for VS in "D:\Games\Vintage Story\" ...
VintageStory v1.12.11 detected!
Outdated VintageStory version detected. New version v1.12.14 available!
Continuing anyway ...

== Running Task ==
'OptiZoom' is not a valid modid!


> add-dll 'OptiZoom'
== Loading VintageStory ==
Searching for VS in "D:\Games\Vintage Story\" ...
VintageStory v1.12.11 detected!
Outdated VintageStory version detected. New version v1.12.14 available!
Continuing anyway ...

== Running Task ==
''OptiZoom'' is not a valid modid!

After the first command failed, I asked on Discord, and received the advice that the <modid> needed to be in quotations, so tried single and double quotation marks, and neither worked. There is no information at all, on the wiki, about what a "modid" is, apart from noting that it will be the assembly name. I want OptiZoom to be my assembly name.

Link to comment
Share on other sites

I did try that, and it worked. I'm not willing to use all lower-case assembly names though, because it breaks .NET coding conventions. The wizard seems to be completely redundant anyway. It just dumps you out into a completely empty project, with no boilerplate at all. Add -> New Project to Solution would have done exactly the same thing, but without the three hours of troubleshooting a badly written third party tool.

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.