❔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:
Visual Studio Code, Visual Studio or a similar IDE like Rider
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.
Open up Visual Studio and click on
Create a new projecttowards the bottom right.

Select Class Library (.NET Framework)

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

And voilà! The project is created. You can proceed with the next step! 😊
Last updated
Was this helpful?