1. Click here to join our community discord server.

Server settings/tweaking

Discussion in 'Server Questions / Issues' started by HighVolt@ge, Aug 8, 2011.

  1. HighVolt@ge

    HighVolt@ge Senior Member

    I have a server I host from time to time, got it pretty much they way I want it except for one thing... Medkit speed, is there an easy way to increase the speed? I've got it to work on an older server but I don't recall if it was a plugin or setting and I really dont wanna bork my server by adding a bunch more plugins for trial an error.
     
  2. marvel

    marvel Head Administrator Staff Member

    Those are just cvars, no plugins needed. These are from our vicious server, should get you started:

    sm_cvar survivor_revive_duration 2 // Default 5
    sm_cvar survivor_revive_health 60 // Default 30
    sm_cvar survivor_limp_health 35 // Default 40
    sm_cvar first_aid_heal_percent 1 // Default 0.8 (80%)
    sm_cvar first_aid_kit_max_heal 100 // Default 100
    sm_cvar first_aid_kit_use_duration 2 // Default 5 - Use time
    sm_cvar pain_pills_health_value 60 // Default 50
    sm_cvar defibrillator_use_duration 2 // Default 3
     
  3. HighVolt@ge

    HighVolt@ge Senior Member

    Ohhh Excellent! Thank you Marvel!!
     
  4. HighVolt@ge

    HighVolt@ge Senior Member

    I came across something else, extending charger charge distance...

    http://forums.alliedmods.net/showthread.php?t=111510
    Found the below cvars on the above link. Any of these extend the chargers charge?
    And what does the charger 'probe_alone'? lolz j/k :)

    My server is personal use only, I host it on my network when my kids are here for the most part.
    Also when I'm super bored an noones playin on MG :p .Its pretty much identical to MG vicious
    infected tho :D . Even incapped magnum & shows infected health bar when shooting infected.
     
  5. LEGEND

    LEGEND Senior Member

    sm_cvar z_charge_duration 900000000000000000 //Increases charging time: default 5 lol
     
  6. HighVolt@ge

    HighVolt@ge Senior Member

    LMAO! Thats awesome!! Thank you :)
     
  7. HighVolt@ge

    HighVolt@ge Senior Member

    I'm having an issue with the end of the second round, next map supposed to be loading but doesn't an dumps everyone. I've stumbled across a few posts(on other sites) where marvel was having some similar issues and was wondering if anyone(prays to marvel) could offer some incite into this. Automatic_Campaign_Switcher_v1.2.2 is what I came across for campaign switching that actually worked for me(if I manually load a finale). I had no luck with FMC.
     
  8. marvel

    marvel Head Administrator Staff Member

    Don't use ACS, it's very glitched. It causes the cpu to go to 100% and you need to manually reboot the server. Other than that it crashes the server on almost every finale.

    This is the version I'm using for ages now without any problems:

    http://forums.alliedmods.net/showpost.php?p=1318855&postcount=552

    You do need a new l4d2_fmc.txt gamedata file though to include the new maps. If you want you can switch the rotation a little bit.

    Code:
    
    "ForceMissionChangerSettings"
    {
            "c1m4_atrium"
            {
                    "next mission map" "c6m1_riverbank"
                    "next mission name" "The Passing"
            }
           "c6m3_port"
            {
                    "next mission map" "c2m1_highway"
                    "next mission name" "Dark Carnival"
            }
            "c2m5_concert"
            {
                    "next mission map" "c7m1_docks"
                    "next mission name" "The Sacrifice"
            }
           "c7m3_port"
            {
                    "next mission map" "c3m1_plankcountry"
                  "next mission name" "Swamp Fever"
           }
            "c3m4_plantation"
            {
                    "next mission map" "c8m1_apartment"
                    "next mission name" "No Mercy"
            }
           "c8m5_rooftop"
            {
                    "next mission map" "c4m1_milltown_a"
                  "next mission name" "Hard Rain"
           }
            "c4m5_milltown_escape"
            {
                    "next mission map" "c5m1_waterfront"
                    "next mission name" "The Parish"
            }
           "c5m5_bridge"
            {
                    "next mission map" "c11m1_greenhouse"
                    "next mission name" "Dead Air"
           }
           "c11m5_runway"
            {
                    "next mission map" "c12m1_hilltop"
                    "next mission name" "Blood Harvest"
           }
           "c12m5_cornfield"
            {
                    "next mission map" "c13m1_alpinecreek"
                    "next mission name" "Cold Stream"
           }
           "c13m4_cutthroatcreek"
            {
                    "next mission map" "c1m1_hotel"
                    "next mission name" "Dead Center"
           }
    }
    
     
  9. Collector

    Collector <img src="http://mgftw.com/leadweb.png" />

    lol your code is going through the screen? :S
     
  10. HighVolt@ge

    HighVolt@ge Senior Member

    i was able to get the code by hitting quote ~winky~ . Thanks!! give it a run next chance I get.
     
  11. marvel

    marvel Head Administrator Staff Member

    You can also select the grayfolio-black layout on the left bottom of the site :)