mirror of
https://github.com/FalloutCollaborationProject/Radio-Talk-Show.git
synced 2026-07-27 17:03:06 -07:00
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.
17 lines
649 B
XML
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> |