update host config based on mayhem-party having its own udp server now

master
bel 2023-03-24 18:55:44 -06:00
parent 287b9c7b4e
commit ab673a81f0
2 changed files with 2 additions and 6 deletions

View File

@ -29,10 +29,6 @@ See `./config.d/rusty-pipe.d`
# Server
## `rusty-pipe`
`INPUT_NAME=udp INPUT_UDP_PORT=port rusty-pipe | ...`
## `mayhem-party`
### Configs
@ -43,7 +39,7 @@ See `./config.d/rusty-pipe.d`
### 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

View File

@ -1,5 +1,5 @@
export DEBUG=1
export INPUT_KEYBOARD=true
export INPUT_UDP=17070
export INPUT_REFRESH_ON_SIGUSR1=true
export INPUT_REMAP_FILE=./config.d/mayhem-party.d/remap.d/live.yaml
export MAIN_INTERVAL_DURATION=5ms