Github Link:
Showcase
Platform Support
| Platform | Status |
|---|---|
| Windows | Ready |
| Linux | Ready |
Requirements
- SwiftlyS2 v1.0.0+
Installation
- Download the latest release
- Extract plugin to
addons/swiftlys2/plugins/Team-Identity-Manager/ - Restart the server
- Configure
config.jsoncif 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.

