Add About.xml for Radio Talk Show mod

Introduces the About.xml metadata file for the Radio Talk Show mod, specifying its name, author, package ID, description, supported version, and dependency on FCP Core/Tools.
This commit is contained in:
RickGrymes
2025-12-25 00:47:03 -06:00
parent d6460f7fa1
commit 5fab97106e
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>Radio Talk Show</name>
<author>FCP Team</author>
<packageId>Rick.FCP.RadioTalkShow</packageId>
<description>Radio talk show content and features for the Fallout Community Project.</description>
<supportedVersions>
<li>1.6</li>
</supportedVersions>
<modDependencies>
<li>
<packageId>Rick.FCP.Core.Tools</packageId>
<displayName>FCP Core/Tools</displayName>
</li>
</modDependencies>
</ModMetaData>