Stránka 1 z 2
Úprava gungame...
Napsal: 02 pro 2010, 19:49
od jirk159159
Prominte, ale potrebuju helpnout.
Prosim podivejte se na tento confinguracni soubor pro gungame. (je v raru)
Otazka: Jak mam nastavit multilevel ?? např. Level 1 (glock)- potreba 2 killy
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;Level 2 (usp)- potreba 3 killy
PS: Muzu to sem dat, ze ano ?
Re: Úprava gungame...
Napsal: 02 pro 2010, 19:54
od jirk159159
Kód: Vybrat vše
"GunGame.Weapon"
{
"WeaponOrder"
{
/**
* Weapon Choices:
* There are a total of 64 levels by default. (To change this value you can edit the gungame_const.inc
* to change the maximum allowed level of the game by changing the define MAX_LEVEL)
*
* There are a total of 25 usable killing weapons for GunGame.
* By default weapon order only 23 levels and uses 23 out of 25 of the usable killing weapons.
*
* WARNING:
* DO NOT SKIP LEVELS in any config for WeaponOrder.
* ie .. Only have level 1 to 3 and skip 4 and use 5 to level 23.
* DO NOT SKIP LEVELS
*
* HandGuns:
* glock, usp, p228, deagle, fiveseven, elite
*
* Shotguns:
* m3, xm1014
*
* Sub Machine Guns:
* tmp, mac10, mp5navy, ump45, p90
*
* Rifles:
* galil, famas, ak47, scout, m4a1, sg552,
* aug, m249, awp
*
* Automatic Rifles:
* sg550, g3sg1
*
* Machine Gun:
* m249
*
* Other:
* knife, hegrenade
*/
"1" "glock"
"2" "usp"
"3" "p228"
"4" "deagle"
"5" "fiveseven"
"6" "elite"
"7" "m3"
"8" "xm1014"
"9" "tmp"
"10" "mac10"
"11" "mp5navy"
"12" "ump45"
"13" "p90"
"14" "galil"
"15" "famas"
"16" "ak47"
"17" "scout"
"18" "m4a1"
"19" "sg552"
"20" "aug"
"21" "m249"
"22" "hegrenade"
"23" "knife"
/**
* If RandomWeaponOrder is enabled, keep this levels unchanged.
* Use comma as a delimiter, do not use whitespace characters - only digits are allowed.
* Please keep this config line after levels list and before RandomWeaponOrder.
*
* "22,23" - keep knife and nade levels on defined levels
* "23" - keep knife level on defined level
* "" - randomize all levels
*/
"RandomWeaponReserveLevels" ""
/**
* This will take the weapons in the WeaponOrder and randomize all the weapons order.
* Please keep this config line after levels list and after RandomWeaponReserveLevels.
*/
"RandomWeaponOrder" "0"
}
To je to .......Edit by Mysteria: Používejte CODE
Re: Úprava gungame...
Napsal: 02 pro 2010, 21:37
od Mysteria
Všechno se nastavuje v téhle části:
Kód: Vybrat vše
"MultipleKillsPerLevel"
{
/**
* This is for custom kills per level will override default (MinKillsPerWeapon).
* Leave value at 0 if you do not want to override the default value.
*
* Example:
*
* For level 1 they must get 10 kills before they can level up.
* "1" "10"
* "2" "5"
* and so on.
*
* Or you can set kills per level for a perticular level.
* "1" "10"
* "3" "5"
* "5" "2"
* etc.
*
* Kills will count across all rounds so that you don't have to get them in one round.
*
*
*/
}
}
Jednou už jsem podobný problém u někoho řešil a podařilo se to asi na 3. způsob, ale zkusil bych to změnit na:
Kód: Vybrat vše
"MultipleKillsPerLevel"
{
"1" "1"
"2" "1"
"level" "pocet killu"
}
}
Re: Úprava gungame...
Napsal: 02 pro 2010, 23:00
od max_007
u mna si to riesil a myslim ze to ma byt jak pises ale gg server som po update prerobil na deathmatch lebo vtedy gg nesieal a skript už nemam zaby som sa na to pozrel

Re: Úprava gungame...
Napsal: 03 pro 2010, 17:28
od jirk159159
"1" "glock" když to zmenim na "1" "3" "glock"
Tak prvni level je knife a pak dal nic (porad knife)
Re: Úprava gungame...
Napsal: 03 pro 2010, 18:06
od Mysteria
Měníš to totiž někde jinde!
Tohle je pořadí zbraní - to musí být tak, jak to je, tady se nenastavuje počet killů pro další level.
Kód: Vybrat vše
"1" "glock"
"2" "usp"
"3" "p228"
"4" "deagle"
"5" "fiveseven"
"6" "elite"
"7" "m3"
"8" "xm1014"
"9" "tmp"
"10" "mac10"
"11" "mp5navy"
"12" "ump45"
"13" "p90"
"14" "galil"
"15" "famas"
"16" "ak47"
"17" "scout"
"18" "m4a1"
"19" "sg552"
"20" "aug"
"21" "m249"
"22" "hegrenade"
"23" "knife"
Počet killů změníš tady (je to úplně dole v tom konfiguračním souboru):
Kód: Vybrat vše
"MultipleKillsPerLevel"
{
/**
* This is for custom kills per level will override default (MinKillsPerWeapon).
* Leave value at 0 if you do not want to override the default value.
*
* Example:
*
* For level 1 they must get 10 kills before they can level up.
* "1" "10"
* "2" "5"
* and so on.
*
* Or you can set kills per level for a perticular level.
* "1" "10"
* "3" "5"
* "5" "2"
* etc.
*
* Kills will count across all rounds so that you don't have to get them in one round.
*
*
*/
}
}
Re: Úprava gungame...
Napsal: 04 pro 2010, 00:28
od NighTMare
jaka je ip na ten server sel bych si zahrat
Re: Úprava gungame...
Napsal: 04 pro 2010, 00:45
od Mysteria
NighTMare píše:jaka je ip na ten server sel bych si zahrat
Tohle si řeš přes PM a nespamujte tu témata

Re: Úprava gungame...
Napsal: 06 pro 2010, 08:47
od jirk159159
Mysteria píše:Počet killů změníš tady (je to úplně dole v tom konfiguračním souboru):
Kód: Vybrat vše
"MultipleKillsPerLevel"
{
/**
* This is for custom kills per level will override default (MinKillsPerWeapon).
* Leave value at 0 if you do not want to override the default value.
*
* Example:
*
* For level 1 they must get 10 kills before they can level up.
* "1" "10"
* "2" "5"
* and so on.
*
* Or you can set kills per level for a perticular level.
* "1" "10"
* "3" "5"
* "5" "2"
* etc.
*
* Kills will count across all rounds so that you don't have to get them in one round.
*
*
*/
}
}
Kam to mám přesně napsat ??
Re: Úprava gungame...
Napsal: 06 pro 2010, 08:53
od Mysteria