[Server] CS 1.6 Server Mods Problem!!!

Dieses Thema im Forum "Gamer Support" wurde erstellt von WiCk3d, 11. Juni 2007 .

Schlagworte:
  1. 11. Juni 2007
    CS 1.6 Server Mods Problem!!!

    Hi RR....

    hab mir verschiedene Mods für meinen Server...(LAN Game) besorgt und auch alles installiert....es funktioniert alles einwandfrei...

    Ein Problem habe ich dennoch....jedes mal wenn ich ein Bot töte oder auch ein Real Player..dann hängt sich CS komplett auf...woran kann das liegen???

    Mein System:

    AMD Sempron 2800+
    512mb DDR RAM
    NVIDIA GeForce FX Go 5200,64mb
     
  2. 12. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    Ich glaub ich hab ne Antwort da drauf: Dein Server ist komplett mit Mods überladen, ein paar vertragen sich nicht gegenseitig, du hast die mods irgendwie falsch eingestellt, oder dir fehlt eine oder mehrere Datei/en.

    Poste doch einfach mal was für mods du alles draufgehauen hast und vorallem wie du die eingestellt hast.
     
  3. 12. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    hier die plugins von meinem Server:

    ; AMX Mod X plugins

    ; Admin Base - Always one has to be activated
    admin.amxx ; admin base (required for any admin-related)
    ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

    ; Basic
    admincmd.amxx ; basic admin console commands
    ;adminhelp.amxx ; help command for admin console commands
    adminslots.amxx ; slot reservation
    multilingual.amxx ; Multi-Lingual management

    ; Menus
    menufront.amxx ; front-end for admin menus
    cmdmenu.amxx ; command menu (speech, settings)
    plmenu.amxx ; players menu (kick, ban, client cmds.)
    telemenu.amxx ; teleport menu (Fun Module required!)
    mapsmenu.amxx ; maps menu (vote, changelevel)

    ; Chat / Messages
    adminchat.amxx ; console chat commands
    antiflood.amxx ; prevent clients from chat-flooding the server
    scrollmsg.amxx ; displays a scrolling message
    imessage.amxx ; displays information messages
    adminvote.amxx ; vote commands

    ; Map related
    nextmap.amxx ; displays next map in mapcycle
    mapchooser.amxx ; allows to vote for next map
    timeleft.amxx ; displays time left on map

    ; Configuration
    pausecfg.amxx ; allows to pause and unpause some plugins
    statscfg.amxx ; allows to manage stats plugins via menu and commands

    ; Counter-Strike
    restmenu.amxx ; restrict weapons menu

    ; Enable to use AMX Mod plugins
    ;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

    ; Custom - Add 3rd party plugins here
    afkkicker2.amxx
    //bad_camper.amxx
    fangen.amxx
    amx_gore_ultimate.amxx
    //enhanced_death.amxx
    //he_arena.amxx
    loadingsound.amxx
    //automatic_knife_duel.amxx
    //roll_the_dice.amxx
    //sound_download_management.amxx
    //atac.2.5.5.5.amxx
    amxx_atac_cfg.1.1.09.amxx
    //weaponarena.amxx
    //aim_practice.amxx
    //warcraft3FT.amxx
    //amx_chicken.amxx
    twisteddeathmatch.amxx

    Plugin Hero:

    //To save XP to a nVault file (default)
    superheromodnvault.amxx

    //To save XP to the VAULT file (uncomment this and comment out the other plugin)
    //superheromodvault.amxx

    //To save XP to a mysql database (uncomment this and comment out the other plugin)
    //superheromodmysql.amxx

    //Add Heroes Here
    sh_afterburn.amxx
    sh_agent.amxx
    sh_bomberman.amxx
    sh_chucky.amxx
    sh_cyclops.amxx
    sh_demoman.amxx
    sh_flash.amxx
    sh_hobgoblin.amxx
    sh_invisman.amxx
    sh_ironman.amxx
    sh_kamikaze.amxx
    sh_magneto.amxx
    sh_mystique.amxx
    sh_psylocke.amxx
    sh_punisher.amxx
    sh_superman.amxx
    sh_windwalker.amxx
    sh_wolverine.amxx
    sh_yoda.amxx
     
  4. 12. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    versuchs mal ohne die Superhero Mod könnte mir nur vorstellen das nach kill XP kommen und der damit net klar kommt deshalb server zerschießt, versuch mal ne andere Aktion fuer die du XP bekommst denke an bombe planten oder sowas oder lass mal server ohne die mod laufen.

    vieleicht klappt es ja
     
  5. 12. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    THX ich probiers gleich mal aus

    noch ne frage ich möchte ja eigentlich nur die sounds drinn haben : headshot....multikill....und das er anzeigt welche entfernung und schaden...mehr will ich eigentlich nicht haben

    hab mir halt eine exe gesaugt die halt irgendwie alles installiert hat... was muss ich denn jetzt löschen?
     
  6. 12. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    Oo hm wie ging das nochmal ich schau mal morgen nach habe heute irgend wie kein nerv mehr dafuer muss morgen um 4:30 raus^^.
     
  7. 12. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    achsoo...schade..naja hab jetzt mal ein paar mods rausgemacht...gibt es da welche die man unbedingt braucht das AMXX läuft?
     
  8. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    huhu

    probier mal folgende plugin einstellungen in amxx :

    Code:
    ; AMX Mod X plugins
    
    ; Admin Base - Always one has to be activated
    admin.amxx ; admin base (required for any admin-related)
    ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
    
    ; Basic
    admincmd.amxx ; basic admin console commands
    ;adminhelp.amxx ; help command for admin console commands
    ;adminslots.amxx ; slot reservation [color=#FF0000]//Brauchste auf ner Lan nicht//[/color]
    multilingual.amxx ; Multi-Lingual management
    
    ; Menus
    menufront.amxx ; front-end for admin menus
    cmdmenu.amxx ; command menu (speech, settings)
    plmenu.amxx ; players menu (kick, ban, client cmds.)
    telemenu.amxx ; teleport menu (Fun Module required!)
    mapsmenu.amxx ; maps menu (vote, changelevel)
    
    ; Chat / Messages
    adminchat.amxx ; console chat commands
    antiflood.amxx ; prevent clients from chat-flooding the server
    scrollmsg.amxx ; displays a scrolling message
    imessage.amxx ; displays information messages
    adminvote.amxx ; vote commands
    
    ; Map related
    nextmap.amxx ; displays next map in mapcycle
    mapchooser.amxx ; allows to vote for next map
    timeleft.amxx ; displays time left on map
    
    ; Configuration
    pausecfg.amxx ; allows to pause and unpause some plugins
    statscfg.amxx ; allows to manage stats plugins via menu and commands
    
    ; Counter-Strike
    restmenu.amxx ; restrict weapons menu
    
    ; Enable to use AMX Mod plugins
    amxmod_compat.amxx ; AMX Mod backwards compatibility layer [color=#FF0000]//Besser an machen,könnte an einen veralteten plugin liegen//
    [/color]
    ; Custom - Add 3rd party plugins here
    afkkicker2.amxx
    //bad_camper.amxx
    //fangen.amxx [color=#FF0000]// FANGEN >>oder<< Super Hero Mod,du musst dich entscheiden ;) //[/color]
    amx_gore_ultimate.amxx
    //enhanced_death.amxx
    //he_arena.amxx
    //loadingsound.amxx [color=#FF0000]//auf ner lan brauchste das ned ;) //[/color]
    //automatic_knife_duel.amxx
    //roll_the_dice.amxx
    //sound_download_management.amxx
    //atac.2.5.5.5.amxx
    amxx_atac_cfg.1.1.09.amxx
    //weaponarena.amxx
    //aim_practice.amxx
    //warcraft3FT.amxx
    //amx_chicken.amxx
    //twisteddeathmatch.amxx [color=#FF0000]//mit super hero mod oO//[/color]
    
    Plugin Hero:
    
    //To save XP to a nVault file (default)
    superheromodnvault.amxx
    
    //To save XP to the VAULT file (uncomment this and comment out the other plugin)
    //superheromodvault.amxx
    
    //To save XP to a mysql database (uncomment this and comment out the other plugin)
    //superheromodmysql.amxx
    
    //Add Heroes Here
    sh_afterburn.amxx
    sh_agent.amxx
    sh_bomberman.amxx
    sh_chucky.amxx
    sh_cyclops.amxx
    sh_demoman.amxx
    sh_flash.amxx
    sh_hobgoblin.amxx
    sh_invisman.amxx
    sh_ironman.amxx
    sh_kamikaze.amxx
    sh_magneto.amxx
    sh_mystique.amxx
    sh_psylocke.amxx
    sh_punisher.amxx
    sh_superman.amxx
    sh_windwalker.amxx
    sh_wolverine.amxx
    sh_yoda.amxx
    
    und falls das ned hilft, welche amx(x) version,welche metamod?

    mfg
     
  9. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    Soooo hab die sachen die du oben gepostet hast rausgenommen....
    hab jetzt gar kein plugin mehr drinne.....jedenfals nicht in der ini datei

    bei mir sieht das jetzt so aus

    ; AMX Mod X plugins

    ; Admin Base - Always one has to be activated
    admin.amxx ; admin base (required for any admin-related)
    ;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

    ; Basic
    admincmd.amxx ; basic admin console commands
    adminhelp.amxx ; help command for admin console commands
    ;adminslots.amxx ; slot reservation
    multilingual.amxx ; Multi-Lingual management

    ; Menus
    menufront.amxx ; front-end for admin menus
    cmdmenu.amxx ; command menu (speech, settings)
    plmenu.amxx ; players menu (kick, ban, client cmds.)
    ;telemenu.amxx ; teleport menu (Fun Module required!)
    mapsmenu.amxx ; maps menu (vote, changelevel)

    ; Chat / Messages
    adminchat.amxx ; console chat commands
    antiflood.amxx ; prevent clients from chat-flooding the server
    scrollmsg.amxx ; displays a scrolling message
    imessage.amxx ; displays information messages
    adminvote.amxx ; vote commands

    ; Map related
    nextmap.amxx ; displays next map in mapcycle
    mapchooser.amxx ; allows to vote for next map
    timeleft.amxx ; displays time left on map

    ; Configuration
    pausecfg.amxx ; allows to pause and unpause some plugins
    statscfg.amxx ; allows to manage stats plugins via menu and commands

    ; Counter-Strike
    ;restmenu.amxx ; restrict weapons menu
    statsx.amxx ; stats on death or round end (CSX Module required!)
    ;miscstats.amxx ; bunch of events announcement for Counter-Strike
    ;stats_logging.amxx ; weapons stats logging (CSX Module required!)

    ; Enable to use AMX Mod plugins
    amxmod_compat.amxx ; AMX Mod backwards compatibility layer

    ; Custom - Add 3rd party plugins here


    [ ich probier gleich mal aus ob es jetzt funktioniert ]


    EDIT

    Also ne es funktioniert immer noch nicht...hab die neusten verdsionen drauf....es hängt immer noch bei : Terrorist win....Counter-Terrorist win! =(
     
  10. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    ai,welches amx,welche metamod,was für bots benutzte denn?
     
  11. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    Also ich benutze den PODBot....AMX Mod X 1.76d version....weiss nicht genau wie ich meta mod rausbekomme =/
     
  12. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    in der server console: meta version

    btw:
    MetaMod Hilfe: KLICK

    haste es nebenbei auch mal mit anderen bots bersucht?
     
  13. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    ne noch nicht weiss auch garnicht wie ich des alles dann umstellen muss =/ ( me noob ) -.-

    EDIT

    habe Metamod v1.17
     
  14. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    hmm,probier erstmal,dein metamod auf nen neueren stand zu bringen (aktuell ist 1.19)
    kannste auf Metamod normal runterladen. Musst nur die alte metamod.dll durch die neue ersetzen Schau mal ob das funzt,wenn nicht,ersetzen wir einfach mal dein Podbot ^^

    Allerdings gabs hier auch mal son fertig pack, mit amx,metamod,bots und schlag mich tot alles....
    musch mal boardsuche anschmeissen ;D
     
  15. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    genau das hab ich mir ja besorgt....hier von RR da war sau viel dabei....ich probier es erstmal mit V1.19
     
  16. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    öhm sag mal,

    wenn du dieses repack benutzt, startest den server über cs ingame,oder hlds?
     
  17. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    Also ich starte cs 1.6 LAN version und geh auf create Server also ingame.....hier ich muss doch v1.19 windows Binary downloaden ? oder??

    EDIT

    hab jetzt die v1.19 version drinne aber hängt sich immer noch auf =/
     
  18. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    dann kanns ja nur noch an den bot(s) selbst liegen... klatsch mal deinen runter, und probier dein glück mal mit dem hier: Podbotmm
     
  19. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    soooo hab den BOT : pbmm_v3

    jetzt weiss ich nur nicht wie ich des einstellen muss

    EDIT

    sooo habs geschafft...aber des war der gleiche Bot....den Bot war schon drinne
     
  20. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    nun,die ordner struktur vom podbotmm sollte klar sein,danach einfach in dein addons/metamod/ ordner rein,da haste ne plugins.ini drinne,öffnen,falls vorhanden,den alten eintrag vom alten bot löschen, danach einfach den hier eintragen:

    win32 addons/podbot/podbot_mm.dll

    speichern,testen
     
  21. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    wie gesagt...war genau der selbe BOT, den ich schon drinn hatte....bekommst auf jedenfall noch ne BW
     
  22. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    oO

    Podbot läuft eigentlich nicht über metamod, daher gibts ja den Podbot_mm >.> aber naja,wenns der selbe war.. such dir doch einfach einen hier aus: .:: Bots United - The Bot Community ::.

    ^^
     
  23. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    Soooo hab mal den Real-Bot_mm genommen mal schaun.....=)

    EDIT

    hmm in der gepackten datei ist nur ne dll vorhanden was soll ich nur damit jetzt anfangen?
     
  24. 13. Juni 2007
    AW: CS 1.6 Server Mods Problem!!!

    sooo hab rausgefunden woran es lag....nicht an den Bots auch nicht an Meta Mod....sondern an nem plugin....des heisst CSDM oder soo ka was des war habsch gelöscht und nun geht des auch wieder mit BOTS....danke für deine Hilfe....

    ~closed~
     
  25. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.