Welcome to your new DLL mod, you should see you now have a SM-ReloadOptions.sln
file, all the files you see here were generated from the template.
- Clone this repository locally
- Open the
SM-ReloadOptions.sln
file in Visual Studio - Make your changes in
dllmain.cpp
, pressing "Local Windows Debugger" will build and run the game with your mod injected. - Add a description to your mod and adjust any of the necessary fields in manifest.json
- When you are ready to release your mod, commit, tag your commit and push your changes to GitHub.
- You can then view the https://github.com/ScrappySM/SM-ReloadOptions/releases to see your mod's release page, edit the draft and publish it when you are ready.
You should change the authors or the entire license in the LICENSE file to your liking, this template is licensed under The MIT-0 license meaning no attribution is required to use this template - see the LICENSE file for details, meaning you can do whatever you want with this template! (yes, you can change the license)