//****************************************************************************** // _____ _ _ __ // | _ | | | | | / _| // | | | |_ __ ___ _ __ | | | | __ _ _ __| |_ __ _ _ __ ___ // | | | | '_ \ / _ \ '_ \| |/\| |/ _` | '__| _/ _` | '__/ _ \ // \ \_/ / |_) | __/ | | \ /\ / (_| | | | || (_| | | | __/ // \___/| .__/ \___|_| |_|\/ \/ \__,_|_| |_| \__,_|_| \___| // | | We don't make the game you play. // |_| We make the game you play BETTER. // // Website: http://openwarfaremod.com/ //****************************************************************************** //****************************************************************************** // GAMETYPE DESCRIPTION //****************************************************************************** // In Team Greed two teams fight each other for the highest amount of collected // dog tags. Players needs to collect the dog tags dropped by killed enemies and // take them to the drop zone marked in the map. //****************************************************************************** // TEAM GREED SETTINGS // ALL VARIABLES WORK IN RANKED AND UNRANKED MODES //****************************************************************************** // PLEASE REMEMBER TO UNCOMMENT THE LINES BY REMOVING THE DOUBLE SLASHES (//) // WHEN CHANGING A VALUE. PLEASE DO NOT UNCOMMENT LINES SET TO DEFAULT VALUES. //****************************************************************************** // Number of drop zones that will be active at any given time // 1-3 = Default is 2 set scr_gr_active_drop_zones "2" // Time it will take for the drop zones to re-locate within the game // 45-300 = Time in seconds (default 60) set scr_gr_drop_zones_relocation_time "60" // Base number to calculate the score given to the team when dog tags are taken // into the drop zone // 0 = Disabled, 1-300 = Enabled (default 60 seconds) set scr_gr_base_dogtag_score "10" // Mark drops with high amount of dog tags in the map. // 0 = Disabled, 1 = Enabled (default) set scr_gr_minimap_mark_red_drops "1" // Remove the dog tags from the map if they are not collected within this amount of time // 0 = Disabled, 1-300 = Enabled (default 60 seconds) set scr_gr_dogtag_autoremoval_time "60" // Seconds it will take the player to respawn again once killed. // -1 = Instance respawn, 0 = 10 seconds, > 0 Time in seconds set scr_gr_playerrespawndelay "3.5" // Number of total rounds that will be played set scr_gr_roundlimit "1" // Score limit to win the match // When the score limit is set to 0 the game will be played based on the time limit set scr_gr_scorelimit "0" // Time limit for each round. Round will finish once the time limit is reached. set scr_gr_timelimit "30"