Changes

Jump to navigation Jump to search
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 '''RECOMPILE_DLL_MOD''', '''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 4 profile. You should download and install the '''.NET 4 Framework''' if you don't have it, '''.NET Core is not the same.'''
 
To create your own mod start a .NET Class Library project in Visual Studio, targeted at the .NET 4 profile. You should download and install the '''.NET 4 Framework''' if you don't have it, '''.NET Core is not the same.'''

Navigation menu