Creating the project

Creating the project is the first step to build a plugin!

In order to create a project for CursedMod you need to have the following tools or requirements:

If you are missing something please install it before proceeding.

Creating the project

For this tutorial we will use Visual Studio as it is free, easy to use and intuitive.

  1. Open up Visual Studio and click on Create a new project towards the bottom right.

Open Visual Studio and select Create a new project
  1. Select Class Library (.NET Framework)

Select Class Library (.NET Framework)
  1. Enter your desired project name, then select the desired .NET Framework version (4.8.X)

Selecting .NET Framework 4.8.X

And voilà! The project is created. You can proceed with the next step! 😊

Last updated

Was this helpful?