Problems with dm

Ask questions and share info about GunGame 5

Problems with dm

Postby Tealk » Mon Nov 17, 2008 10:36 pm

Tis is my gg_default_addons.cfg but deathmatch isnt running on my server why?

//----------------------------------------------------------------------------
// gg_default_addons.cfg -- Default addon configuration.
//
// This file defines GunGame Addon settings. Any alteration of this file
// requires a server restart or a reload of GunGame.
//----------------------------------------------------------------------------

//=========================================================
// ERROR LOGGING
//=========================================================
// When enabled, this addon logs all GunGame-related errors to a log file
// located in:
//
//  * addons/eventscripts/gungame/logs/
//
// Note: If something in GunGame is not working and you are going to post a
//       bug, make sure you enable this addon then post the error log when
//       you are filing your bug report.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_error_logging 1

//=========================================================
// KNIFE PRO
//=========================================================
// When enabled, if you kill a player with a knife, you will level up,
// and the victim will level down.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_knife_pro 1

//=========================================================
// KNIFE PRO LEVEL LIMIT
//=========================================================
// Set this to limit level stealing to players close to your own level
//
// Example: If this is set to 3, you will not gain a level if you knife
//          someone more than 3 levels below you.
//
// Options: 0 = Disabled
//          <level> = Enabled

gg_knife_pro_limit 5

//=========================================================
// KNIFE ROOKIE
//=========================================================
// Similar to gg_knife_pro but not as strict:
//
// The attacker will level up even when the victim is on level 1.
// The attacker will level up even though the victim cannot leveldown.
// The victim will level down even though the attacker cannot levelup.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_knife_rookie 0

//=========================================================
// MULTI LEVEL
//=========================================================
// Set the below variable to the number of times a player has to level
// up prior to recieving the multi-level bonus.
//
// Note: Formally knows as Triple Level Bonus.
//
// Options: 0 = Disabled
//          # = The number of kills in a row the player must get in order
//              to recieve the multi-level bonus.

gg_multi_level 3

//=========================================================
// TURBO
//=========================================================
// This gives you your next weapon immediately when you levelup
//
// Note: Knife Elite automatically disables Turbo Mode.
// Note: Recommended for Deathmatch
//
// Options: 0 = Disabled
//          1 = Enabled

gg_turbo 1

//=========================================================
// NOBLOCK
//=========================================================
// Makes it possible to move through players.
//
// Note: Recommended for Surf servers
//
// Options: 0 = Disabled
//          1 = Enabled

gg_noblock 0

//=========================================================
// DEAD STRIP
//=========================================================
// Strip dead players weapons so that their weapons can't be picked up.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_dead_strip 0

//=========================================================
// KNIFE ELITE
//=========================================================
// After a player levels up, they only get a knife until the next round.
//
// Note: This will override Turbo mode!
//
// Options: 0 = Disabled
//          1 = Enabled

gg_knife_elite 0

//=========================================================
// EARN GRENADES
//=========================================================
// When a player reaches grenade level, they can earn extra grenades by
// killing enemies with another weapon.
//
// Note: Players can only carry one hegrenade at a time.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_earn_nade 0

//=========================================================
// UNLIMITED GRENADES
//=========================================================
// When a player reaches grenade level, they are given another grenade when
// their thrown grenade detonates.
//
// Note: This will automatically disable the "Earn grenades" addon.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_unl_grenade 0

//=========================================================
// GRENADE BONUS
//=========================================================
// If this is set, players on grenade level will receive this weapon along
// with the hegrenade.
//
// Note: Set this to zero to disable this function.
//
// Options: 0 = Disabled
//         <weapon name> = Enabled

gg_nade_bonus 1

//=========================================================
// RELOAD
//=========================================================
// When a player makes a kill the ammo in their clip is replenished.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_reload 0

//=========================================================
// FRIENDLY FIRE
//=========================================================
// Automatically turn on friendly fire when a player reaches "x" levels
// below the max.
//
// Example: gg_friendlyfire 2
//
// The above will turn on friendly fire when the player reaches 2 levels
// below the max.
//
// Options: 0 = Disabled
//          <level> = Enabled

gg_friendlyfire 0

//=========================================================
// STATS DATABASE AND COMMANDS
//=========================================================
// This variable controls whether you want to keep track of winners on your
// server.  This also enables the stat commands (!leader, !top, !rank, etc).
//
// Note: This will save a file to the server and requires appropiate read /
//       write permissions.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_stats 0

