Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ tasks:
dest: ./resources/[standalone]/mhacking
ref: main
src: https://github.com/qbox-project/mhacking

# Bridge for mm_radio
- action: download_github
dest: ./resources/[standalone]/bl_bridge
ref: main
src: https://github.com/Byte-Labs-Studio/bl_bridge

- action: waste_time # prevent github throttling
seconds: 10
Expand Down Expand Up @@ -124,6 +130,11 @@ tasks:
dest: ./resources/[standalone]
src: ./tmp/Renewed-Weathersync.zip

- action: download_github
dest: ./resources/[standalone]/7_popmanager
ref: main
src: https://github.com/squarerootof49/7_popmanager

- action: download_file
path: ./tmp/xt-prison.zip
url: https://github.com/xT-Development/xt-prison/releases/latest/download/xt-prison.zip
Expand Down Expand Up @@ -422,11 +433,6 @@ tasks:
ref: main
src: https://github.com/Qbox-project/qbx_fireworks

- action: download_github
dest: ./resources/[qbx]/qbx_density
ref: main
src: https://github.com/Qbox-project/qbx_density

- action: download_github
dest: ./resources/[qbx]/qbx_customs
ref: main
Expand Down
14 changes: 12 additions & 2 deletions voice.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,17 @@ setr voice_allowSetIntent 1
# Default: 0
# Type: integer
setr voice_debugMode 0

# =========================================================
# ================= Radio Bridge Settings =================
# =========================================================
setr bl:framework 'qbx'
setr bl:inventory 'ox'
setr bl:context 'ox'
setr bl:target 'ox'
setr bl:progressbar 'ox'
setr bl:radial 'ox'
setr bl:notify 'ox'
setr bl:textui 'ox'
# =========================================================
# ================= External Mumble Server ================
# =========================================================
Expand All @@ -125,4 +135,4 @@ setr voice_debugMode 0
# Hides the mumble address in logs NOTE: You should only care to hide this for a external server.
# Default: 1
# Type: integer
# setr voice_hideEndpoints 1
# setr voice_hideEndpoints 1