Custom Query (32 matches)
Results (28 - 30 of 32)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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 |
|||
#2 | fixed | Features for testing weapon tweaks | ||
Description |
The beta will allow server admins to change spread, damage, and range for each weapon. It works like described here. In addition to what the original patch does, the weapon properties on the clients will be kept in sync with the server, and the settings will be stored to the cvar g_weaponInfo. Optionally, information about which weapon settings are changed from the defaults, could be printed on the client console upon joining a server. |
|||
#16 | fixed | Transparent console behaves oddly on dedicated GUI server | ||
Description |
With cl_consoleType 1 and cl_consoleTransparency 0, text is not being erased before new text is drawn. With alpha 0.5, there's just a ghosting effect. I guess we should just disable alpha in this case, since there's no background to see through the console anyway. |