This repository contains the source code to the current template used to create plugins for Ashita v4.
In order to compile this project, you need the following:
Microsoft Visual Studio 2022
- https://visualstudio.microsoft.com/vs/
This project makes use of an environment variable (ASHITA4_SDK_PATH
) to locate and use the Ashita v4 SDK.
You will need to set this path on your system in order to make use of this project properly.
To add a new environment variable, you can follow these quick steps:
- Click
Start
. - Type in
advanced system settings
and choose the option that shows. (View advanced system settings
) - If not already selected, click the
Advanced
tab at the top. - Click the
Environment Variables
button near the bottom of the window. - Under
User variables..
click theNew
button. - For
Variable name
, enter:ASHITA4_SDK_PATH
- For
Variable value
, enter the path to your Ashita SDK folder. (This is located in the/plugins/
folder where you have Ashita installed.)- For example,
C:\Ashita\plugins\sdk\
- For example,
- Click
Ok
on all windows to save the changes.
At this point, restart any instance of Visual Studio
you have open, along with any command line prompts or terminals.
Visual Studio
should now see the SDK path automatically and allow the example plugin source code to compile.
The Ashita plugin SDK, and thus, this plugins source code are both released under GNU LGPL v3