Files
RickGrymes 5c1c7b9417 Add Steam Workshop URL to FCP Core/Tools dependency
Included the Steam Workshop URL for the FCP Core/Tools package in the About.xml mod dependencies list to provide direct access to the dependency.
2026-01-01 23:59:22 -06:00

17 lines
649 B
XML

<?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>
<steamWorkshopUrl>https://steamcommunity.com/sharedfiles/filedetails/?id=3426176322</steamWorkshopUrl>
</li>
</modDependencies>
</ModMetaData>