https://github.com/catornot/r2rcon-rs
rcon server for titanfall 2 northstar
https://github.com/catornot/r2rcon-rs
r2northstar rcon
Last synced: about 2 months ago
JSON representation
rcon server for titanfall 2 northstar
- Host: GitHub
- URL: https://github.com/catornot/r2rcon-rs
- Owner: catornot
- Created: 2023-07-29T06:36:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T22:04:26.000Z (8 months ago)
- Last Synced: 2025-03-23T13:11:14.382Z (2 months ago)
- Topics: r2northstar, rcon
- Language: Rust
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# r2rcon-rs
rcon spcec implementation in rust for r2northstarshould work
## setup
rcon will pull configs from commandline args.
| **command line arg** | **value** |
| :------------------: | :----------: |
| `rcon_ip_port` | ip:port |
| `rcon_password` | ascii string |**Example:**
```
NorthstarLauncher.exe -dedicated -multiple rcon_ip_port 127.0.0.1:27015 rcon_password changeme
```if any of these are missed the plugin won't work :p
after it works just connect with a rcon client
good luck!