https://github.com/tuokri/rs2-tklogging
Rising Storm 2: Vietnam Team Kill Logging (Server) Mutator
https://github.com/tuokri/rs2-tklogging
mutator rising-storm-2-vietnam rs2 rs2vietnam udk unreal-engine-3 unrealscript
Last synced: about 1 month ago
JSON representation
Rising Storm 2: Vietnam Team Kill Logging (Server) Mutator
- Host: GitHub
- URL: https://github.com/tuokri/rs2-tklogging
- Owner: tuokri
- License: mit
- Created: 2019-09-09T17:05:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T11:23:06.000Z (about 4 years ago)
- Last Synced: 2025-02-01T15:45:52.635Z (about 1 year ago)
- Topics: mutator, rising-storm-2-vietnam, rs2, rs2vietnam, udk, unreal-engine-3, unrealscript
- Language: UnrealScript
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Team Kill Logging Mutator for Rising Storm 2: Vietnam
### Features
- Logs team kills (and optionally normal kills) in server logs for administrative purposes.
- (Team) kill log forwarding to a Discord text channel.
- Has no effect on normal player experience.
### Kill log examples

## Discord Webhook integration
Integrating kill logs with Discord by using webhooks is supported and
requires [TKLServer](https://github.com/tuokri/tklserver).
### Mutator argument for server operators
```?mutator=TKLMutator.TKLMutator```
### Configuration
Team kill logging can be enabled or disabled in 'ROGame_TKLMutator.ini' by setting ```bLogTeamKills``` to either ```True``` or ```False```.
Team kill log files are of format 'FILENAME-DATE.log', where FILENAME can be set by ```TKLFileName``` in the configuration file.
Changing configuration might require map change or server restart.
### Steam Workshop
https://steamcommunity.com/sharedfiles/filedetails/?id=1858859776