Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
98
Добавлен:
15.03.2015
Размер:
4.89 Кб
Скачать
------------------------------------------------------------------------------

Title : czm's q3 cfg's
Filename : czmcfg.zip
Updated : 1/26/02
Author : Paul Nelson
Contact : email - qwerty@savoysoft.com
IRC - cK-czm on irc.enterthegame.com
Description : a Quake 3 configuration that features:
- my bindings/settings
- a timing configuration
- a teamplay configuration
- useful scripts

------------------------------------------------------------------------------

* Installation

- Extract cfg.zip (using folder names!) to quake3\baseq3.
- Take a close look at user.cfg - it's the only cfg you'll need to edit.
- Type "exec cfg\main" in the console or add it to your autoexec.cfg.
- Learn by experimenting or reading on.

* Teamplay

Teamplay binds come in three varieties:
1) Messages
2) Weapons/Items
3) Modifiers

First, some quick notes regarding the examples I've provided:
- In parentheses following "example" are any related cfgs other than
main.cfg or user.cfg, which are involved in nearly every example.
- Bracketed lines are not found in any cfgs, but are provided to simplify an
example. All other lines preceeded by ">" are found in user.cfg.
- a "*" indicates one particular demonstration of an example.
- a "&" following a "*" indicates a continuation of the same demonstration.

+ "Messages" broadcast a message; "vstr repeat" repeats the most recent.

example ()
> bind n "... Need Help ..."
> bind ctrl vstr repeat
* n : "Need Help"
& ctrl : "Need Help"

+ "Weapons/Items," weapons 2-8 and qd/mh/ra/ya/bs, have multiple functions.

- Default function: selects a weapon or broadcasts an arbitrary message.
The weapon settings and arbitrary messages are defined in user.cfg
- Modified functions: broadcast a message relating the function to the
weapon/item. "Enemy @ RL" relates "Enemy @" to "RL," for example.

+ "Modifiers" select a modified function for the weapons/items.
Using a modified function restores the default function.

example (teamplay\enemyhas.cfg, commands\def.cfg)
>[bind q vstr enemyhas]
> bind 5 vstr qd
> set qd_def "... Safe ..."
* 5 : "Safe"
* q + 5 : "Enemy has QUAD"
& 5 : "Safe"

example (players\fat.cfg, commands\def.cfg)
> bind leftarrow vstr fat
> bind z vstr w5
> set w5_def "weapon 5 ..."
* z : selects RL
* leftarrow + z : "fat --> RL"
& z : selects RL

Player-specific modifiers like the one in the above example are unique in
that they broadcast special messages in combination.

example (players\blood.cfg)
> bind leftarrow vstr blood
> bind downarrow vstr fat
* "leftarrow" + "downarrow" : "blood switch w/ fat"

example (players\ouija.cfg)
> bind downarrow vstr ouija
* "downarrow" + "downarrow" : "ouija switch w/ me"

While most modifiers terminate after one, some allow additional, optional
arguments, which are either weapons/items or times entered on the keypad.
Note: the "repeat" key will terminate the modifier at any point.

example (teamplay\enemyat.cfg & enemyat_ra.cfg)
>[bind q vstr enemyat]
> bind w vstr ra
> bind 5 vstr qd
> bind ctrl vstr repeat
* q + w + ctrl : "Enemy @ RA"
* q + w + 5 : "Enemy w/ QUAD @ RA"

example (teamplay\attack.cfg & attack_ya.cfg, commands\kp_reset.cfg)
>[bind q vstr attack]
> bind 3 vstr ya
> bind ctrl vstr repeat
* q + 3 + ctrl : "Attack YA"
* q + 3 + kp4 + kp7 : "Attack YA @ :47"

Multiple modifiers are often assigned to one key that cycles through them.
Using a modified function resets the cycle.

example (teamplay\available.cfg & need.cfg)
> bind w vstr ra
> bind y vstr c2
> set c2a "vstr available;set c2 vstr c2b"
> set c2b "vstr need;set c2 vstr c2a"
* y + w : "Available RA"
* y + y + w : "Need RA"
& y + w : "Available RA"

* Timing

- keypad numlock, /, *, +, -, ., 6, 7, 8, and 9 select items for timing.
- keypad digits input pickup times and report respawn times.
- keypad enter reports the selected item's respawn time.
- selecting an item twice treats the respawn time as a new pickup time.

example (timing\ra.cfg, commands\kp_reset.cfg)
> set numlock vstr ra_t
* numlock + kp0 + kp7 : "RA @ :32"
+ kp_enter : "RA @ :32"
+ numlock + numlock : "RA @ :57"
Соседние файлы в папке cfg
  • #
    15.03.20156.15 Кб98.DS_Store
  • #
    15.03.20154.1 Кб98._.DS_Store
  • #
    15.03.20154.89 Кб98czmcfg.txt
  • #
    15.03.20153.59 Кб97main.cfg
  • #
    15.03.201510.71 Кб97user.cfg