Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catornot/compartya
compartya is a party system for titanfall 2 northstar
https://github.com/catornot/compartya
northstar plugin titanfall-2
Last synced: 9 days ago
JSON representation
compartya is a party system for titanfall 2 northstar
- Host: GitHub
- URL: https://github.com/catornot/compartya
- Owner: catornot
- License: mit
- Created: 2023-10-16T23:03:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-11T20:50:59.000Z (2 months ago)
- Last Synced: 2024-09-12T07:12:46.211Z (2 months ago)
- Topics: northstar, plugin, titanfall-2
- Language: Rust
- Homepage:
- Size: 335 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# compartya
compartya is a party system for titanfall 2 northstarit uses the server browser under the hood so only listed servers would work with this party system
icon made by `skordge`
# Usage (easy) with new northstar
1. in the compartya gui in top left corner start a lobby
2. join a server
3. send a discord invite# Usage (manually)
1. after creating the lobby
2. copy the lobby id from the console
3. it can be shared and inputed into the gui or via the `p_connect_to_lobby` command# URI
it's registered when running the game with administrator privilegesthen can access with the compartya `uri`
`compartya::\open:{server id or name here}`# Ip addresses
compartya handles public ips automatically w/ a stun server and local ip is resolved w/ `ipconfig` which can fail in certains
the default port is `12352`
## overwriting
| **command line arg** | **value** |
| :------------------: | :----------: |
| `compartya_ip` | ip |
| `compartya_port` | port |**example:**
```bash
NorthstarLauncher.exe -multiple compartya_ip 127.0.0.1 compartya_port 12352
```