//****************************************************************************** // _____ _ _ __ // | _ | | | | | / _| // | | | |_ __ ___ _ __ | | | | __ _ _ __| |_ __ _ _ __ ___ // | | | | '_ \ / _ \ '_ \| |/\| |/ _` | '__| _/ _` | '__/ _ \ // \ \_/ / |_) | __/ | | \ /\ / (_| | | | || (_| | | | __/ // \___/| .__/ \___|_| |_|\/ \/ \__,_|_| |_| \__,_|_| \___| // | | We don't make the game you play. // |_| We make the game you play BETTER. // // Website: http://openwarfaremod.com/ //****************************************************************************** // SPECTATE OPTIONS // 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. //****************************************************************************** // Spectate type that will apply to all the players assigned to a team // 0 = Disabled (default), 1 = Team/Player only, 2 = Free set scr_game_spectatetype "2" set scr_game_spectatetype_dm "2" set scr_game_spectatetype_gg "2" set scr_game_spectatetype_oitc "2" set scr_game_spectatetype_ss "2" // Spectate type that will apply to players not assigned to a team // 0 = Disabled (default), 1 = Team/Player only, 2 = Free set scr_game_spectatetype_spectators "2" // GUID of players that will use scr_game_spectatetype_spectators when spectating... (separated by semicolon) // If blank everyone spectating will use it. // set scr_game_spectators_guids "" // Allow 3rd person spectate // 0 = Disabled (default), 1 = Enabled // set scr_allow_thirdperson "0" // Players' GUIDs that will be allowed to spectate in 3rd person view without enabling it for everyone // Format is GUIDs separated by semicolons // set scr_allow_thirdperson_guids ""