Pages: [1]
  Print  
Author Topic: 3 questions about server configuration  (Read 6291 times)
Ivan_D
Nub


Cakes -1
Posts: 27



« on: July 26, 2009, 11:22:41 PM »

  • How can I add custom callvotes?
    For example there is 'set ctf "set g_gametype 3"' line in server config. I'd like to be able to callvote as non-privileged user something like "callvote vstr ctf". If there is no direct way, haxes and workarounds would be good too.
  • How can I change quad respawn time in tdm without writing my own patch?
  • How can I mute players?
Logged

In Soviet Russia OpenArena plays you!
Neon_Knight
In the year 3000
***

Cakes 49
Posts: 3775


Trickster God.


« Reply #1 on: July 26, 2009, 11:49:57 PM »

For #1 you can take a look at OAX: http://openarena.ws/board/index.php?topic=1908.msg22589#msg22589
In the most newer version that feature is still there.

For #2 and #3, I can't reply. :/
Logged


"Detailed" is nice, but if it gets in the way of clarity, it ceases being a nice addition and becomes a problem. - TVT
Want to contribute? Read this.
davidd
Half-Nub


Cakes 6
Posts: 99


[Z] server maintainer


« Reply #2 on: August 02, 2009, 10:23:31 AM »

  • How can I add custom callvotes?
    For example there is 'set ctf "set g_gametype 3"' line in server config. I'd like to be able to callvote as non-privileged user something like "callvote vstr ctf". If there is no direct way, haxes and workarounds would be good too.
  • How can I change quad respawn time in tdm without writing my own patch?
  • How can I mute players?


Code:
    //The next three variables holds the allowed vote options, gametypes, and maps that can be voted for.
    //g_voteNames "/map_restart/nextmap/map/g_gametype/kick/clientkick/g_doWarmup/timelimit/fraglimit/"
    //g_voteGametypes "/0/1/3/4/5/6/7/8/9/10/11/12/"
    //g_voteMaps "/ctf_inyard/oa_ctf4ish/hydronex/oasago2/"
    //If you want to allow every vote option, all gametypes, and all the maps you can write it like this:
    //g_voteNames *
    //g_voteGametypes *
    //g_voteMaps *

from some example q3config.
i think that you can vote ctf like : /callvote g_gametype 3
but you have to callvote a map_restart to have effect.

This is not what you asked, but i thought for anybody else.
Logged

Openarena, the freedom to contribute and extend.
Pages: [1]
  Print  
 
Jump to: