Úprava gungame...

Technická podpora k herním serverům Counter-Strike: Source
Message
Autor
Uživatelský avatar
jirk159159
Příspěvky: 57
Věk: 28
Registrován: 14 lis 2010, 12:11
Reputation: 0
Bydliště: Liberec - Vratislavice
Kontaktovat uživatele:

Úprava gungame...

#1 Příspěvekod jirk159159 » 02 pro 2010, 19:49

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 ?
Přílohy
gungame.equip.rar
(1.2 KiB) Staženo 210 x
ObrázekObrázek

Uživatelský avatar
jirk159159
Příspěvky: 57
Věk: 28
Registrován: 14 lis 2010, 12:11
Reputation: 0
Bydliště: Liberec - Vratislavice
Kontaktovat uživatele:

Re: Úprava gungame...

#2 Příspěvekod jirk159159 » 02 pro 2010, 19:54

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
ObrázekObrázek

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: Úprava gungame...

#3 Příspěvekod Mysteria » 02 pro 2010, 21:37

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"
    }
}

Uživatelský avatar
max_007
Příspěvky: 510
Věk: 36
Registrován: 03 led 2010, 21:19
Reputation: 0

Re: Úprava gungame...

#4 Příspěvekod max_007 » 02 pro 2010, 23:00

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 :(

Uživatelský avatar
jirk159159
Příspěvky: 57
Věk: 28
Registrován: 14 lis 2010, 12:11
Reputation: 0
Bydliště: Liberec - Vratislavice
Kontaktovat uživatele:

Re: Úprava gungame...

#5 Příspěvekod jirk159159 » 03 pro 2010, 17:28

"1" "glock" když to zmenim na "1" "3" "glock"

Tak prvni level je knife a pak dal nic (porad knife)
ObrázekObrázek

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: Úprava gungame...

#6 Příspěvekod Mysteria » 03 pro 2010, 18:06

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.
         *
         *
         */
    }
}

NighTMare
Příspěvky: 130
Registrován: 19 črc 2010, 16:15
Reputation: 0

Re: Úprava gungame...

#7 Příspěvekod NighTMare » 04 pro 2010, 00:28

jaka je ip na ten server sel bych si zahrat

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: Úprava gungame...

#8 Příspěvekod Mysteria » 04 pro 2010, 00:45

NighTMare píše:jaka je ip na ten server sel bych si zahrat

Tohle si řeš přes PM a nespamujte tu témata :!:

Uživatelský avatar
jirk159159
Příspěvky: 57
Věk: 28
Registrován: 14 lis 2010, 12:11
Reputation: 0
Bydliště: Liberec - Vratislavice
Kontaktovat uživatele:

Re: Úprava gungame...

#9 Příspěvekod jirk159159 » 06 pro 2010, 08:47

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 ??
ObrázekObrázek

Uživatelský avatar
Mysteria
Příspěvky: 9122
Registrován: 26 pro 2009, 15:40
Reputation: 7
Bydliště: Česká republika
Kontaktovat uživatele:

Re: Úprava gungame...

#10 Příspěvekod Mysteria » 06 pro 2010, 08:53

Místo tohohle:

Kód: Vybrat vše

"MultipleKillsPerLevel"
    {
     

    }


Zpět na „Counter-Strike: Source“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 1 host