Dealman / BannerlordModTemplate

Template extension for Visual Studio, eases the process of creating new mods for M&B 2: Bannerlord
https://forums.taleworlds.com/index.php?threads/release-bannerlord-mod-template-for-visual-studio.413981/
17 stars 3 forks source link

Doesn't work on latest Visual Studio #7

Open Renha opened 11 months ago

Renha commented 11 months ago

Trued installing on Visual Studio Community 2022, which has failed. If for modding specific version is required, is unknown for me.

Dealman commented 11 months ago

This thing is 3 years old by now, chances are VS has changed the way extensions are handled. Do you get any error messages?

Arman-Espiar commented 8 months ago

Yes, this plugin does not support visual studio 2022 and probably the latest version of C# language. Can you add visual studio 2022 support to it? Due to the lack of support for Visual Studio 2022, it does not even appear in the list of extensions.

Dealman commented 8 months ago

I'd recommend you try and use this instead; https://github.com/BUTR/Bannerlord.Module.Template

I was working on an updated version for VS2022, but it feels a bit redundant if this works just as well with a few more options exposed.