You are not logged in.

rain

Super Moderator

  • "rain" started this thread

Posts: 1,410

Location: Lutherstadt Wittenberg

Occupation: Anlagenmechaniker

wcf.user.option.userOption53: Ja

  • Send private message

1

Sunday, July 12th 2009, 1:32pm

Gungame5 benötigte Kills

Wo bzw was muss ich eingeben das man erst ab 2 oder 3 kills in Gungame5 in die nächste Runde der Waffen kommt?





Posts: 2,498

Location: Schwelm

Occupation: Immobilien-Verwalter / Serveradministrator

wcf.user.option.userOption53: Nein

  • Send private message

2

Sunday, July 12th 2009, 2:33pm

Re: Gungame5 benötigte Kills

gg_en_config.cfg:

Quoted

//=========================================================
// MULTIKILL OVERRIDE
//=========================================================
// This variable controls the amount of kills a player needs to level up.
//
// Note: Keep this variable set to 0 unless you want to override the values in
// your weapon order file.
//
// Note: This will not override hegrenade and knife, these are always 1.

gg_multikill_override 2

DeaD_EyE

Administrator

Posts: 3,980

Location: Hagen

Occupation: Mechatroniker (didaktische Systeme)

wcf.user.option.userOption53: Nein

  • Send private message

3

Sunday, July 12th 2009, 2:34pm

Re: Gungame5 benötigte Kills

hehe, zu langsam...

In der gg_en_config:

Source code

1
2
3
4
5
6
7
8
9
10
11
//=========================================================
// MULTIKILL OVERRIDE
//=========================================================
// This variable controls the amount of kills a player needs to level up.
//
// Note: Keep this variable set to 0 unless you want to override the values in
//       your weapon order file.
//
// Note: This will not override hegrenade and knife, these are always 1.

gg_multikill_override 0


Es kann aber auch auf gg_multikill_override 0 belassen werden und individuell in der "Weapon order file" für jede Waffe einzeln die Einstellung für die Anzahl der Kills vorgenommen werden.

In der gg_en_config.cfg wird festgelegt, welche Datei für die Waffenreihenfolge genommen wird:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
//=========================================================
// WEAPON ORDER FILE
//=========================================================
// This variable controls what weapon order file will be used.
//
// Note: The file must be located under "cfg/gungame5/weapon_orders/".
//
// Note: Changing this variable in-game will result in a restart.
//
// Note: If gg_weapon_order_random = 1, this will be the starting weapon order.
//
// Default Value: default_weapon_order

gg_weapon_order_file default_weapon_order


In diesem Fall würde die Datei cfg/gungame5/weapon_orders/default_weapon_order.txt verwendet werden.
Hinter jede Waffe kann man die benötigte Anzahl der Kills schreiben, die benötigt werden, um ein Level aufzusteigen.

rain

Super Moderator

  • "rain" started this thread

Posts: 1,410

Location: Lutherstadt Wittenberg

Occupation: Anlagenmechaniker

wcf.user.option.userOption53: Ja

  • Send private message

4

Sunday, July 12th 2009, 5:50pm

Re: Gungame5 benötigte Kills

Da sag ich doch mal MERCI lovu