Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Plugins/Mods/CastSpectatorSC.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<PluginData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ModPlugin">
<!-- Place the steam id of your workshop item here. -->
<Id>3299682578</Id>

<!-- The name of your plugin that will appear in the list. -->
<FriendlyName>CastSpectatorSC</FriendlyName>

<!-- The author name that you want to appear in the list. -->
<Author>Invalid</Author>

<!-- Optional tag that adds a tooltip to the plugin in-game. -->
<Tooltip>Enhancements to the spectator camera.</Tooltip>

<!-- Optional tag that adds a plugin description. If omitted, this will be the same as the Tooltip. 1000 characters max. -->
<Description>Enhancements to the spectator camera based off of CastSpectator by Klime. Rebindable controls through TextHUDAPI</Description>


</PluginData>