-
Notifications
You must be signed in to change notification settings - Fork 3
/
btd_music.cfg
83 lines (65 loc) · 2.73 KB
/
btd_music.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
//******************************************************************************
// Call of Duty 4 - Before The Dawn, Horror Co Op Bot Mod - btd_music.cfg
//******************************************************************************
// author : Before The Dawn Development Crew
// email : [email protected]
// website : http://www.mycallofduty.com
//
// mod : Before The Dawn
// version : 1.0
// update : June 2008
//******************************************************************************
This config allows admin to chosse th musci setting for the mod
//******************************************************************************
// General Music Setting
//******************************************************************************
// radio (0 = No Music, 1 = Server Side, 2 = Client Side | Defualt = No Music)
set btd_music_radio "2"
// artist (1 = Michel Top, 2 = Custom | Defualt = Michel Top)
set btd_music_artist "1"
// number of music tracks (Range 1 - 5, | Default 5)
set btd_music_tracks "5"
// play the select music randomly
set btd_music_random "1"
//******************************************************************************
// Custom Music Settings
//******************************************************************************
// NOTE: this requires btd_music radio turned on and the custom tracks added to the custom
// tracks folder in the btd_music IWD file. 5 tracks are allowed and they
// must have the same name as the 5 already in there other wise they will not play
// Track length is important (in seconds ) if this is not set right the tracks will finish too early
// CUSTOM TRACK ONE
// name of first custom track
seta btd_custom_track1 "Song Title"
// name of first custom artist
seta btd_custom_artist1 "Artist"
// length of first track (in seconds)
seta btd_custom_length1 "length"
// CUSTOM TRACK TWO
// name of second custom track
seta btd_custom_track12 "Song Title"
// name of second custom artist
seta btd_custom_artist2 "Artist"
// length of second track (in seconds)
seta btd_custom_length2 "length"
// CUSTOM TRACK THREE
// name of third custom track
seta btd_custom_track3 "Song Title"
// name of thrid custom artist
seta btd_custom_artist3 "Artist"
// length of third track (in seconds)
seta btd_custom_length3 "length"
// CUSTOM TRACK FOUR
// name of fourth custom track
seta btd_custom_track4 "Song Title"
// name of fourth custom artist
seta btd_custom_artist4 "Artist"
// length of forth track (in seconds)
seta btd_custom_length4 "length"
// CUSTOM TRACK FIVE
// name of fifth custom track
seta btd_custom_track5 "Song Title"
// name of fifth custom artist
seta btd_custom_artist5 "Artist"
// length of fith track (in seconds)
seta btd_custom_length5 "length"