-
Notifications
You must be signed in to change notification settings - Fork 42
Frequently Asked Questions
Mino edited this page Jan 2, 2016
·
4 revisions
-
If you get
unrecognized relocation (0x2a) in section '.init'
or something like that, you should upgrade to GCC 5 and then linkx86_64-linux-gnu-gcc
to it. I don't know why this happens on some systems, but that seems to make it compile at least. For Debian check out thegcc-5
package insid
. -
If you get
unrecognized command line option ‘-fstack-protector-strong’
check out this page.
The balance
plugin is disabled by default. Add it to the qlx_plugins
cvar.
Example: DEFAULT, balance
will load all default plugins plus balance
.
- Create your sounds. Vorbis audio in mono should do the trick.
- Upload your sounds in a pk3 to the workshop.
- Add the workshop ID to your server's workshop.txt, like you would with any other workshop item.
- Set the
qlx_workshopReferences
cvar to the workshop ID. If you have multiple items, just separate the IDs with commas.
Clients should now have the sounds too, making them usable with the !sound command, the qlx_motdSound
cvar, or with the Plugin.play_sound()
method in your custom plugins.