Custom Query (32 matches)
Results (28 - 30 of 32)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#19 | fixed | Bad screenshot when resolution is 1366x768 | ||
Description |
"screenshot" command gives bad result when resolution is set to mode 13, wide 16:10, 1366x768. |
|||
#22 | invalid | Can't set s_musicvolume via autoexec.cfg nor console | ||
Description |
Since the 1.1 builds, the music can only be turned off via the UI. Due to this bug, the game won't remember the music setting and after each restart of the game, it is again the default volume of 0.25. The only way to turn off the music via the console is s_stop, however this is only temporary as the music will continue as soon as the next song is played. Operating system: Linux Affected SVN revisions: 448, 442, and earlier ones |
|||
#23 | done | add the "tell" command | ||
Description |
Hi, A nice feature of UrbanTerror is missing here : /tell <client number> <text> /rcon tell <client number> <text> This command allows ones to send a chat line to one client only (i.e: private messages) While the /bigtext command already does something similar, the bigtext can really be used only for short sentences. It would be another step to bring the bigbrotherbot project closer to SG. I'm not used to the Q3 code but it seems that the code for the UrbanTerror? tell command can be found line 644 in svn://clanwtf.net/repos/ioUrT-server-4.1/code/server/sv_ccmds.c |