Hello, I have created for 'AGK Tier2' new templates for Windows VS-2015. That I like to share with you. These templates need an environment variable 'AGK2_T2DIR'. This must be set manually.
So, open a console window and enters the following:
'Setx AGK2_T2DIR "WhereAGKIsInstalled \ Tier 2"'
Now you must log out and log in again.
That's it.
These templates are copied in 'Documents' \ Visual Studio 2015 \ Templates \ Project Templates'. The 'Zip files' need not be unpacked.
There are two templates. The simple template is not very much different from the supplied with AGK. Are just few subtleties and some project settings have changed.
The second template is more complex and includes a state machine. The whole thing is based on C++. So some basic knowledge in C++ should be present.
If everything was done properly then you can simply to create a new AppGameKit project via 'New Project ... ". (See Pictures)
I hope someone finds it useful.
Feel free to comment
Happy coding.