Add F4SE plugin template

Create a minimal Fallout 4 F4SE/CommonLibF4 starter repo with build, packaging, install, and rename scripts, plus initial plugin source, headers, and xmake configuration.
This commit is contained in:
2026-07-01 17:39:42 +12:00
commit 9dbcc7d926
13 changed files with 417 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#pragma once
namespace PluginName
{
inline constexpr auto NAME = "F4SEPluginTemplate";
inline constexpr auto VERSION = "0.1.0";
}