Compare commits
No commits in common. "master" and "v0.1.8" have entirely different histories.
37
README.md
37
README.md
|
|
@ -2,7 +2,34 @@
|
||||||
|
|
||||||
# Clients
|
# Clients
|
||||||
|
|
||||||
Send link to `http://localhost:17072`
|
## Distribute `rusty-pipe`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# https://www.reddit.com/r/rust/comments/5k8uab/crosscompiling_from_ubuntu_to_windows_with_rustup/
|
||||||
|
(
|
||||||
|
echo '[target.x86_64-pc-windows-gnu]'
|
||||||
|
echo 'linker = "x86_64-w64-mingw32-gcc"'
|
||||||
|
echo 'ar = "x86_64-w64-mingw32-gcc-ar"'
|
||||||
|
) >> $HOME/.cargo/config
|
||||||
|
sudo apt install mingw-w64
|
||||||
|
rustup target add x86_64-pc-windows-gnu
|
||||||
|
echo windows
|
||||||
|
cargo build --release --target x86_64-pc-windows-gnu
|
||||||
|
rm target/x86_64-pc-windows-gnu/release/rusty-pipe-signed.exe
|
||||||
|
read -p ".crt? " CERT
|
||||||
|
osslsigncode sign \
|
||||||
|
-certs ${CERT%.crt}.crt -key ${CERT%.crt}.key \
|
||||||
|
-n Rusty-Pipe -i https://whois.home.blapointe.com \
|
||||||
|
-in target/x86_64-pc-windows-gnu/release/rusty-pipe.exe -out target/x86_64-pc-windows-gnu/release/rusty-pipe-signed.exe
|
||||||
|
echo local
|
||||||
|
cargo install --path ./
|
||||||
|
```
|
||||||
|
|
||||||
|
Each client needs 1 executable and 1 config file
|
||||||
|
|
||||||
|
The server cannot be a client because sending, listening, and typing keyboard is bad. Maybe a VM on the client as a server would work tho.
|
||||||
|
|
||||||
|
See `./config.d/rusty-pipe.d`
|
||||||
|
|
||||||
# Server
|
# Server
|
||||||
|
|
||||||
|
|
@ -13,3 +40,11 @@ Send link to `http://localhost:17072`
|
||||||
## Game Playing
|
## Game Playing
|
||||||
|
|
||||||
Foreground
|
Foreground
|
||||||
|
|
||||||
|
#### Discord
|
||||||
|
|
||||||
|
Yep
|
||||||
|
|
||||||
|
#### Dolphin
|
||||||
|
|
||||||
|
Yep
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
curl -sS http://mp.home.blapointe.com:17071/gm/rpc/elect
|
|
||||||
|
|
@ -1,6 +1,8 @@
|
||||||
export DEBUG=true
|
export DEBUG=true
|
||||||
export MAIN_INTERVAL_DURATION=5ms
|
export MAIN_INTERVAL_DURATION=5ms
|
||||||
|
|
||||||
|
export RAW_UDP=17070
|
||||||
|
|
||||||
export PARSE_V01=true
|
export PARSE_V01=true
|
||||||
cp ./config.d/mayhem-party.d/v01{"",-live}.yaml
|
cp ./config.d/mayhem-party.d/v01{"",-live}.yaml
|
||||||
export V01_CONFIG=./config.d/mayhem-party.d/v01-live.yaml
|
export V01_CONFIG=./config.d/mayhem-party.d/v01-live.yaml
|
||||||
|
|
@ -8,7 +10,3 @@ export V01_CONFIG=./config.d/mayhem-party.d/v01-live.yaml
|
||||||
export WRAP_REFRESH_ON_SIGUSR1=true
|
export WRAP_REFRESH_ON_SIGUSR1=true
|
||||||
|
|
||||||
export OUTPUT_KEYBOARD=${OUTPUT_KEYBOARD:-false}
|
export OUTPUT_KEYBOARD=${OUTPUT_KEYBOARD:-false}
|
||||||
|
|
||||||
#export RAW_UDP=17070
|
|
||||||
export RAW_WS_PROXY_URL=http://localhost$(cat config.d/mayhem-party.d/v01-live.yaml | grep -A 10 feedback | grep addr: | awk '{print $NF}')
|
|
||||||
export RAW_WS=17072
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
curl \
|
|
||||||
-X POST \
|
|
||||||
-i -sS \
|
|
||||||
http://mp.home.blapointe.com:17071/gm/rpc/fillNonPlayerAliases \
|
|
||||||
-d "[$(cat ./hotwords.txt | tr '\n' ' ')]"
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
mario
|
|
||||||
luigi
|
|
||||||
peach
|
|
||||||
daisy
|
|
||||||
wario
|
|
||||||
waluigi
|
|
||||||
bowser
|
|
||||||
junior
|
|
||||||
koopa
|
|
||||||
shyguy
|
|
||||||
boo
|
|
||||||
toad
|
|
||||||
toadette
|
|
||||||
minigame
|
|
||||||
win
|
|
||||||
lose
|
|
||||||
|
|
@ -1,173 +0,0 @@
|
||||||
advance
|
|
||||||
aliasing
|
|
||||||
amiibo
|
|
||||||
analoguestick
|
|
||||||
animalcrossing
|
|
||||||
artstyle
|
|
||||||
battleroyal
|
|
||||||
bigbrainacademy
|
|
||||||
birdo
|
|
||||||
bitgenerations
|
|
||||||
bluetoad
|
|
||||||
board
|
|
||||||
boardgame
|
|
||||||
boo
|
|
||||||
boss
|
|
||||||
bowser
|
|
||||||
brainage
|
|
||||||
capcom
|
|
||||||
cardboardcutout
|
|
||||||
cardgame
|
|
||||||
category
|
|
||||||
chainchomp
|
|
||||||
characters
|
|
||||||
charlesmartinet
|
|
||||||
cpus
|
|
||||||
customrobo
|
|
||||||
destructoid
|
|
||||||
diddykong
|
|
||||||
die
|
|
||||||
donkeykong
|
|
||||||
ds
|
|
||||||
editlinks
|
|
||||||
educationalgames
|
|
||||||
eurogamer
|
|
||||||
famicomdetectiveclub
|
|
||||||
fawful
|
|
||||||
firebreath
|
|
||||||
fireemblem
|
|
||||||
fossilfighters
|
|
||||||
gamebooks
|
|
||||||
gameboyadvance
|
|
||||||
gamecube
|
|
||||||
gamemodes
|
|
||||||
gamepro
|
|
||||||
gamerevolution
|
|
||||||
gamespot
|
|
||||||
gametrailers
|
|
||||||
goldensun
|
|
||||||
goomba
|
|
||||||
gr
|
|
||||||
hammerbro
|
|
||||||
healthpoints
|
|
||||||
hepburn
|
|
||||||
homeconsole
|
|
||||||
hudsonsoft
|
|
||||||
ign
|
|
||||||
intellectuallydisabled
|
|
||||||
isbn
|
|
||||||
islandtour
|
|
||||||
items
|
|
||||||
japanese
|
|
||||||
joystiq
|
|
||||||
kamek
|
|
||||||
kidicarus
|
|
||||||
kirby
|
|
||||||
kojikondo
|
|
||||||
koopatroopa
|
|
||||||
kotaku
|
|
||||||
lcdgames
|
|
||||||
leaderboards
|
|
||||||
legosupermario
|
|
||||||
listofvideogamesfeaturingmario
|
|
||||||
luigi
|
|
||||||
mahitoyokota
|
|
||||||
mario
|
|
||||||
marioartist
|
|
||||||
marioclash
|
|
||||||
mariokart
|
|
||||||
mariopaint
|
|
||||||
marioparty
|
|
||||||
mariopartyadvance
|
|
||||||
mariopartyds
|
|
||||||
mariopartylegacy
|
|
||||||
mariopartysuperstars
|
|
||||||
mariopowertennis
|
|
||||||
mattcasamassina
|
|
||||||
mc
|
|
||||||
metroid
|
|
||||||
mii
|
|
||||||
minigame
|
|
||||||
minigames
|
|
||||||
minusworld
|
|
||||||
mother
|
|
||||||
motioncontrol
|
|
||||||
mushroomkingdom
|
|
||||||
ndcube
|
|
||||||
nintendo
|
|
||||||
nintendocomicssystem
|
|
||||||
nintendods
|
|
||||||
nintendolife
|
|
||||||
nintendoswitch
|
|
||||||
nintendowire
|
|
||||||
onlinemultiplayer
|
|
||||||
othermedia
|
|
||||||
pal
|
|
||||||
papermario
|
|
||||||
party
|
|
||||||
partyvideogame
|
|
||||||
pauline
|
|
||||||
peaches
|
|
||||||
pikmin
|
|
||||||
pilotwings
|
|
||||||
piranhaplant
|
|
||||||
pokémon
|
|
||||||
polygon
|
|
||||||
princessdaisy
|
|
||||||
princesspeach
|
|
||||||
professorelvingadd
|
|
||||||
puzzlegames
|
|
||||||
puzzleleague
|
|
||||||
racinggames
|
|
||||||
rainbowroad
|
|
||||||
raymanravingrabbids
|
|
||||||
replayvalue
|
|
||||||
ringmaster
|
|
||||||
rosalina
|
|
||||||
rumblepak
|
|
||||||
ryandavis
|
|
||||||
satoruiwata
|
|
||||||
shigerumiyamoto
|
|
||||||
shyguy
|
|
||||||
siliconera
|
|
||||||
spinyshell
|
|
||||||
splatoon
|
|
||||||
sportsgames
|
|
||||||
starfox
|
|
||||||
starrush
|
|
||||||
storycampaign
|
|
||||||
super
|
|
||||||
supermario
|
|
||||||
supermarioadventures
|
|
||||||
supermarioparty
|
|
||||||
supermariosunshine
|
|
||||||
supermarioworld
|
|
||||||
superprincesspeach
|
|
||||||
superstars
|
|
||||||
takashitezuka
|
|
||||||
techradar
|
|
||||||
thelegendarystarfy
|
|
||||||
thelegendofzelda
|
|
||||||
theverge
|
|
||||||
toad
|
|
||||||
toadette
|
|
||||||
toadsworth
|
|
||||||
touchscreen
|
|
||||||
trustedreviews
|
|
||||||
unofficialmedia
|
|
||||||
variety
|
|
||||||
videogamesportal
|
|
||||||
vivian
|
|
||||||
waluigi
|
|
||||||
wario
|
|
||||||
wars
|
|
||||||
wii
|
|
||||||
wiiparty
|
|
||||||
wiiremote
|
|
||||||
wiiu
|
|
||||||
wiiugamepad
|
|
||||||
yasuhisayamamura
|
|
||||||
yearofluigi
|
|
||||||
yōichikotabe
|
|
||||||
yoshi
|
|
||||||
yoshiakikoizumi
|
|
||||||
|
|
@ -1,173 +0,0 @@
|
||||||
advance
|
|
||||||
aliasing
|
|
||||||
amiibo
|
|
||||||
analoguestick
|
|
||||||
animalcrossing
|
|
||||||
artstyle
|
|
||||||
battleroyal
|
|
||||||
bigbrainacademy
|
|
||||||
birdo
|
|
||||||
bitgenerations
|
|
||||||
bluetoad
|
|
||||||
board
|
|
||||||
boardgame
|
|
||||||
boo
|
|
||||||
boss
|
|
||||||
bowser
|
|
||||||
brainage
|
|
||||||
capcom
|
|
||||||
cardboardcutout
|
|
||||||
cardgame
|
|
||||||
category
|
|
||||||
chainchomp
|
|
||||||
characters
|
|
||||||
charlesmartinet
|
|
||||||
cpus
|
|
||||||
customrobo
|
|
||||||
destructoid
|
|
||||||
diddykong
|
|
||||||
die
|
|
||||||
donkeykong
|
|
||||||
ds
|
|
||||||
editlinks
|
|
||||||
educationalgames
|
|
||||||
eurogamer
|
|
||||||
famicomdetectiveclub
|
|
||||||
fawful
|
|
||||||
firebreath
|
|
||||||
fireemblem
|
|
||||||
fossilfighters
|
|
||||||
gamebooks
|
|
||||||
gameboyadvance
|
|
||||||
gamecube
|
|
||||||
gamemodes
|
|
||||||
gamepro
|
|
||||||
gamerevolution
|
|
||||||
gamespot
|
|
||||||
gametrailers
|
|
||||||
goldensun
|
|
||||||
goomba
|
|
||||||
gr
|
|
||||||
hammerbro
|
|
||||||
healthpoints
|
|
||||||
hepburn
|
|
||||||
homeconsole
|
|
||||||
hudsonsoft
|
|
||||||
ign
|
|
||||||
intellectuallydisabled
|
|
||||||
isbn
|
|
||||||
islandtour
|
|
||||||
items
|
|
||||||
japanese
|
|
||||||
joystiq
|
|
||||||
kamek
|
|
||||||
kidicarus
|
|
||||||
kirby
|
|
||||||
kojikondo
|
|
||||||
koopatroopa
|
|
||||||
kotaku
|
|
||||||
lcdgames
|
|
||||||
leaderboards
|
|
||||||
legosupermario
|
|
||||||
listofvideogamesfeaturingmario
|
|
||||||
luigi
|
|
||||||
mahitoyokota
|
|
||||||
mario
|
|
||||||
marioartist
|
|
||||||
marioclash
|
|
||||||
mariokart
|
|
||||||
mariopaint
|
|
||||||
marioparty
|
|
||||||
mariopartyadvance
|
|
||||||
mariopartyds
|
|
||||||
mariopartylegacy
|
|
||||||
mariopartysuperstars
|
|
||||||
mariopowertennis
|
|
||||||
mattcasamassina
|
|
||||||
mc
|
|
||||||
metroid
|
|
||||||
mii
|
|
||||||
minigame
|
|
||||||
minigames
|
|
||||||
minusworld
|
|
||||||
mother
|
|
||||||
motioncontrol
|
|
||||||
mushroomkingdom
|
|
||||||
ndcube
|
|
||||||
nintendo
|
|
||||||
nintendocomicssystem
|
|
||||||
nintendods
|
|
||||||
nintendolife
|
|
||||||
nintendoswitch
|
|
||||||
nintendowire
|
|
||||||
onlinemultiplayer
|
|
||||||
othermedia
|
|
||||||
pal
|
|
||||||
papermario
|
|
||||||
party
|
|
||||||
partyvideogame
|
|
||||||
pauline
|
|
||||||
peaches
|
|
||||||
pikmin
|
|
||||||
pilotwings
|
|
||||||
piranhaplant
|
|
||||||
pokémon
|
|
||||||
polygon
|
|
||||||
princessdaisy
|
|
||||||
princesspeach
|
|
||||||
professorelvingadd
|
|
||||||
puzzlegames
|
|
||||||
puzzleleague
|
|
||||||
racinggames
|
|
||||||
rainbowroad
|
|
||||||
raymanravingrabbids
|
|
||||||
replayvalue
|
|
||||||
ringmaster
|
|
||||||
rosalina
|
|
||||||
rumblepak
|
|
||||||
ryandavis
|
|
||||||
satoruiwata
|
|
||||||
shigerumiyamoto
|
|
||||||
shyguy
|
|
||||||
siliconera
|
|
||||||
spinyshell
|
|
||||||
splatoon
|
|
||||||
sportsgames
|
|
||||||
starfox
|
|
||||||
starrush
|
|
||||||
storycampaign
|
|
||||||
super
|
|
||||||
supermario
|
|
||||||
supermarioadventures
|
|
||||||
supermarioparty
|
|
||||||
supermariosunshine
|
|
||||||
supermarioworld
|
|
||||||
superprincesspeach
|
|
||||||
superstars
|
|
||||||
takashitezuka
|
|
||||||
techradar
|
|
||||||
thelegendarystarfy
|
|
||||||
thelegendofzelda
|
|
||||||
theverge
|
|
||||||
toad
|
|
||||||
toadette
|
|
||||||
toadsworth
|
|
||||||
touchscreen
|
|
||||||
trustedreviews
|
|
||||||
unofficialmedia
|
|
||||||
variety
|
|
||||||
videogamesportal
|
|
||||||
vivian
|
|
||||||
waluigi
|
|
||||||
wario
|
|
||||||
wars
|
|
||||||
wii
|
|
||||||
wiiparty
|
|
||||||
wiiremote
|
|
||||||
wiiu
|
|
||||||
wiiugamepad
|
|
||||||
yasuhisayamamura
|
|
||||||
yearofluigi
|
|
||||||
yōichikotabe
|
|
||||||
yoshi
|
|
||||||
yoshiakikoizumi
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
bash ./shuffle.sh
|
|
||||||
bash ./fill.sh
|
|
||||||
bash ./players.sh
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
curl -sS -i http://mp.home.blapointe.com:17071/
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
curl -sS -i http://mp.home.blapointe.com:17071/gm/rpc/shuffle
|
|
||||||
bash ./players.sh
|
|
||||||
|
|
@ -1,64 +1,42 @@
|
||||||
feedback:
|
feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
ttsurl: http://localhost:15002
|
ttsurl: http://localhost:15002
|
||||||
users: {}
|
users:
|
||||||
|
bel:
|
||||||
|
meta:
|
||||||
|
lasttsms: 1680371007738
|
||||||
|
lastlag: 0
|
||||||
|
state:
|
||||||
|
player: 1
|
||||||
|
message: ""
|
||||||
|
gm:
|
||||||
|
alias: ""
|
||||||
|
lastalias: ""
|
||||||
|
vote: ""
|
||||||
|
zach:
|
||||||
|
meta:
|
||||||
|
lasttsms: 1679978514018
|
||||||
|
lastlag: 0
|
||||||
|
state:
|
||||||
|
player: 0
|
||||||
|
message: ""
|
||||||
|
gm:
|
||||||
|
alias: ""
|
||||||
|
lastalias: ""
|
||||||
|
vote: ""
|
||||||
players:
|
players:
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "1" # a
|
"1": "6" # a
|
||||||
"2": "2" # b
|
"2": "7" # b
|
||||||
"3": "3" # x
|
"3": "8" # x
|
||||||
"4": "4" # y
|
"4": "9" # y
|
||||||
"5": "5" # start
|
"5": "0" # start
|
||||||
w: "6" # stickUp
|
a: f # stickLeft
|
||||||
a: "7" # stickLeft
|
d: h # stickRight
|
||||||
s: "8" # stickDown
|
e: "y" # r
|
||||||
d: "9" # stickRight
|
q: r # l
|
||||||
e: "0" # r
|
s: g # stickDown
|
||||||
q: "-" # l
|
w: t # stickUp
|
||||||
- transformation:
|
|
||||||
"1": "q" # a
|
|
||||||
"2": "w" # b
|
|
||||||
"3": "e" # x
|
|
||||||
"4": "r" # y
|
|
||||||
"5": " " # "t" # start
|
|
||||||
w: "y" # stickUp
|
|
||||||
a: "u" # stickLeft
|
|
||||||
s: "i" # stickDown
|
|
||||||
d: "o" # stickRight
|
|
||||||
e: "p" # r
|
|
||||||
q: "=" # l
|
|
||||||
- transformation:
|
|
||||||
"1": "a" # a
|
|
||||||
"2": "s" # b
|
|
||||||
"3": "d" # x
|
|
||||||
"4": "f" # y
|
|
||||||
"5": " " # "g" # start
|
|
||||||
w: "h" # stickUp
|
|
||||||
a: "j" # stickLeft
|
|
||||||
s: "k" # stickDown
|
|
||||||
d: "l" # stickRight
|
|
||||||
e: ";" # r
|
|
||||||
q: "g" # l
|
|
||||||
- transformation:
|
|
||||||
"1": "z" # a
|
|
||||||
"2": "x" # b
|
|
||||||
"3": "c" # x
|
|
||||||
"4": "v" # y
|
|
||||||
"5": " " # "b" # start
|
|
||||||
w: "n" # stickUp
|
|
||||||
a: "m" # stickLeft
|
|
||||||
s: "," # stickDown
|
|
||||||
d: "." # stickRight
|
|
||||||
e: "/" # r
|
|
||||||
q: "b" # l
|
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: "#early access"
|
message: ""
|
||||||
gm:
|
|
||||||
hotwords:
|
|
||||||
star:
|
|
||||||
call: tap
|
|
||||||
args: ['<']
|
|
||||||
coin:
|
|
||||||
call: tap
|
|
||||||
args: ['>']
|
|
||||||
|
|
|
||||||
|
|
@ -1,64 +1,42 @@
|
||||||
feedback:
|
feedback:
|
||||||
addr: :17071
|
addr: :17071
|
||||||
ttsurl: http://localhost:15002
|
ttsurl: http://localhost:15002
|
||||||
users: {}
|
users:
|
||||||
|
bel:
|
||||||
|
meta:
|
||||||
|
lasttsms: 1680371007738
|
||||||
|
lastlag: 0
|
||||||
|
state:
|
||||||
|
player: 1
|
||||||
|
message: ""
|
||||||
|
gm:
|
||||||
|
alias: ""
|
||||||
|
lastalias: ""
|
||||||
|
vote: ""
|
||||||
|
zach:
|
||||||
|
meta:
|
||||||
|
lasttsms: 1679978514018
|
||||||
|
lastlag: 0
|
||||||
|
state:
|
||||||
|
player: 0
|
||||||
|
message: ""
|
||||||
|
gm:
|
||||||
|
alias: ""
|
||||||
|
lastalias: ""
|
||||||
|
vote: ""
|
||||||
players:
|
players:
|
||||||
- transformation:
|
- transformation:
|
||||||
"1": "1" # a
|
"1": "6" # a
|
||||||
"2": "2" # b
|
"2": "7" # b
|
||||||
"3": "3" # x
|
"3": "8" # x
|
||||||
"4": "4" # y
|
"4": "9" # y
|
||||||
"5": "5" # start
|
"5": "0" # start
|
||||||
w: "6" # stickUp
|
a: f # stickLeft
|
||||||
a: "7" # stickLeft
|
d: h # stickRight
|
||||||
s: "8" # stickDown
|
e: "y" # r
|
||||||
d: "9" # stickRight
|
q: r # l
|
||||||
e: "0" # r
|
s: g # stickDown
|
||||||
q: "-" # l
|
w: t # stickUp
|
||||||
- transformation:
|
|
||||||
"1": "q" # a
|
|
||||||
"2": "w" # b
|
|
||||||
"3": "e" # x
|
|
||||||
"4": "r" # y
|
|
||||||
"5": " " # "t" # start
|
|
||||||
w: "y" # stickUp
|
|
||||||
a: "u" # stickLeft
|
|
||||||
s: "i" # stickDown
|
|
||||||
d: "o" # stickRight
|
|
||||||
e: "p" # r
|
|
||||||
q: "=" # l
|
|
||||||
- transformation:
|
|
||||||
"1": "a" # a
|
|
||||||
"2": "s" # b
|
|
||||||
"3": "d" # x
|
|
||||||
"4": "f" # y
|
|
||||||
"5": " " # "g" # start
|
|
||||||
w: "h" # stickUp
|
|
||||||
a: "j" # stickLeft
|
|
||||||
s: "k" # stickDown
|
|
||||||
d: "l" # stickRight
|
|
||||||
e: ";" # r
|
|
||||||
q: "g" # l
|
|
||||||
- transformation:
|
|
||||||
"1": "z" # a
|
|
||||||
"2": "x" # b
|
|
||||||
"3": "c" # x
|
|
||||||
"4": "v" # y
|
|
||||||
"5": " " # "b" # start
|
|
||||||
w: "n" # stickUp
|
|
||||||
a: "m" # stickLeft
|
|
||||||
s: "," # stickDown
|
|
||||||
d: "." # stickRight
|
|
||||||
e: "/" # r
|
|
||||||
q: "b" # l
|
|
||||||
quiet: false
|
quiet: false
|
||||||
broadcast:
|
broadcast:
|
||||||
message: "#early access"
|
message: ""
|
||||||
gm:
|
|
||||||
hotwords:
|
|
||||||
star:
|
|
||||||
call: tap
|
|
||||||
args: ['<']
|
|
||||||
coin:
|
|
||||||
call: tap
|
|
||||||
args: ['>']
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ streams:
|
||||||
b: '2'
|
b: '2'
|
||||||
x: '3'
|
x: '3'
|
||||||
y: '4'
|
y: '4'
|
||||||
start: '5'
|
|
||||||
output:
|
output:
|
||||||
debug: false
|
debug: false
|
||||||
engine:
|
engine:
|
||||||
|
|
@ -22,7 +22,6 @@ streams:
|
||||||
b: '2'
|
b: '2'
|
||||||
x: '3'
|
x: '3'
|
||||||
y: '4'
|
y: '4'
|
||||||
start: '5'
|
|
||||||
output:
|
output:
|
||||||
debug: false
|
debug: false
|
||||||
engine:
|
engine:
|
||||||
|
|
@ -22,7 +22,6 @@ streams:
|
||||||
b: '2'
|
b: '2'
|
||||||
x: '3'
|
x: '3'
|
||||||
y: '4'
|
y: '4'
|
||||||
start: '5'
|
|
||||||
output:
|
output:
|
||||||
debug: false
|
debug: false
|
||||||
engine:
|
engine:
|
||||||
|
|
@ -22,7 +22,6 @@ streams:
|
||||||
b: '2'
|
b: '2'
|
||||||
x: '3'
|
x: '3'
|
||||||
y: '4'
|
y: '4'
|
||||||
start: '5'
|
|
||||||
output:
|
output:
|
||||||
debug: false
|
debug: false
|
||||||
engine:
|
engine:
|
||||||
|
|
@ -22,7 +22,6 @@ streams:
|
||||||
b: '2'
|
b: '2'
|
||||||
x: '3'
|
x: '3'
|
||||||
y: '4'
|
y: '4'
|
||||||
start: '5'
|
|
||||||
output:
|
output:
|
||||||
debug: false
|
debug: false
|
||||||
engine:
|
engine:
|
||||||
|
|
@ -22,7 +22,6 @@ streams:
|
||||||
b: '2'
|
b: '2'
|
||||||
x: '3'
|
x: '3'
|
||||||
y: '4'
|
y: '4'
|
||||||
start: '5'
|
|
||||||
output:
|
output:
|
||||||
debug: false
|
debug: false
|
||||||
engine:
|
engine:
|
||||||
|
|
@ -22,7 +22,6 @@ streams:
|
||||||
b: '2'
|
b: '2'
|
||||||
x: '3'
|
x: '3'
|
||||||
y: '4'
|
y: '4'
|
||||||
start: '5'
|
|
||||||
output:
|
output:
|
||||||
debug: false
|
debug: false
|
||||||
engine:
|
engine:
|
||||||
|
|
@ -1,16 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
echo source ./package.sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cd ${based%/*}
|
|
||||||
tar_f=${based##*/}.tar
|
|
||||||
rm -f "$tar_f"
|
|
||||||
tar -cf "$tar_f" ${based##*/}
|
|
||||||
cleanup() { rm "$tar_f"; }
|
|
||||||
trap cleanup EXIT
|
|
||||||
|
|
||||||
scp_scratch.sh "$tar_f" squeaky2x3@192.168.0.86:/volume1/video/FTP/
|
|
||||||
ssh_scratch.sh ls /volume1/video/FTP/"$tar_f"
|
|
||||||
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
#! /bin/bash
|
|
||||||
|
|
||||||
test -f ./rusty-pipe-signed.exe || exit 1
|
|
||||||
|
|
||||||
based=$(mktemp -d)
|
|
||||||
for f in ./*.yaml; do
|
|
||||||
d="$based/${f%.yaml}.d"
|
|
||||||
mkdir -p "$d"
|
|
||||||
cp "$f" "$d"/rusty-pipe.yaml
|
|
||||||
cp "$(realpath ./rusty-pipe-signed.exe)" "$d"/rusty-pipe-windows.exe
|
|
||||||
cp "$(realpath ./rusty-pipe-notwindows.bin)" "$d"/rusty-pipe-notwindows.bin
|
|
||||||
done
|
|
||||||
pushd "$based"
|
|
||||||
for d in ./*/; do
|
|
||||||
zip -r -7 ${d%/}.zip $d
|
|
||||||
rm -rf "$d"
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
echo "$based"
|
|
||||||
du -sh "$based"/*
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../rusty-pipe.d/target/release/rusty-pipe
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
../../../rusty-pipe.d/target/x86_64-pc-windows-gnu/release/rusty-pipe-signed.exe
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b89ed62036e8c40575f9aa996f3aad4729ca9f80
|
Subproject commit 934158b7a3adbf81cc24baaf1ed050076e6046b7
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b4d3e5a27cbdecfd70f6601d7b51ab9a07a045f7
|
Subproject commit 88bf54d0226438398c4b678d84947e42bf3920ab
|
||||||
|
|
@ -42,7 +42,7 @@ _discord() {
|
||||||
sudo snap install discord
|
sudo snap install discord
|
||||||
fi
|
fi
|
||||||
(
|
(
|
||||||
exec snap run discord
|
snap run discord
|
||||||
) &> /tmp/mayhem-party.discord.log &
|
) &> /tmp/mayhem-party.discord.log &
|
||||||
disown
|
disown
|
||||||
)
|
)
|
||||||
|
|
@ -124,7 +124,7 @@ _stt() {
|
||||||
echo
|
echo
|
||||||
log launching stt
|
log launching stt
|
||||||
(
|
(
|
||||||
export HOTWORDS=../../config.d/mayhem-party.d/v01-live.yaml@.users[].state.gm.alias,.gm.hotwords.KEYS
|
export HOTWORDS=../../config.d/mayhem-party.d/v01-live.yaml@.users[].state.gm.alias
|
||||||
export MIC_TIMEOUT=2
|
export MIC_TIMEOUT=2
|
||||||
export URL=http://localhost:17071/gm/rpc/broadcastSomeoneSaidAlias?message={{hotword}}
|
export URL=http://localhost:17071/gm/rpc/broadcastSomeoneSaidAlias?message={{hotword}}
|
||||||
export HEADERS=say="Eye herd {{hotword}}"
|
export HEADERS=say="Eye herd {{hotword}}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue