set up players 1..5 rusty-pipe.yamls

master
Bel LaPointe 2023-03-24 14:09:31 -06:00
parent 745175210c
commit d292a830a1
6 changed files with 121 additions and 15 deletions

View File

@ -17,21 +17,7 @@ Each client needs 1 executable and 1 env file with a unique set of buttons
The server cannot be a client because math. Maybe a VM on the client as a server would work tho.
```bash
INPUT_NAME=gui
OUTPUT_UDP_HOST=ip
OUTPUT_UDP_PORT=port
INPUT_GUI_BUTTON_A=X
INPUT_GUI_BUTTON_B=X
INPUT_GUI_BUTTON_DOWN=X
INPUT_GUI_BUTTON_L=X
INPUT_GUI_BUTTON_LEFT=X
INPUT_GUI_BUTTON_R=X
INPUT_GUI_BUTTON_RIGHT=X
INPUT_GUI_BUTTON_UP=X
INPUT_GUI_BUTTON_X=X
INPUT_GUI_BUTTON_Y=X
```
See `./config.d/rusty-pipe.d`
# Server

View File

@ -0,0 +1,24 @@
streams:
input:
engine:
name: gui
gui:
press: {prefix: "", suffix: ""}
release: {prefix: "!", suffix: ""}
buttons:
up: '1'
down: '2'
left: '3'
right: '4'
l: '5'
r: '6'
a: '7'
b: '8'
x: '9'
y: '0'
output:
engine:
name: udp
udp:
host: mayhem-party.home.blapointe.com
port: 17070

View File

@ -0,0 +1,24 @@
streams:
input:
engine:
name: gui
gui:
press: {prefix: "", suffix: ""}
release: {prefix: "!", suffix: ""}
buttons:
up: 'q'
down: 'w'
left: 'e'
right: 'r'
l: 't'
r: 'y'
a: 'u'
b: 'i'
x: 'o'
y: 'p'
output:
engine:
name: udp
udp:
host: mayhem-party.home.blapointe.com
port: 17070

View File

@ -0,0 +1,24 @@
streams:
input:
engine:
name: gui
gui:
press: {prefix: "", suffix: ""}
release: {prefix: "!", suffix: ""}
buttons:
up: 'a'
down: 's'
left: 'd'
right: 'f'
l: 'g'
r: 'h'
a: 'j'
b: 'k'
x: 'l'
y: ';'
output:
engine:
name: udp
udp:
host: mayhem-party.home.blapointe.com
port: 17070

View File

@ -0,0 +1,24 @@
streams:
input:
engine:
name: gui
gui:
press: {prefix: "", suffix: ""}
release: {prefix: "!", suffix: ""}
buttons:
up: 'z'
down: 'x'
left: 'c'
right: 'v'
l: 'b'
r: 'n'
a: 'm'
b: ','
x: '.'
y: '/'
output:
engine:
name: udp
udp:
host: mayhem-party.home.blapointe.com
port: 17070

View File

@ -0,0 +1,24 @@
streams:
input:
engine:
name: gui
gui:
press: {prefix: "", suffix: ""}
release: {prefix: "!", suffix: ""}
buttons:
up: '!'
down: '@'
left: '#'
right: '$'
l: '%'
r: '^'
a: '&'
b: '*'
x: '('
y: ')'
output:
engine:
name: udp
udp:
host: mayhem-party.home.blapointe.com
port: 17070