// ====================================================================================== // __________ __________ // \______ \ ____\____ /____ // | _// _ \ / // _ \ // | | ( <_> ) /( <_> ) // |____|_ /\____/_______ \____/ // \/ \/ // // ===================================================================================== // Return of the Zombie Ops - Mod (2012/2013) // Modded by Lefti & 3aGl3 // ====================================================================================== // Music Configuration // ====================================================================================== set scr_radio_use 1 // use the rozo radio [default: 1/ values:1(radio) OR 0(normal suspense)] set scr_radio_random 1 // playmode of radio [default: 1/ values: 0(list) OR 1(shuffle)] set scr_radio_announce 1 // announcement of played track [default: 1/ values: 0(off), 1(small message), 2(bold message)] set scr_radio_custom 1 // play custom music [default: 0 / no custom music , 1 / custom music] set scr_radio_tracks 7 // How many custom tracks do you want to play? [default: 5/ min: 0/ max: 20] set scr_radio_csong0_name "Cliff Lin - Ultraviolence" // name of the first song (music/radio/track0.mp3) set scr_radio_csong0_time "187" // length of the first song in seconds set scr_radio_csong1_name "Future World Music - New Beginnings" // name of the second song (track1.mp3) set scr_radio_csong1_time "209" set scr_radio_csong2_name "Rip Tide Music - This is War" set scr_radio_csong2_time "123" set scr_radio_csong3_name "Shanghai Alice of Meji" set scr_radio_csong3_time "206" set scr_radio_csong4_name "Two Steps from Hell - Magika" set scr_radio_csong4_time "262" set scr_radio_csong5_name "Two Steps from Hell - Sons of War" set scr_radio_csong5_time "194" set scr_radio_csong6_name "Two Steps from Hell - Super Strengh" set scr_radio_csong6_time "285" // ... // set scr_radio_csong19_name "Name of 20th song" // (music/radio/track19.mp3) // set scr_radio_csong19_time 200