//=========================================================
// STATS DATABASE PRUNE
//=========================================================
// This variable controls how many days of inactivity for a winner is
// tolerated until they are removed from the database.
//
// Options: 0 = Disabled (not recommended for large servers!)

gg_prune_database 30

//=========================================================
// STATS LOGGING
//=========================================================
// When enabled, this addon will log game events for stats tracking.
//
// Note: Other options available in "stats logging.txt".
// Note: This should be used with third-party stats programs.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_stats_logging 1

//=========================================================
// SPAWNPOINT MANAGER
//=========================================================
// When enabled it will load random spawnpoints if a spawnpoint file for the
// current map has been created.  This addon also adds commands and a menu
// to allow admins to manage spawnpoints on the current map.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_spawnpoints 0

//=========================================================
// DEATHMATCH
//=========================================================
// When enabled, this addon emulates a team-deathmatch mode, and players will
// respawn when they die.
//
// Note: This addon enables: Turbo Mode.
// Note: This addon disables: Knife Elite, Elimination.
// Note: This addon disables: map objectives, freezetime and roundtime.
// Note: This addon requires usage of the "gg_respawn_cmd" found in the
//       gg_en_config.cfg
//
// Options: 0 = Disabled
//          1 = Enabled

gg_deathmatch 1

//=========================================================
// DEATHMATCH RESPAWN DELAY
//=========================================================
// This is a delay after a player dies before they will respawn.
//
// Default value: 2

gg_dm_respawn_delay 2

//=========================================================
// SPAWN PROTECTION
//=========================================================
// Set this to the number of seconds to allow spawn protection, in which they
// will be immune to other players fire but cannot levelup if they kill a
// player.
//
// Options: 0 = Disabled
//          <seconds> = Enabled

gg_spawn_protect 3

//=========================================================
// SPAWN PROTECTION COLORS
//=========================================================
// Set player color while under spawn protection.
//
// Default values:
//  Red: 255
//  Green: 255
//  Blue: 255
//  Alpha: 150

gg_spawn_protect_red 255
gg_spawn_protect_green 255
gg_spawn_protect_blue 255
gg_spawn_protect_alpha 150

//=========================================================
// SPAWN PROTECTION "CANCEL-ON-FIRE"
//=========================================================
// If set to 1, when a player shoots when they are protected, the
// unprotection timer will stop and they will instantly become
// unprotected and able to level up.
//
// Note: Uses eventscripts_noisy, this may cause lag.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_spawn_protect_cancelonfire 0

//=========================================================
// ALLOW LEVELLING WHILST PROTECTED
//=========================================================
// When enabled, players can level up whilst spawn protected.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_spawn_protect_can_level_up 0

//=========================================================
// DISSOLVER
//=========================================================
// Removes ragdolls by dissolving them with various effects.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_dissolver 1

//=========================================================
// DISSOLVER EFFECT
//=========================================================
// This what type of effect that will happen upon the ragdoll.
//
// Options: 0 = No effect
//          1 = Energy
//          2 = Heavy electrical
//          3 = Light electrical
//          4 = Core Effect
//          5 = Random Effect
//
// Default value: 5

gg_dissolver_effect 5

//=========================================================
// ELIMINATION
//=========================================================
// Elimination is an alternative to an all out deathmatch. You respawn
// when your killer is killed.
//
// Note: This addon enables: Turbo Mode.
// Note: This addon disables: Knife Elite and Deathmatch.
// Note: This addon disables: map objectives.
// Note: This addon requires usage of the "gg_respawn_cmd" found in the gg_en_config.cfg
//
// Options: 0 = Disabled
//          1 = Enabled

gg_elimination 0

//=========================================================
// HANDICAP
//=========================================================
// Handicap averages the level of all the players.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_handicap 0

//=========================================================
// HANDICAP UPDATE
//=========================================================
// If this is enabled, it will update all players that are below the current
// handicap every 2 minutes.
//
// Note: If disabled, players are only updated when they join the server.
//
// Options: 0 = Check on connect
//          1 = Check every 2 minutes

gg_handicap_update 0

