Показано с 1 по 10 из 11

Тема: GunGame CVAR's / Квары ГанГейм

Комбинированный просмотр

Предыдущее сообщение Предыдущее сообщение   Следующее сообщение Следующее сообщение
  1. #1
    Administrator Аватар для Genuine Savenger
    Регистрация
    02.03.2010
    Сообщений
    3,379
    Поблагодарил(а)
    933
    Получено благодарностей: 2,306 (сообщений: 808).
    Time Online: 2 Months 1 Day 9 Hours 26 Minutes 40 Seconds
    Avg. Time Online: 17 Minutes 15 Seconds
    Вес репутации
    18

    По умолчанию GunGame CVAR's / Квары ГанГейм

    Так как на просторах инэта, после смерти сайта автора, найти описание кваров GunGame попросту невозможно, вылаживаю их у себя:

    Commands
    amx_gungame <0|1>
    Toggles the functionality of GunGame. Always use this to enable or disable GunGame in the middle of a map. Requires ADMIN_CVAR (or flag "g") access to use.
    amx_gungame_level <target> <level>
    Changes a player's level. Target can be a player name, *, @ALL, @TERRORIST, or @CT. If level is prepended with a plus or minus symbol, the level change is relative. Otherwise, the level change is absolute. Requires ADMIN_BAN (or flag "d") access to use.
    amx_gungame_score <target> <score> [dont_refill]
    Sets a player's score. Target can be a player name, *, @ALL, @TERRORIST, or @CT. If score is prepended with a plus or minus symbol, the score change is relative. Otherwise, the score change is absolute. Set dont_refill to not refill a player's ammo and armor. Requires ADMIN_BAN (or flag "d") access to use.
    amx_gungame_vote [mode]
    Starts a vote to enable or disable GunGame. Requires ADMIN_VOTE (or flag "j") access to use.
    amx_gungame_win [target]
    Forces target to win. If no target is provided, the best player will be chosen (sorted by highest level, then highest kills, then least deaths). Requires ADMIN_BAN (or flag "d") access to use.
    amx_gungame_teamplay <0|1> [killsperlvl] [suicidepenalty]
    Toggles teamplay mode. You can optionally specify new cvar values for gg_killsperlvl and gg_suicidepenalty. Requires ADMIN_BAN (or flag "d") access to use.
    amx_gungame_restart [delay] [full]
    Restarts GunGame. You can optionally specify a delay, in seconds. If full, reloads config and everything. Requires ADMIN_BAN (or flag "d") access to use.
    gg_reloadweapons
    Reloads the weapon order and the kills per level from the cvars. This must be used if either of those two things are changed mid-game. Can only be called by server.





  2. #2
    Administrator Аватар для Genuine Savenger
    Регистрация
    02.03.2010
    Сообщений
    3,379
    Поблагодарил(а)
    933
    Получено благодарностей: 2,306 (сообщений: 808).
    Time Online: 2 Months 1 Day 9 Hours 26 Minutes 40 Seconds
    Avg. Time Online: 17 Minutes 15 Seconds
    Вес репутации
    18

    По умолчанию

    Basic Cvars
    gg_enabled (default: 1)
    Enables the functionality of the plugin. Use the amx_gungame command if you want to change this during gameplay.
    gg_vote_setting (default: 2)
    Starts a map vote when a player nears the final level. Every number above 1 is how many levels BEFORE the final level to start the vote at (e.g. 1 = start vote at final level, 2 = start vote one level before final, etcetera). Overridden by a gungame_mapcycle file.
    gg_vote_custom (default: "")
    The custom command used to start a map vote. Leave blank to use the functionality of galileo.axmxx, mapchooser.amxx, mapchooser4.amxx, deagsmapmanage230b.amxx, or deagsmapmanager.amxx. Overridden by a gungame_mapcycle file.
    gg_changelevel_custom (default: "")
    The custom command used to go to the next map. Leave blank to change to the map contained in amx_nextmap. Overridden by a gungame_mapcycle file.
    gg_map_setup (default:mp_timelimit 45; mp_winlimit 0; sv_alltalk 0; mp_chattime 10; mp_c4timer 25)
    A list of commands that are ran on map startup when GunGame is enabled, or when enabled in the middle of a game.
    gg_endmap_setup (default: "")
    A list of commands that are ran on map startup when GunGame is disabled, whenever GunGame disabled in the middle of a game, and at the end of a map. This is essentially the counter for gg_map_setup).
    gg_join_msg (default: 1)
    Give players a welcome sound and popup explaining GunGame when they join.
    gg_messages (default: 1)
    Set to 0 to disable all GunGame messages. There are four flags you can specify: classic (2), which displays the old-school GunGame chat message telling you your level; no color (4), which turns off coloring of GunGame chat messages; hide text (8), which suppresses all GunGame chat messages; and hide HUD (16), which suppresses all GunGame HUD messages. To use the flags, add up the numbers of the flags you want to use, and set gg_messages to that number plus 1.
    gg_save_temp (default: 300)
    Remembers a player's level and score upon disconnect for this amount of time (in seconds), so that they can rejoin shortly and not have to start over.
    gg_status_display (default: 1)
    Controls what the custom status display to the right of the round timer shows. 1 = leader's weapon, 2 = your weapon, 3 = kills until next level, 4 = kills gained this level, 30 = disabled
    gg_map_iterations (default: 1)
    How many GunGame rounds to play before switching maps. A value of 0 means that GunGame will never change maps on its own.
    gg_ignore_bots (default: 0)
    If set to 1, bot wins and points are not saved. If set to 2, bots can't even trigger a win, unless there are no human players in the server, in addition to their wins and points not being saved.
    gg_block_equips (default: 2)
    If set to 1, stops game_player_equip's from working, and if set to 2, additionally stops player_weaponstrip's from working.
    gg_leader_display (default: 1)
    Toggles the displaying of a constant leader display at the top of the screen in the format Leader: Player +ties (lvlnum - lvlname). Ties is the number of other players on the same level.
    gg_leader_display_x (default: -1.0)
    The X (horizontal) position of the aforementioned leader display. 0.0 is the left side of the screen, 1.0 is the right side of the screen, and -1.0 is in the center.
    gg_leader_display_y (default: 0.0)
    The Y (vertical) position of the aforementioned leader display. 0.0 is the top of the screen, 1.0 is the bottom of the screen, and -1.0 is in the center.
    gg_allow_changeteam (default: 2)
    If set to 1, team changes are not counted as a suicide. If set to 2, team changes are not counted as a suicide only if the change was beneficial, meaning that the team change didn't stack the teams. Changing teams to your current team always counts as a suicide.
    gg_disable_money (default: 1)
    Controls whether or not GunGame gets rid of players' money. Only turn this off if you have another method to prevent weapon buying.
    gg_winner_motd (default: 1)
    Whether or not the win-screen MOTD appears when someone wins. Optionally, setting this to a URL will open a MOTD window to that page instead when someone wins (to be used with SQL stats primarily) and cause the gg_sql_winmotd_table table to be updated, if using SQL. If set to 2, the default win-screen MOTD will be still used but the gg_sql_winmotd_table table will be updated as well, if using SQL.
    gg_afk_protection (default: 0)
    If enabled, players can't get points for killing AFK players. A player is considered AFK every time they spawn until they move, look, or shoot. Set to 2 to use the stricter, less-reliable method that was in pre-2.13 versions.
    gg_top10_ppp (default: 8)
    How many players to display per page on the top 10 list. Optionally, setting this to a URL will open a MOTD window to that page when players type !topX (to be used with SQL stats primarily).





  3. #3
    Administrator Аватар для Genuine Savenger
    Регистрация
    02.03.2010
    Сообщений
    3,379
    Поблагодарил(а)
    933
    Получено благодарностей: 2,306 (сообщений: 808).
    Time Online: 2 Months 1 Day 9 Hours 26 Minutes 40 Seconds
    Avg. Time Online: 17 Minutes 15 Seconds
    Вес репутации
    18

    По умолчанию

    Autovote Cvars
    gg_autovote_mode (default: 0)
    The type of vote that comes up automatically after a certain number of rounds/time (see below cvars). The vote types are as follows: 1 = GunGame on/off; 2 = GunGame teamplay/regular; 3 = GunGame teamplay/regular/off. Set to 0 to disable this feature. Can optionally specify a comma-separated sequence, e.g. "3,1,2"
    gg_autovote_rounds (default: 1)
    The number of rounds after the start of a new map it takes before starting the autovote.
    gg_autovote_delay (default: 8.0)
    How many seconds after the appropiate round start (based on gg_autovote_rounds) to start the autovote.
    gg_autovote_ratio (default: 0.51)
    The ratio of votes required to enable GunGame. This is used for both amx_gungame_vote and the autovote.
    gg_autovote_time (default: 10.0)
    How many seconds players have to vote. This is used for both amx_gungame_vote and the autovote.





  4. #4
    Administrator Аватар для Genuine Savenger
    Регистрация
    02.03.2010
    Сообщений
    3,379
    Поблагодарил(а)
    933
    Получено благодарностей: 2,306 (сообщений: 808).
    Time Online: 2 Months 1 Day 9 Hours 26 Minutes 40 Seconds
    Avg. Time Online: 17 Minutes 15 Seconds
    Вес репутации
    18

    По умолчанию

    Stats Cvars
    gg_stats_file (default: gungame.stats)
    The file to use for logging wins (starts in cstrike/ or czero/ directory). Leave blank to disable win logging.
    gg_stats_ip (default: 0)
    Set to 1 to track stats by IP address instead of STEAM ID, or set to -1 to track by player name.
    gg_stats_prune (default: 2592000)
    How old, in seconds, a stat entry can be before it is deleted. Use 0 to leave all stat entries infinitely.
    gg_stats_mode (default: 2)
    The method used for scoring players. 0 = disabled, 1 = by wins, 2 = by points. If using 2, at the end of a game, every player gets one point for each level they gained, the winner getting a bonus based on the gg_stats_winbonus cvar.
    gg_stats_split (default: 0)
    If enabled, keeps seperate stats for regular and teamplay mode.
    gg_stats_winbonus (default: 1.5)
    If using gg_stats_mode 2, the winner gets this times as many points as regular.





  5. #5
    Administrator Аватар для Genuine Savenger
    Регистрация
    02.03.2010
    Сообщений
    3,379
    Поблагодарил(а)
    933
    Получено благодарностей: 2,306 (сообщений: 808).
    Time Online: 2 Months 1 Day 9 Hours 26 Minutes 40 Seconds
    Avg. Time Online: 17 Minutes 15 Seconds
    Вес репутации
    18

    По умолчанию

    SQL Cvars
    gg_sql_host (default: "127.0.0.1")
    The SQL hostname to use for connecting.
    gg_sql_user (default: "root")
    The SQL user to use for connecting.
    gg_sql_pass (default: "")
    The SQL password to use for connecting.
    gg_sql_db (default: "amx")
    The database name to use.
    gg_sql_table (default: "gg_stats")
    The table name where the regular stats are stored.
    gg_sql_streak_table (default: "gg_streaks")
    The table name where the win streaks are stored.
    gg_sql_winmotd_table (default: "gg_winmotd")
    The table name where the MOTD player information is stored.





  6. #6
    Administrator Аватар для Genuine Savenger
    Регистрация
    02.03.2010
    Сообщений
    3,379
    Поблагодарил(а)
    933
    Получено благодарностей: 2,306 (сообщений: 808).
    Time Online: 2 Months 1 Day 9 Hours 26 Minutes 40 Seconds
    Avg. Time Online: 17 Minutes 15 Seconds
    Вес репутации
    18

    По умолчанию

    Deathmatch Cvars
    gg_dm (default: 1)
    Enables deathmatch mode (a.k.a. infinite respawn).
    gg_dm_sp_time (default: 1.0)
    The time (in seconds) that a player's spawn protection peroid lasts. Use 0.0 to disable spawn protection.
    gg_dm_sp_mode (default: 1)
    1 = if killed during spawn protection, killer gets no points. 2 = completely invincible during spawn protection. Use 0 to disable spawn protection.
    gg_dm_spawn_random (default: 2)
    Makes players respawn in a random (team-ambiguous) spawn. If CSDM spawn points are installed for the current map, then those will be used instead. If this cvar is set to 2, then players will only respawn randomly when there are CSDM spawn points for the current map.
    gg_dm_start_random (default: 1)
    If players are placed at random CSDM spawns on round start (only as long as there are as many CSDM spawn points as there are players).
    gg_dm_spawn_delay (default: 3.0)
    The time (in seconds) that it takes to respawn after dying.
    gg_dm_spawn_afterplant (default: 1)
    Controls whether or not players respawn after the bomb has been planted.
    gg_dm_corpses (default: 1)
    Toggles whether or not player corpses stay on the ground in deathmatch mode.
    gg_dm_countdown (default: 2)
    Shows a countdown timer to players telling them how much time until they respawn. The cvar value changes the display mode: 1 = center say, 2 = HUD message, 3 = both.





Информация о теме

Пользователи, просматривающие эту тему

Эту тему просматривают: 1 (пользователей: 0 , гостей: 1)

Похожие темы

  1. Как выигрывать в GunGame?
    от Genuine Savenger в разделе Главный форум (Main)
    Ответов: 39
    Последнее сообщение: 17.01.2017, 17:36
  2. Турнир с Мясным GUNGAME
    от G.O.R.A в разделе Турниры (Tourney)
    Ответов: 116
    Последнее сообщение: 22.02.2016, 16:12
  3. Битва GunGame
    от LorD_DruiD в разделе Турниры (Tourney)
    Ответов: 91
    Последнее сообщение: 14.04.2014, 23:46
  4. GunGame все против всех
    от Genuine Savenger в разделе Gameplay
    Ответов: 9
    Последнее сообщение: 25.08.2010, 10:28
  5. Виды GunGame
    от Deadly Blade в разделе Off-топик
    Ответов: 1
    Последнее сообщение: 18.08.2010, 23:24

Метки этой темы

Ваши права

  • Вы не можете создавать новые темы
  • Вы не можете отвечать в темах
  • Вы не можете прикреплять вложения
  • Вы не можете редактировать свои сообщения
  •  
Стань VIP!