Team-Identity-Manager

SwiftlyS2 Team Identity Manager

Randomly assigns esports team logos and names on map load

Source 2 Version .NET


Github Link:


Showcase

The team logo and team name are placed after the site's score; everything else is irrelevant.


Platform Support

Platform Status
Windows Ready
Linux Ready

Requirements

Installation

  1. Download the latest release
  2. Extract plugin to addons/swiftlys2/plugins/Team-Identity-Manager/
  3. Restart the server
  4. Configure config.jsonc if needed

Configuration

Option Type Default Description
DebugMode bool false Enable debug logging
RandomTeamLogos bool true Enable random team logos on map load
RandomTeamNames bool true Enable random team names on map load
CtTeamLogo string "" Fixed CT team logo code
CtTeamName string "" Fixed CT team name
TTeamLogo string "" Fixed T team logo code
TTeamName string "" Fixed T team name

Building from Source

Requirements

Build

git clone https://github.com/zhw1nq/Team-Identity-Manager.git
cd Team-Identity-Manager
dotnet restore
dotnet build

Publish

dotnet publish -c Release

Output directory: build/publish/Team-Identity-Manager/

Credits

License

This project is licensed under the MIT License.