//=========================================================
// MAP VOTING
//=========================================================
// A map vote will be triggered once a player reaches a preset level below
// the highest level.
//
// Once all human players have voted, the vote is stopped and the winning
// map is displayed to the players.
//
// Note: This vote does not require any other plugin except EventScripts.
// Note: More map vote options in gg_map_vote.cfg
//
// Example: If "gg_vote_trigger" is set to 3, once a player is 3 levels
//          below the highest level, the vote will trigger.
//
// Options: 0 = Disabled
//          1 = Enabled (GunGame Map Voting)
//          2 = Third-party voting system (Uses gg_map_vote_command)

gg_map_vote 1

//=========================================================
// MAP VOTE COMMAND
//=========================================================
// If gg_map_vote is set to 2, this is the command that will be issued
// when the vote is triggered.
//
// Examples: Mani: gg_map_vote_command "ma_voterandom end 4"
//           BeetlesMod: gg_map_vote_command "admin_votemaps"
//           SourceMod: gg_map_vote_command "sm_map_vote"

gg_map_vote_command "ma_voterandom end 4"

//=========================================================
// WELCOME MESSAGE
//=========================================================
// Show a welcome message to everyone that connects.
//
// Note: More options available in the "welcome_msg" folder.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_welcome_msg 1

//=========================================================
// WELCOME MESSAGE TIMEOUT
//=========================================================
// How long until the welcome message dismisses itself.
//
// Default value: 5
//
// Options: 0 = Never dismiss
//          <seconds> = Stay up for <seconds>

gg_welcome_msg_timeout 5

//=========================================================
// CONVERTER
//=========================================================
// Allows you to upgrade your current winner database / spawnpoints from
// previous versions of GunGame (3/4) to GunGame 5 format.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_convert 0
PS: Rechtschreibfehler sind für die allgemeine Belustigung!
Für diese Rechtschreibfehler haftet mein Deutschlehrer
Image
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Postby your-name-here » Tue Nov 18, 2008 12:12 am

Question, are you using es_tools or gg_utils?
your-name-here

Site Admin
Site Admin
User avatar
 
Posts: 115
Joined: Sat Sep 06, 2008 5:56 pm
Steam Friends Name: your-name-here
Xfire Name: thinkerroad

Re: Problems with dm

Postby Tealk » Tue Nov 18, 2008 3:47 pm

oh sorry have forgot this info
i have install both
PS: Rechtschreibfehler sind für die allgemeine Belustigung!
Für diese Rechtschreibfehler haftet mein Deutschlehrer
Image
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Postby Warren » Tue Nov 18, 2008 5:17 pm

I checked your server (85.25.152.117:27075) and found that you only have gg_utils installed, but not es_tools.

In ../cfg/gungame5/gg_en_config.cfg, the respawn command looks like this by default.
//=========================================================
// RESPAWN COMMAND
//=========================================================
// This is the command that is used to respawn the player, if you don't
// know what this variable does, you won't need to change it.
//
// Default value: est_spawn
//
// Example (using GunGame_Utils): gg_respawn_cmd gg_spawn

gg_respawn_cmd est_spawn
You need to change est_spawn to gg_spawn.
Warren

Site Admin
Site Admin
 
Posts: 772
Joined: Fri Sep 05, 2008 2:59 am
Location: Boston, MA
Xfire Name: WMA9000

Postby Tealk » Tue Nov 18, 2008 5:41 pm

thx for you help
ok i have cange it
but it doesnt run
deathmatch and turbomod doesnt run
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Postby satoon101 » Tue Nov 18, 2008 5:58 pm

It's still showing as est_spawn. You will need to reload GunGame to get it to change the value.

Satoon
satoon101

Site Admin
Site Admin
 
Posts: 1055
Joined: Thu Oct 09, 2008 4:27 pm

Postby Tealk » Tue Nov 18, 2008 6:01 pm

i have restart the server i restart server every time if i change anything
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Re:

Postby XE_ManUp » Wed Nov 19, 2008 12:22 am

Tealk wrote:i have restart the server i restart server every time if i change anything

Unless you:

rcon gg_respawn_cmd gg_spawn
XE_ManUp

Site Admin
Site Admin
 
Posts: 662
Joined: Sat Sep 06, 2008 3:36 am

Postby Don » Wed Nov 19, 2008 1:05 am

You still have it at est_spawn.

Image
Don

Site Admin
Site Admin
User avatar
 
Posts: 529
Joined: Fri Sep 05, 2008 3:05 am
Location: The Valley
Steam Friends Name: Don
Xfire Name: donlafferty

Postby Tealk » Wed Nov 19, 2008 4:49 pm

funktioniert trotzdem nicht genauso wie das gg_turbo nicht geht

Google Translation:

still does not like the gg_turbo just does not work and gg_deathmatch too


Edited by: Sc0pE (Added a translation.)
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Postby Tealk » Wed Nov 19, 2008 5:28 pm

hay scope if you translatet it you can help me too xD
i dont understand why this doesnt run
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Postby Warren » Wed Nov 19, 2008 5:34 pm

It is because you haven't uploaded gg_turbo to your server. I still had rcon to your server, so I tried loading it, and it said that the file didn't exist.

You had an issue before when you didn't upload all of EventScripts 2.0, only half of it, and it didn't load.
This is the same issue. You never uploaded gg_turbo.

I will stress this again... Upload ALL of the files in the GunGame download.
Warren

Site Admin
Site Admin
 
Posts: 772
Joined: Fri Sep 05, 2008 2:59 am
Location: Boston, MA
Xfire Name: WMA9000

Re: Problems with dm

Postby SquirrelEater » Wed Nov 19, 2008 5:42 pm

Base on my personal experience with Gun Game Python (5). Do a fresh install of Eventscripts 2.0.0.248c and ES_Tools 0.420

You download them at
Eventscripts 2.0.0.248c - http://mattie.net/downloads/mattie_even ... ta248c.zip
Es_Tools 0.420 - http://forums.mattie.info/cs/forums/download.php?id=889

You can use Gun Game Utilities to handle the respawn, but the Es_Tools works fine.
Obviously with Es_Tools your respawn command should look like this gg_respawn_cmd est_spawn
Gun Game Utilities is gg_spawn

Now because your having trouble with deathmatch and turbo. I would delete both of those directories and reupload them. Also delete the _init.py and pyc, gungame.py and pyc and reupload those as well.

/cstrike/addons/eventscripts/gungame
You can find these files _init.py and pyc, gungame.py and pyc

cstrike/addons/eventscripts/gungame/included_addons
You can find folders gg_deathmatch and gg_turbo

Here are my config files, I am running GG5 Deathmatch with Turbo

Obviously make sure your server is stopped while doing all of this as some active files will not be over written and you will just be wasting your time.

//----------------------------------------------------------------------------
// gg_default_addons.cfg -- Default addon configuration.
//
// This file defines GunGame Addon settings. Any alteration of this file
// requires a server restart or a reload of GunGame.
//----------------------------------------------------------------------------

//=========================================================
// ERROR LOGGING
//=========================================================
// When enabled, this addon logs all GunGame-related errors to a log file
// located in:
//
//  * addons/eventscripts/gungame/logs/
//
// Note: If something in GunGame is not working and you are going to post a
//       bug, make sure you enable this addon then post the error log when
//       you are filing your bug report.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_error_logging 1

//=========================================================
// KNIFE PRO
//=========================================================
// When enabled, if you kill a player with a knife, you will level up,
// and the victim will level down.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_knife_pro 1

//=========================================================
// KNIFE PRO LEVEL LIMIT
//=========================================================
// Set this to limit level stealing to players close to your own level
//
// Example: If this is set to 3, you will not gain a level if you knife
//          someone more than 3 levels below you.
//
// Options: 0 = Disabled
//          <level> = Enabled

gg_knife_pro_limit 0

//=========================================================
// KNIFE ROOKIE
//=========================================================
// Similar to gg_knife_pro but not as strict:
//
// The attacker will level up even when the victim is on level 1.
// The attacker will level up even though the victim cannot leveldown.
// The victim will level down even though the attacker cannot levelup.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_knife_rookie 1

//=========================================================
// MULTI LEVEL
//=========================================================
// Set the below variable to the number of times a player has to level
// up prior to recieving the multi-level bonus.
//
// Note: Formally knows as Triple Level Bonus.
//
// Options: 0 = Disabled
//          # = The number of kills in a row the player must get in order
//              to recieve the multi-level bonus.

gg_multi_level 3

//=========================================================
// TURBO
//=========================================================
// This gives you your next weapon immediately when you levelup
//
// Note: Knife Elite automatically disables Turbo Mode.
// Note: Recommended for Deathmatch
//
// Options: 0 = Disabled
//          1 = Enabled

gg_turbo 1

//=========================================================
// NOBLOCK
//=========================================================
// Makes it possible to move through players.
//
// Note: Recommended for Surf servers
//
// Options: 0 = Disabled
//          1 = Enabled

gg_noblock 0

//=========================================================
// DEAD STRIP
//=========================================================
// Strip dead players weapons so that their weapons can't be picked up.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_dead_strip 1

//=========================================================
// KNIFE ELITE
//=========================================================
// After a player levels up, they only get a knife until the next round.
//
// Note: This will override Turbo mode!
//
// Options: 0 = Disabled
//          1 = Enabled

gg_knife_elite 0

//=========================================================
// EARN GRENADES
//=========================================================
// When a player reaches grenade level, they can earn extra grenades by
// killing enemies with another weapon.
//
// Note: Players can only carry one hegrenade at a time.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_earn_nade 1

//=========================================================
// UNLIMITED GRENADES
//=========================================================
// When a player reaches grenade level, they are given another grenade when
// their thrown grenade detonates.
//
// Note: This will automatically disable the "Earn grenades" addon.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_unl_grenade 0

//=========================================================
// GRENADE BONUS
//=========================================================
// If this is set, players on grenade level will receive this weapon along
// with the hegrenade.
//
// Note: Set this to zero to disable this function.
//
// Options: 0 = Disabled
//         <weapon name> = Enabled

gg_nade_bonus 0

//=========================================================
// RELOAD
//=========================================================
// When a player makes a kill the ammo in their clip is replenished.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_reload 0

//=========================================================
// FRIENDLY FIRE
//=========================================================
// Automatically turn on friendly fire when a player reaches "x" levels
// below the max.
//
// Example: gg_friendlyfire 2
//
// The above will turn on friendly fire when the player reaches 2 levels
// below the max.
//
// Options: 0 = Disabled
//          <level> = Enabled

gg_friendlyfire 2

//=========================================================
// STATS DATABASE AND COMMANDS
//=========================================================
// This variable controls whether you want to keep track of winners on your
// server.  This also enables the stat commands (!leader, !top, !rank, etc).
//
// Note: This will save a file to the server and requires appropiate read /
//       write permissions.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_stats 1

//=========================================================
// STATS DATABASE PRUNE
//=========================================================
// This variable controls how many days of inactivity for a winner is
// tolerated until they are removed from the database.
//
// Options: 0 = Disabled (not recommended for large servers!)

gg_prune_database 30

//=========================================================
// STATS LOGGING
//=========================================================
// When enabled, this addon will log game events for stats tracking.
//
// Note: Other options available in "stats logging.txt".
// Note: This should be used with third-party stats programs.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_stats_logging 1

//=========================================================
// SPAWNPOINT MANAGER
//=========================================================
// When enabled it will load random spawnpoints if a spawnpoint file for the
// current map has been created.  This addon also adds commands and a menu
// to allow admins to manage spawnpoints on the current map.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_spawnpoints 1

//=========================================================
// DEATHMATCH
//=========================================================
// When enabled, this addon emulates a team-deathmatch mode, and players will
// respawn when they die.
//
// Note: This addon enables: Turbo Mode.
// Note: This addon disables: Knife Elite, Elimination.
// Note: This addon disables: map objectives, freezetime and roundtime.
// Note: This addon requires usage of the "gg_respawn_cmd" found in the
//       gg_en_config.cfg
//
// Options: 0 = Disabled
//          1 = Enabled

gg_deathmatch 1

//=========================================================
// DEATHMATCH RESPAWN DELAY
//=========================================================
// This is a delay after a player dies before they will respawn.
//
// Default value: 2

gg_dm_respawn_delay 1

//=========================================================
// SPAWN PROTECTION
//=========================================================
// Set this to the number of seconds to allow spawn protection, in which they
// will be immune to other players fire but cannot levelup if they kill a
// player.
//
// Options: 0 = Disabled
//          <seconds> = Enabled

gg_spawn_protect 1

//=========================================================
// SPAWN PROTECTION COLORS
//=========================================================
// Set player color while under spawn protection.
//
// Default values:
//  Red: 255
//  Green: 255
//  Blue: 255
//  Alpha: 150

gg_spawn_protect_red 255
gg_spawn_protect_green 255
gg_spawn_protect_blue 255
gg_spawn_protect_alpha 150

//=========================================================
// SPAWN PROTECTION "CANCEL-ON-FIRE"
//=========================================================
// If set to 1, when a player shoots when they are protected, the
// unprotection timer will stop and they will instantly become
// unprotected and able to level up.
//
// Note: Uses eventscripts_noisy, this may cause lag.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_spawn_protect_cancelonfire 0

//=========================================================
// ALLOW LEVELLING WHILST PROTECTED
//=========================================================
// When enabled, players can level up whilst spawn protected.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_spawn_protect_can_level_up 1

//=========================================================
// DISSOLVER
//=========================================================
// Removes ragdolls by dissolving them with various effects.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_dissolver 1

//=========================================================
// DISSOLVER EFFECT
//=========================================================
// This what type of effect that will happen upon the ragdoll.
//
// Options: 0 = No effect
//          1 = Energy
//          2 = Heavy electrical
//          3 = Light electrical
//          4 = Core Effect
//          5 = Random Effect
//
// Default value: 5

gg_dissolver_effect 0

//=========================================================
// ELIMINATION
//=========================================================
// Elimination is an alternative to an all out deathmatch. You respawn
// when your killer is killed.
//
// Note: This addon enables: Turbo Mode.
// Note: This addon disables: Knife Elite and Deathmatch.
// Note: This addon disables: map objectives.
// Note: This addon requires usage of the "gg_respawn_cmd" found in the gg_en_config.cfg
//
// Options: 0 = Disabled
//          1 = Enabled

gg_elimination 0

//=========================================================
// HANDICAP
//=========================================================
// Handicap averages the level of all the players.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_handicap 1

//=========================================================
// HANDICAP UPDATE
//=========================================================
// If this is enabled, it will update all players that are below the current
// handicap every 2 minutes.
//
// Note: If disabled, players are only updated when they join the server.
//
// Options: 0 = Check on connect
//          1 = Check every 2 minutes

gg_handicap_update 0

//=========================================================
// MAP VOTING
//=========================================================
// A map vote will be triggered once a player reaches a preset level below
// the highest level.
//
// Once all human players have voted, the vote is stopped and the winning
// map is displayed to the players.
//
// Note: This vote does not require any other plugin except EventScripts.
// Note: More map vote options in gg_map_vote.cfg
//
// Example: If "gg_vote_trigger" is set to 3, once a player is 3 levels
//          below the highest level, the vote will trigger.
//
// Options: 0 = Disabled
//          1 = Enabled (GunGame Map Voting)
//          2 = Third-party voting system (Uses gg_map_vote_command)

gg_map_vote 0

//=========================================================
// MAP VOTE COMMAND
//=========================================================
// If gg_map_vote is set to 2, this is the command that will be issued
// when the vote is triggered.
//
// Examples: Mani: gg_map_vote_command "ma_voterandom end 4"
//           BeetlesMod: gg_map_vote_command "admin_votemaps"
//           SourceMod: gg_map_vote_command "sm_map_vote"

gg_map_vote_command "ma_voterandom end 4"

//=========================================================
// WELCOME MESSAGE
//=========================================================
// Show a welcome message to everyone that connects.
//
// Note: More options available in the "welcome_msg" folder.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_welcome_msg 1

//=========================================================
// WELCOME MESSAGE TIMEOUT
//=========================================================
// How long until the welcome message dismisses itself.
//
// Default value: 5
//
// Options: 0 = Never dismiss
//          <seconds> = Stay up for <seconds>

gg_welcome_msg_timeout 5

//=========================================================
// CONVERTER
//=========================================================
// Allows you to upgrade your current winner database / spawnpoints from
// previous versions of GunGame (3/4) to GunGame 5 format.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_convert 0

//----------------------------------------------------------------------------
// gg_en_config.cfg -- English Server Configuration
//
// This file controls GunGame settings.
//
// Note: Any alteration of this file requires a server restart or a reload of
//       GunGame.
//----------------------------------------------------------------------------

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//      WEAPON SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// WEAPON ORDER FILE
//=========================================================
// This variable controls what weapon order file will be used.
//
// Note: The file must be located under "cfg/gungame/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 reverse_weapon_order

//=========================================================
// RANDOM WEAPON ORDER FILE
//=========================================================
// This variable controls whether a random weapon order will be chosen at the
// of each map.
//
// Options: 0 = Off, use gg_weapon_order for a static weapon order.
//          1 = On, get a new weapon order each map change.
//
// Default Value: 0

gg_weapon_order_random 0

//=========================================================
// WEAPON ORDER
//=========================================================
// This variable controls which order type  in which the weapon order will be parsed.
//
// Options: #default = Order will go Top -> Bottom.
//          #reversed = Order will go Bottom -> Top.
//          #random = Order will be shuffled.
//
// Default Value: #default

gg_weapon_order_type #default

//=========================================================
// WEAPON REMOVAL
//=========================================================
// This variable controls which weapons are not removed from the map.
//
// Note: Only weapon_* entities are supported.

gg_map_strip_exceptions hegrenade,flashbang,smokegrenade

//=========================================================
// 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


// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//      PUNISHMENTS SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// AFK ROUNDS
//=========================================================
// This variable controls the number of rounds a player has to be AFK before
// action is taken.
//
// Options: 0 = Disabled

gg_afk_rounds 2

//=========================================================
// AFK PUNISHMENT
//=========================================================
// This variable controls what punishment is taken upon players who are AFK
// longer than "gg_afk_rounds".
//
// Options: 1 = Kick the player
//          2 = Move the player to spectator

gg_afk_action 2

//=========================================================
// SUICIDE PUNISHMENT
//=========================================================
// This variable controls the number of levels a player will lose if they
// commit suicide.
//
// Options: 0 = Disabled

gg_suicide_punish 1

//=========================================================
// TEAM KILL PUNISHMENT
//=========================================================
// This variable controls the number of levels a player will lose if they
// kill a team-mate.
//
// Options: 0 = Disabled

gg_tk_punish 2

//=========================================================
// RECONNECT PUNISHMENT
//=========================================================
// This variable controls the number of levels a player will lose if they
// disconnect, then reconnect in the same round.
//
// Options: 0 = Disabled

gg_retry_punish 0


// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//      MAP SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// MAP OBJECTIVES
//=========================================================
// This variable controls which objectives will be disabled.
//
// Options: 0 = All objectives disabled.
//          1 = Bomb objective disabled.
//          2 = Hostage objectives disabled.
//          3 = No objectives disabled.

gg_map_obj 0

//=========================================================
// MULTI ROUNDS ENABLED
//=========================================================
// This variable controls the number of rounds that need to be played before
// a map change.
//
// Note: Only set this variable if you want more than one round per map change.
//
// Note: The map vote will only trigger on the final round.
//
// Options: 0 = Disabled

gg_multi_round 0

//=========================================================
// MULTI ROUNDS INTERMISSION
//=========================================================
// This variable controls the amount of time the intermission lasts between
// rounds.
//
// Note: This will start an intermission timer similar to the warmup timer
//       between rounds.

gg_round_intermission 25

//=========================================================
// WARMUP ROUND TIME
//=========================================================
// This variable controls how long the warmup round will last.
//
// Note: Players cannot level up during the warmup round.
//
// Options: 0 = Disabled

gg_warmup_timer 40

//=========================================================
// WARMUP WEAPON
//=========================================================
// This variable controls what weapon players will have during the warmup
// round.
//
// Options: 0 = First level weapon

gg_warmup_weapon hegrenade

//=========================================================
// WARMUP ROUND DEATHMATCH MODE
//=========================================================
// This variable controls if the warmup round will allow deathmatch-
// style play during the warmup round.
//
// Options: 0 = Disabled (default)
//          1 = Enabled
//
// Note: DO NOT ENABLE this if gg_deathmatch is enabled by default! This
//       cause gg_deathmatch to unload at the end of the warmup round.
//
// Note: Requires the usage of "gg_respawn_cmd" (found below).
//
// Note: Please check the gg_default_addons.cfg for information regarding
//       information on what is required to be enabled and disabled when
//       running gg_deathmatch.

gg_warmup_deathmatch 0

//=========================================================
// WARMUP ROUND ELIMINATION MODE
//=========================================================
// This variable controls if the warmup round will allow elimination-
// style play during the warmup round.
//
// Options: 0 = Disabled (default)
//          1 = Enabled
//
// Note: DO NOT ENABLE this if gg_elimination is enabled by default! This
//       cause gg_elimination to unload at the end of the warmup round.
// Note: Requires the usage of "gg_respawn_cmd" (found below)
// Note: Please check the gg_default_addons.cfg for information regarding
//       information on what is required to be enabled and disabled when
//       running gg_elimination.

gg_warmup_elimination 0

//=========================================================
// DYNAMIC END OF MAP CHAT TIME
//=========================================================
// This variable controls the source of the end of map chat time for custom
// end of map music.
//
// Options: 0 = Use the server's mp_chattime variable
//          1 = Use the length of the individual audio file

