https://github.com/dosmike/sm-librcon-rsling
Utilities for RCON broadcasting or something
https://github.com/dosmike/sm-librcon-rsling
Last synced: 3 months ago
JSON representation
Utilities for RCON broadcasting or something
- Host: GitHub
- URL: https://github.com/dosmike/sm-librcon-rsling
- Owner: DosMike
- Created: 2023-06-17T21:52:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T10:05:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T15:16:18.118Z (over 1 year ago)
- Language: SourcePawn
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# Scratch repo for LibRCON and RSling
Broadcast commands between servers in the same network
This is just tinkering
RCon stuff is based on [MoreRCon](https://github.com/AnthonyIacono/MoreRCON)
Dependencies:
+ [Socket](https://github.com/JoinedSenses/sm-ext-socket/)
+ [SteamWorks](https://github.com/KyleSanderson/SteamWorks)
For RSling itself:
+ The config goes into addons/sourcemod/configs/rsling.txt
+ Each line consists of `servername serverip:port rconpasswd`
+ I one contains spaces, quote the thing
+ Empty lines, lines starting with # and broken lines are ignored
LibRCon only has two native:
+ `LibRCON_Send` to send rcon queries
+ `LibRCON_IsCmdFromRCon` to replace SMRCon's version