Server laggt mit GG 5

Für unsere Deutsch sprechenden Freunde.

Moderator: Tomelyr

Server laggt mit GG 5

Postby Branco » Wed Feb 10, 2010 8:57 pm

Hallo Leute,

ein Kunde von mir hat auf seinem Server GunGame 5 per Eventscripts laufen. Leider fängt der Server immer nach 5 Stunden das laggen an, wie wenn die FPS auf 10 - 50 @Server sind. Am Anfang läuft der Server 5 h wunderbar, nur dann eben der Lagg.

Ich habe mal andere Eventscript Addons probiert, diese laggen nicht, es liegt also aufjedenfall an GunGame 5, auch wenn es alleine läuft gibt es Probleme. Ist es ausgeschaltet, läuft alles ohne Probleme.

Ich hoffe jemand kann mir bzw. ihm helfen das Problem zu lösen.

Vielen Dank!

Gruß
Branco

PS:

autoexec.fg
mani_reverse_admin_flags 1          // Set the option to reverse the meaning of the admin flags set in adminlist.txt
mani_reverse_immunity_flags 1   // Set the option to reverse the meaning of the immunity flags set in immunitylist.txt

// CUSTOM SETTINGS
mp_dynamicpricing "0"

say "..::INITIALIZE EVENTSCRIPTS::.."

// Turn Matties Eventscript on/off (1/0)
mattie_eventscripts 1

// Run Eventscript Addons
es_load corelib
es_load popup
es_load keymenu
es_load vote
es_load setting
es_load diag
es_load crazylisten
es_load top_players
es_load ytb
es_load gungame
es_load stickynades


// Insert Admins
es_load examples/auth/basic_auth
BASIC_AUTH_ADMIN_LIST "STEAM_ID_LAN;STEAM_X:X:XXXXXX;"

say "..::EVENTSCRIPTS LOADED::.."

///////////////////////////////////////////////////
// * Need help...? Visit the following websites! //
//                                               //
// * CONFIG PACK DOWNLOAD (Latest Version)       //
// * www.config-pack.zorrox.com                  //
//                                               //
// * SUPPORT                                     //
// * www.forum.zorrox.com                        //
///////////////////////////////////////////////////


server.cfg
// ZORROX SERVER BASIC SETTINGS
hostname                    "xxx xxx | GunGame5 | 1oooFpS"  // NAME OF YOUR SERVER
sv_password                 ""                         // PASSWORD PROTECTION
rcon_password               "zensiert"         // RCON PASSWORD
sv_lan                      "0"                        // INTERNET/LAN {0/1}
sv_region                   "3"                        // REGIO OF YOUR SERVER
sv_allowupload              "1"
sv_allowdownload            "1"
net_queued_packet_thread    "0"
sv_downloadurl              ""                         // FAST DOWNLOAD URL

// EXECUTE EXTERNALIZED FILES
exec server_settings/zorrox_rcon.cfg                   // PASSWORD, PENALTY etc.
exec server_settings/zorrox_netsettings.cfg            // MIN/MAX RATES etc.
exec server_settings/zorrox_timing.cfg                 // ROUND TIME, FREEZE TIME, BOMB TIMER etc.
exec server_settings/zorrox_log.cfg                    // LOG SETTINGS
exec server_settings/zorrox_gameplay.cfg               // STARTMONEY,FRIENDLYFIRE etc.
exec server_settings/zorrox_camera.cfg                 // SPECTARTORS etc.

exec banned_user.cfg
exec banned_ip.cfg
exec mani_server.cfg

say "..::ZORROX SEVRER CONFIG COMPLETELY LOADED::.."

///////////////////////////////////////////////////
// * Need help...? Visit the following websites! //
//                                               //
// * CONFIG PACK DOWNLOAD (Latest Version)       //
// * www.config-pack.zorrox.com                  //
//                                               //
// * SUPPORT                                     //
// * www.forum.zorrox.com                        //
///////////////////////////////////////////////////

fps_max 333
 


es_tools.cfg
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//              ES_Tools Cvars                                                                      //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
est_debug 0             // Makes the console spam debug info for es_tools (useless unless you make it crash somehow and want to know why)                               //
est_conprint 0              // Print all commands that are run on the console (usefull for debugging scripts that are not doing what they are suppose to.           //
est_Message_Mode 0          // 0 = Message console only (fast), 1 = Send to Rcon user and console only (slow), 2 = Send to console, rcon, and log (Very Slow)       //
est_Max_Read_Line 900           // Maximum number of bytes to read in the est_GetLine command                                           //
est_Hook_Cheatish 0         // Blocks a bunch of cheat commands and impulse 101 when enabled, even if sv_cheats is on (does not block client side cheat cvars)      //
est_Hook_Kill 0             // Enables blocking the 'kill' command                                                      //
est_Hook_Menu 0             // Hook all menu commands                                                           //
est_Banned_Entities "point_servercommand" // Any entity classnames added to this cvar will be removed on their spawn, regardless of if they were created by a player or map.        //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//              ES_Tools Mod controls                                                                   //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
est_dead_chat 0             // Allows Dead players to chat with living players                                              //
est_enable_weapon_restrictions 0    // Enabled Es_tools nemod style weapon restrictions (users are unable to use restricted weapons they are holding)                               //
est_enable_autorebuy_hook 0     // 0 = ignore, 1 = Totally block , 2 = Only purchase allowed items for both autobuy and rebuy. (may not work on some weapons and items)     //
est_enable_weapon_mods 0        // Enables Weapon mods, (see addons/est/weapons.cfg)                                                                                            //
est_enable_weapon_speed_mods 0      // Enables or Disables es_tools weapon speed mods.                                              //
est_enable_gravity_reseting 0       // Forces custom set gravity on players to stop ladders and map gravity effects from changing your settings.                                    //
est_enable_PerUserKeyHook 0     // Enables or Disables Hooking keys per user                                                    //
est_allowadvanceddrop 0         // Allows players to drop knives, grenades and other usually undrop-able items.                                                                 //
est_blackhole_size 100          // Size of the killzone for the blackhole                                                   //
est_blackhole_gravity 100       // Gravity pull of the blachole                                                         //
est_blackhole_pulse 50          // Time in milliseconds between aplication of blackhole gravity                                         //
est_blackhole_eats "player,prop,weapon_,item_,npc_" // begining of entity class names to get pulled and eaten by the blackhole                          //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//              ES_Tools Event controls                                                                 //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
est_Hook_Fire 1             // 0 = Only fire one event per hook, 1 = Fire all matching events for every hooks                               //
est_Hook_Events_Matching ""     // Add the names of any events that you want clients to be unaware of here, IE player_team,bomb_planted,round_end, etc.             //
est_enable_est_player_shoot 0       // If enabled, and traceattack is hooked es_tools will fire the est_player_shoot event.                             //
est_enable_PerUserKeyEvents 0       // Enables or Disables Firing Key Down / Key Up events per user.                                        //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//              ES_Tools Admins                                                                     //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
est_MakeAdmin STEAM_ID_LAN      // Lan ID
est_MakeAdmin STEAM_0:0:8xxx        // xxx
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                             xxx                                                                                                                                                   //
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


Aktivierte Plugins:
ES_TOOLS
Mani Admin Plugin
Eventscript
Metamod
Sourcemod
Branco

Recruit
Recruit
 
Posts: 1
Joined: Wed Feb 10, 2010 8:55 pm


Return to German

Who is online

Users browsing this forum: No registered users and 1 guest