gg_dynamic_chattime 1



// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//      PLAYER SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// DEFUSERS
//=========================================================
// This variable controls whether Counter-Terrorist players are given defusal
// kits in bomb maps.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_player_defuser 0

//=========================================================
// ARMOR
//=========================================================
// This variable controls the type of armor players are given.
//
// Options: 0 = No armor
//          1 = Kevlar only
//          2 = Assaultsuit (Kevlar + Helmet)

gg_player_armor 2


// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//      SOUND SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// SOUND PACK
//=========================================================
// This variable controls which soundpack will be used.
//
// Note:
//
// Default Value: default

gg_soundpack default

//=========================================================
// LEADER WEAPON WARNING
//=========================================================
// This variable controls whether or not a sound will be played at the start
// of a round announcing that a player is on either the "hegrenade" or "knife"
// level.
//
// Options: 0 = Disabled
//          1 = Enabled

gg_leaderweapon_warning 0

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//      MISCELLANIA
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// RESPAWN COMMAND
//=========================================================
// This is the command that is used to respawn the player, if you don't
// know what this variable does, you won't need to change it.
//
// Default value: est_spawn
//
// Example (using GunGame_Utils): gg_respawn_cmd gg_spawn

gg_respawn_cmd est_spawn

//=========================================================
// SAY PREFIX
//=========================================================
// This variable controls what prefix will be used before say commands.
//
// Example: !gg would make setlevel be !ggsetlevel
//          ?   would make setlevel be ?setlevel
//
// Default Value: !

gg_say_prefix "!"
SquirrelEater

Beta Tester
Beta Tester
 
Posts: 13
Joined: Sat Sep 27, 2008 2:20 pm
Steam Friends Name: [LPC]Squirrel_Eater
Xfire Name: lpcstinger

Re: Problems with dm

Postby Warren » Wed Nov 19, 2008 5:51 pm

SquirrelEater wrote:Base on my personal experience with Gun Game Python (5). Do a fresh install of Eventscripts 2.0.0.248c and ES_Tools 0.420

You download them at
Eventscripts 2.0.0.248c - http://mattie.net/downloads/mattie_even ... ta248c.zip

EventScripts 2.0.0.250+ is required for GunGame5. Previous versions include memory leaks and can cause crashes.

Also. I don't think he needs to re-install anything, just re-upload GunGame5.
Warren

Site Admin
Site Admin
 
Posts: 772
Joined: Fri Sep 05, 2008 2:59 am
Location: Boston, MA
Xfire Name: WMA9000

Postby SquirrelEater » Wed Nov 19, 2008 5:53 pm

My mistake, guess I need to update my event scripts, of course I haven't had a problem with it.
SquirrelEater

Beta Tester
Beta Tester
 
Posts: 13
Joined: Sat Sep 27, 2008 2:20 pm
Steam Friends Name: [LPC]Squirrel_Eater
Xfire Name: lpcstinger

Postby Warren » Wed Nov 19, 2008 5:54 pm

Also, in the future, it would be best to recommend GG_Utils before ES_Tools, unless ES_Tools is already loaded. ES_Tools causes conflicts and crashes on some servers.
Warren

Site Admin
Site Admin
 
Posts: 772
Joined: Fri Sep 05, 2008 2:59 am
Location: Boston, MA
Xfire Name: WMA9000

Postby Tealk » Wed Nov 19, 2008 7:03 pm

lol where should i download gg_turbo and gg_deathmatch
the same witch gg4??
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Postby Tealk » Wed Nov 19, 2008 7:06 pm

oh by includet addons sorry ok but i dont know why filezilla do not upload all files
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek

Postby Don » Wed Nov 19, 2008 7:33 pm

It's usually a permissions issue if the files don't all get uploaded.
Don

Site Admin
Site Admin
User avatar
 
Posts: 529
Joined: Fri Sep 05, 2008 3:05 am
Location: The Valley
Steam Friends Name: Don
Xfire Name: donlafferty

Postby Tealk » Wed Nov 19, 2008 7:57 pm

ok i say thx to all who help me
gg5 have become news on my homepage
Tealk

Private
Private
User avatar
 
Posts: 39
Joined: Mon Nov 17, 2008 7:43 pm
Steam Friends Name: tealkfreek



Return to General Discussion

Who is online

Users browsing this forum: No registered users and 1 guest