update host config based on mayhem-party having its own udp server now
parent
287b9c7b4e
commit
ab673a81f0
|
|
@ -29,10 +29,6 @@ See `./config.d/rusty-pipe.d`
|
||||||
|
|
||||||
# Server
|
# Server
|
||||||
|
|
||||||
## `rusty-pipe`
|
|
||||||
|
|
||||||
`INPUT_NAME=udp INPUT_UDP_PORT=port rusty-pipe | ...`
|
|
||||||
|
|
||||||
## `mayhem-party`
|
## `mayhem-party`
|
||||||
|
|
||||||
### Configs
|
### Configs
|
||||||
|
|
@ -43,7 +39,7 @@ See `./config.d/rusty-pipe.d`
|
||||||
|
|
||||||
### Binary
|
### Binary
|
||||||
|
|
||||||
`... | bash -c 'true; source ./config.d/mayhem-party.d/env.env; mayhem-party'`
|
`bash -c 'true; source ./config.d/mayhem-party.d/env.env; mayhem-party'`
|
||||||
|
|
||||||
## Game Playing
|
## Game Playing
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
export DEBUG=1
|
export DEBUG=1
|
||||||
export INPUT_KEYBOARD=true
|
export INPUT_UDP=17070
|
||||||
export INPUT_REFRESH_ON_SIGUSR1=true
|
export INPUT_REFRESH_ON_SIGUSR1=true
|
||||||
export INPUT_REMAP_FILE=./config.d/mayhem-party.d/remap.d/live.yaml
|
export INPUT_REMAP_FILE=./config.d/mayhem-party.d/remap.d/live.yaml
|
||||||
export MAIN_INTERVAL_DURATION=5ms
|
export MAIN_INTERVAL_DURATION=5ms
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue