|
|
XoneXfer 1.32
Download here XoneXfer_1.3RC8.zip
Or from the official site http://xonexfer.kicks-ass.net/
XoneXfer is a multi-purpose mod for Quake 3 Arena. It has many capabilities, and
is able to accomodate many different play styles.
Most servers that run XoneXfer are unlagged, although this can be turned off if
desired (see config readme).
Through the various game settings, many aspects of the game can be customized to
provide a unique game experience, or configured to replicate several of the mor
e well known mods, such as InstaUnlagged or OSP.
Although you can modify each of the settings yourself, for your convenience a fe
w standard config scripts have been provided, and several more are available on
the forums.
If you make a great new gametype with this, post your settings on the forums so
others can enjoy it too!
http://xonexfer.kicks-ass.net/
Installation
---------------
To install, simply copy the entire XoneXfer directory (the directory this file i
s in) into your Quake 3 Arena folder.
A sample bat file has been provided to start up a dedicated server. You will pro
bably want to modify this to change the map and gametype and such.
Configuration
-------------------
A few sample configuration scripts have been included to set the server up to po
pular game types. To use these, you should "exec" the scripts from the server co
nsole, or at the line +exec "scriptname" to the end of the dedicated server bat
file.
Keep in mind that these are just example scripts, and you'll probably want to re
ad through the "config-plaintext.txt" file to get a feel for what options are av
ailable. There are lots!
Bans
-------
To turn on the built in banning functionality, use
seta g_filterBan 1
from the server console or config file.
When bans are enabled, the mod will look through every ".dat" file inside the "b
ans" subfolder, and add the entries to a list that it checks against when client
s connect.
The format of this file is identicle to the format used by PunkBuster for it's p
bbans.dat file, so you can just copy that file into this folder from your pb dir
ectory.
Periodic Events
---------------
These are most often used to print a chat message at a regular interval, but can
be used to execute any command you want.
The simplest setup for this would be:
seta sv_periodic "say Visit our website at www.blah.com!"
Which would then print a chat message that says "Visit our website at www.blah.c
om!" every 5 minutes. How often this prints can be changed with the sv_periodic_
time variable.
Most people will use this as they would a map script, such as:
set p1 "set sv_periodic vstr p2; say ^3Visit Clan F8 at: ^7http:/^7/clanf8.clans
ervers.com"
set p2 "set sv_periodic vstr p1; say ^3Get the latest info on the mod at: ^7http
:/^7/xonexfer.kicks-ass.net"
vstr p1
which would alternate between saying two different things.
Copyright © by Q3eu - Quake Community All Right Reserved. Published on: 2007-09-15 (537 reads) [ Go Back ] | | |
|