Description: This is a simple template mod for Assembly Line 2.
Contributors:
- Neuxs
Installation:
-
Install Visual Studio:
- Download Visual Studio from https://visualstudio.microsoft.com/downloads/.
- During installation, select the following workloads:
- .NET desktop development
- Game development with Unity
-
Open the Project:
- Open the
AL2 Template Mod.csproj
file in Visual Studio.
- Open the
Usage:
To have the mod directly build into the mod folder:
-
Project Properties: Right-click on the project in the Solution Explorer and select "Properties".
-
Build Events: Go to the "Build Events" tab.
-
Post-build event command line: Add the following command and replace
<ReplaceWithGameFolderPath>
with the actual path to your Assembly Line 2 game folder:xcopy /y "$(TargetPath)" "<ReplaceWithGameFolderPath>\BepInEx\plugins"
License: MIT License