0

I've been looking around forever, and I can't seem to find a way to install the MonoGame C# Templates for Visual Studio 2013 Express. These include things like "SpriteFont", etc. that pop up in the templates menu when you click "Add New Item" in the solution menu. I've installed every last MonoGame related thing I can find on the internet and NOTHING has solved my problem.

To clarify, I have all the project templates that come with MonoGame: enter image description here

but I'm missing all the item templates: enter image description here

There should be templates in the list there labelled "SpriteFont" and other miscellaneous MonoGame related templates.

So how do I get the MonoGame templates?

EDIT: For the record, I have already tried following the advice given here, here, here, here, here and here. I also learnt from the 5th link that apparently I don't have the MonoGame template projects for things like "Empty Content Project" either.

EDIT 2: This didn't work either.

EDIT 3: I've also followed the advice here, yet again to no avail (what a surprise!).

user3002473
  • 363
  • 3
  • 12

1 Answers1

2

You have to download the templates for the Monogame content project. You have to install the XNA game studio 4.0 because Monogame content pipeline uses the XNA pipeline under the hood.

The file XNA Game Studio 4.0.vsix is the template installer for visual studio 2013.

Pikalek
  • 12,372
  • 5
  • 43
  • 51
dimitris93
  • 1,317
  • 2
  • 16
  • 27