Changes

Jump to navigation Jump to search
309 bytes added ,  00:25, 10 October 2018
Line 4: Line 4:     
= Setup =
 
= Setup =
 +
== Debugging console ==
 +
Before you do anything, you should enable the in-game debugging console by binding the console key at the bottom of the key binding menu in the options window. This will help you debug your mod by giving you error messages and enabling the RELOAD_DLL_MOD and UNLOAD_DLL_MOD commands.
 +
 
== Project setup ==
 
== Project setup ==
 
To create your own mod start a .NET Class Library project in Visual Studio, targeted at the .NET 3.5 profile.  
 
To create your own mod start a .NET Class Library project in Visual Studio, targeted at the .NET 3.5 profile.  

Navigation menu