ZioRed Posted June 4, 2010 Share Posted June 4, 2010 File Name: C# Project Templates File Submitter: ZioRed File Submitted: 04 Jun 2010 File Updated: 27 Sep 2010 File Category: Tools and Utilities Who chooses to develop games using Leadwerks and C# (with the .NET wrapper) will be interested in adding the C# project templates and so make it possible to create a new Leadwerks game project directly from the Visual Studio wizard. Just download the file and uncompress it in your Project Templates folder, usually your user's: Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C# You should now have other 2 ZIP files into the destination folder (Leadwerks Console Game.zip and Leadwerks Windows Game.zip), launch the VS IDE and choose NEW PROJECT: two new items should appear in your list for Leadwerks *** Game. Note that you still need to manually copy the engine files (engine DLLs, shaders and scripts). WHAT YOU HAVE TO DO BY YOUR OWN: You must manually copy the file engine.dll from your SDK folder into the bin\Debug or bin\Release folder (so you have to save your project before playing in the debug mode). The templates assume that the SDK folder is located in "C:\Leadwerks Engine SDK" and the NET headers Leadwerks.dll in "C:\Leadwerks Engine SDK\CS", who has Windows Vista or 7 and hasn't this path for SDK folder, then can create a symbolic link (from a prompt run as administrator) to the correct path, e.g.: mklink /D "C:\Leadwerks Engine SDK" "D:\LE\LE 2.40" ============= Changelog: * v2: - Templates updated to the Headers 2.0 Click here to download this file Quote ?? FRANCESCO CROCETTI ?? http://skaredcreations.com Link to comment Share on other sites More sharing options...
ZioRed Posted September 27, 2010 Author Share Posted September 27, 2010 Templates updated with the code for headers 2.0 Quote ?? FRANCESCO CROCETTI ?? http://skaredcreations.com Link to comment Share on other sites More sharing options...
CopperCircle Posted September 28, 2010 Share Posted September 28, 2010 Thanks. Quote Link to comment Share on other sites More sharing options...
AggrorJorn Posted October 1, 2010 Share Posted October 1, 2010 thanks a lot! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.