An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# r2rcon-rs
rcon spcec implementation in rust for r2northstar

should 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!