Skip to content

Frequently Asked Questions

Mino edited this page Jan 2, 2016 · 4 revisions

Compiling pyzmq throws an error!

  • If you get unrecognized relocation (0x2a) in section '.init' or something like that, you should upgrade to GCC 5 and then link x86_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 the gcc-5 package in sid.

  • If you get unrecognized command line option ‘-fstack-protector-strong’ check out this page.

How do I enable balancing?

The balance plugin is disabled by default. Add it to the qlx_plugins cvar.

Example: DEFAULT, balance will load all default plugins plus balance.

How do I add custom sounds?

  • 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.