rbreslow / speak

A full featured chatbox addon for Garry's Mod.
GNU Affero General Public License v3.0
4 stars 0 forks source link
addon chatbox garrysmod glua lua

Speak 💬 CI

Speak is a drop-in replacement for the default chatbox in Garry's Mod, written in JavaScript and Lua.

image

Requirements

Development

First, make sure dependencies are up-to-date:

./scripts/update

Then, launch the Source Dedicated Server (SRCDS) instance:

./scripts/server

Ports

Service Port
Source Dedicated Server (SRCDS) 27015

Scripts

Name Description
cibuild Build addon for distribution.
console Attach to the SRCDS console. Detach with ctrl + d.
server Start SRCDS.
test Run tests.
update Update dependencies and static asset bundle.