Wisher.TLDExampleMod.Template
1.1.1
dotnet new install Wisher.TLDExampleMod.Template::1.1.1
TLDExampleMod
A template for a mod for The Long Drive, using the FindSteamGame Utility to automatically detect the
game and TLD Loader assemblies in the games' steam install directory
Support The Project
If you find this project useful, and would like to see more, please consider supporting me on patreon.
Your support helps fund ongoing development, new features, other projects, and more. Every contribution is genuinely appreciated — thank you!
Setup
Make sure .NET Framework 4.8.0 and .NET 8.0+ are installed. Your IDE may prompt you for additional components.
shortly after the project opens, you should be able to start modding! (once the import is finished)
You'll find the example code in the src folder
Licensing
This project is licensed under The Unlicense, placing its source code and original mod logic in the public domain. You are free to use, modify, and distribute the code in any way, with no restrictions.
However, this template includes one exception:
FindSteamGame.dll is proprietary
The file FindSteamGame.dll is not open source. It is a proprietary helper tool provided under a limited usage license:
- You are permitted to include and use this DLL in your own mod or tool repositories solely for build and development purposes.
- You may redistribute it only as part of a larger project that depends on it for MSBuild integration.
- You are not permitted to modify, recompile, rehost, or distribute the DLL as a standalone file, or to use it in unrelated tools or commercial projects without explicit permission.
See FindSteamGame/LICENSE for full terms.
For commercial or extended licensing inquiries, contact: wisheralpha@gmail.com
-
.NETFramework 4.8
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Quick-fix for incorrect folders appearing in templates; Fixed some metadata