//****************************************************************************** // Instructions // // Make sure you put this mp_fart_house_v2.cfg file in your MOD folder and NOT in usermaps, // otherwise any changed settings will have no effect. Oh and don't forget to add // this ( exec mp_fart_house_v2.cfg ) to your main server cfg file without the round brackets. // // [Lg.C] Old Fart // E-Mail: OldFart (a) legendgamingclan (dot) com // Web: www.legendgamingclan.com //****************************************************************************** //****************************************************************************** // General Settings //****************************************************************************** // Venders // 0 - Off // 1 = On set mp_fart_house_v2_allow_vender "1" // in seconds before they can regenerate again set mp_fart_house_v2_health_wait "25" // Jump Pad Sound // 0 - Off // 1 = On set mp_fart_house_v2_jump "1" // Elevator Sound // 0 - Off // 1 = On set mp_fart_house_v2_elevator "1" // Raido Sound // 0 - Off // 1 = On set mp_fart_house_v2_radio "1" // Toilet Sound // 0 - Off // 1 = On set mp_fart_house_v2_toilet "1" // Spectating Music // 0 - Off // 1 = On set mp_fart_house_v2_music "1" // Monorail Sound // 0 - Off // 1 = On set mp_fart_house_v2_monorail "1" //****************************************************************************** // Dust Fighters //****************************************************************************** // Allow Flyers // 0 - Off // 1 = On set mp_fart_house_v2_allow_flyer "1" // Flyer Speed set mp_fart_house_v2_flyer_speed "500" // Flyer Afterburner Speed set mp_fart_house_v2_flyer_boost_speed "1700" // Blur screen when Afterburning // 0 - Off // 1 = On set mp_fart_house_v2_flyer_boost_blur "0" // Speed of Flyer when it crashes set mp_fart_house_v2_flyer_crash_speed "1000" // Allow impact sounds from Flyer Machine Guns // Be careful when turning this on as up to 10 entities spawn // each second for each flyer that fires the Machine Gun. // This may cause the server to crash because of the G_SPAWN // error or something like that. // 0 - Off // 1 = On set mp_fart_house_v2_impact_sounds "1" // Flyer Machine Gun Damage set mp_fart_house_v2_flyer_mg_dmg "75" // Flyer Machine Gun Accuracy // 0 = Goes straight to where you aimed // 20 = Adds up to 20 degrees from where you aim set mp_fart_house_v2_flyer_mg_acc "0" // Speed of Missiles fired from Flyers set mp_fart_house_v2_flyer_missile_speed "1800" // Damage radius of Missiles set mp_fart_house_v2_flyer_missile_dmg_radius "200" // Min damage of Missiles set mp_fart_house_v2_flyer_missile_min_dmg "900" // Max damage of Missiles set mp_fart_house_v2_flyer_missile_max_dmg "1000" // Flyer Missile Accuracy // 0 = Goes straight to where you aimed // 20 = Adds up to 20 degrees from where you aim set mp_fart_house_v2_flyer_missile_acc "0" // Reload Time for Missiles // 0 - Off // 1 = On set mp_fart_house_v2_flyer_reload "1" // Fire time between Missiles (in seconds) set mp_fart_house_v2_flyer_fire "0.5" // Number of Missiles to fire set mp_fart_house_v2_flyer_missiles "4"