Mercurial > code > home > repos > light9
annotate light8/ConfigDummy.py @ 64:871da71fc254
new config with a sub for each look
author | drewp |
---|---|
date | Tue, 09 Jul 2002 08:52:52 +0000 |
parents | 3011c1028eb7 |
children | 70bd142d72c2 |
rev | line source |
---|---|
0 | 1 from random import randrange |
2 from time import time | |
3 from __future__ import generators,division | |
4 from Subs import * | |
51
71489bb71528
- Meet Fader. He is going to grow up and be a crossfader some day
dmcc
parents:
40
diff
changeset
|
5 from Cue import * |
0 | 6 |
64 | 7 from Configeffects import * |
54 | 8 |
64 | 9 f1 = Fade('bogus sub, i hope', 0, 2, 0.1) |
54 | 10 |
11 cues = [ | |
64 | 12 Cue("Seat filler", 0, 10, f1), |
54 | 13 ] |
0 | 14 |
15 patch = { | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
16 |
54 | 17 ('side l','sidepost1') : 45, # posts |
18 ('side r','sidepost2') : 46, | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
19 |
54 | 20 'sidefill1' : 13, |
21 'sidefill2' : 14, | |
22 | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
23 ('patio1','main 1',) : 1, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
24 ('main 2',) : 2, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
25 ('main 3',) : 3, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
26 ('main 4',) : 4, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
27 ('main 5',) : 5, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
28 ('god','main 6') : 6, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
29 ('main 7',) : 7, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
30 ('main 8',) : 8, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
31 ('main 9',) : 9, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
32 ('main 10',) : 10, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
33 ('main 11',):11, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
34 ('patio2','main 12',):12, |
54 | 35 'hotback':19, |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
36 |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
37 'cycleft' : 43, |
54 | 38 'cycright' : 42, |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
39 |
0 | 40 'house':68, |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
41 ('desk1' ,'b11'):54, # left bank over house |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
42 ('marry1' ,'b12'):53, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
43 ('b13',):52, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
44 ('hotbox1' ,'b14'):51, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
45 ('edge' ,'b15'):50, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
46 ('phone','b16'):49, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
47 ('cuba1' ,'b21'):55, # mid bank |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
48 ('b22',):56, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
49 ('b23',):57, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
50 ('b24'):58, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
51 ('b25'):59, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
52 ('desk2' ,'b26'):60, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
53 ('rock','b31'):61, # right bank |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
54 ('b32',):62, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
55 ('hotbox2' ,'b33'):63, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
56 ('b34',):64, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
57 ('marry2' ,'b35'):65, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
58 ('cuba2' ,'b36'):66, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
59 'oran1':21, 'oran2':25, 'oran3':29, 'oran4':33, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
60 'gree1':22, 'gree2':26, 'gree3':30, 'gree4':34, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
61 'blue1':23, 'blue2':27, 'blue3':31, 'blue4':35, |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
62 'red1' :24, 'red2' :28, 'red3' :32, 'red4' :36, |
54 | 63 'upfill1' : 40, |
64 'upfill2' : 38, | |
65 'upfill3' : 37, | |
66 'upfill4' : 39, | |
0 | 67 } |
68 | |
69 from util import maxes,scaledict | |
70 FL=100 | |
71 def fulls(chans): | |
72 # pass a list or multiple args | |
73 return dict([(c,FL) for c in chans]) | |
74 def levs(chans,levs): | |
75 return dict([(c,v) for c,v in zip(chans,levs)]) | |
76 | |
4 | 77 subs = { |
78 ('house', 'black') : { 68:100 }, | |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
79 ('col oran', '#EEEE99'):fulls('oran1 oran2 oran3 oran4'.split()), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
80 ('col red', 'red'):fulls('red1 red2 red3 red4'.split()), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
81 ('col blue', 'blue'):fulls('blue1 blue2 blue3 blue4'.split()), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
82 ('col gree', 'green'):fulls('gree1 gree2 gree3 gree4'.split()), |
4 | 83 'sidepost':fulls((45,46)), |
40
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
84 'bank1ctr':fulls(('b22','b23','b24','b25')), |
f3d65ae17a8f
these are mostly replaced with guys&dolls material (effects were not touched)
drewp
parents:
4
diff
changeset
|
85 'god' : fulls((6,)), |
54 | 86 # ('strobe', 'grey'):strobe, |
87 # 'chase' : chase, | |
88 # 'chase2' : chase, | |
89 'cyc' : fulls(('cycleft','cycright')), | |
90 'sidefill' : fulls(('sidefill1','sidefill2')), | |
91 'patio left' : { 'patio1':FL }, | |
92 'patio right' : { 'patio2':FL }, | |
93 'upfill sides' : fulls(('upfill1','upfill4')), | |
94 '*broadway open':{}, | |
95 '*int mission':{}, | |
96 '*phone booth':{}, | |
97 '*off broadway':{}, | |
98 '*cuba left':{}, | |
99 '*cuba right':{}, | |
100 '*cuba dance':{}, | |
101 '*cuba sky':{}, | |
102 '*cuba love':{}, | |
103 '*ext mission':{}, | |
104 '*hotbox dance':{}, | |
105 '*hotbox table':{}, | |
106 '*sewer':{}, | |
107 '*marry':{}, | |
4 | 108 |
54 | 109 |
4 | 110 } |
111 | |
54 | 112 subs["*marry"] = { "hotbox1" : 100,} |
113 subs["*phone booth"] = { "phone" : 100,} | |
114 subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, | |
115 "main 11" : 100, "main 10" : 100, "b34" : 100, "b25" : 100, "b24" : 100, | |
116 "b22" : 100, "desk2" : 78, "phone" : 46, "upfill3" : 69, "upfill2" : 100, | |
117 "main 3" : 68, "main 2" : 100, "main 5" : 100, "main 4" : 100, | |
118 "main 7" : 100, "main 9" : 100, "main 8" : 100, "edge" : 46, | |
119 "sidepost1" : 100, "sidepost2" : 100, "marry2" : 100, "marry1" : 100,} | |
120 subs["*int mission"] = { "sidefill1" : 100, "main 4" : 100, "main 9" : 100, | |
121 "main 8" : 100, "b24" : 100, "b23" : 100, "desk1" : 100, "desk2" : 100, | |
122 "b22" : 100, "rock" : 100, "marry1" : 100, "cuba1" : 25, "cuba2" : 51, | |
123 "main 10" : 100,} | |
124 subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, | |
125 "main 11" : 100, "main 10" : 100, "b34" : 100, "b25" : 100, "b24" : 100, | |
126 "b22" : 100, "desk2" : 78, "phone" : 46, "hotbox1" : 100, "upfill3" : 69, | |
127 "upfill2" : 100, "main 3" : 68, "main 2" : 100, "main 5" : 100, | |
128 "main 4" : 100, "main 7" : 100, "hotbox2" : 100, "main 9" : 100, | |
129 "main 8" : 100, "edge" : 46, "sidepost1" : 100, "sidepost2" : 100, | |
130 "marry2" : 100, "marry1" : 100,} | |
131 subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, | |
132 "cycright" : 41, "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, | |
133 "side l" : 100, "b25" : 100, "cycleft" : 41, "b22" : 100, "desk2" : 78, | |
134 "phone" : 46, "hotbox1" : 100, "upfill4" : 56, "b24" : 100, "side r" : 100, | |
135 "main 11" : 100, "main 10" : 100, "main 3" : 68, "main 2" : 100, | |
136 "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 100, | |
137 "main 9" : 100, "main 8" : 100, "b34" : 100, "edge" : 46, "god" : 100, | |
138 "marry2" : 100, "marry1" : 100,} | |
139 subs["*broadway open"] = { "sidefill2" : 100, "sidefill1" : 100, | |
140 "cycright" : 41, "upfill3" : 69, "upfill2" : 100, "upfill1" : 56, | |
141 "b34" : 100, "b25" : 100, "side l" : 100, "b22" : 100, "desk2" : 78, | |
142 "phone" : 80, "hotbox1" : 100, "upfill4" : 56, "b24" : 100, "side r" : 100, | |
143 "main 11" : 100, "main 10" : 100, "main 3" : 100, "main 2" : 100, | |
144 "main 5" : 100, "main 4" : 100, "main 7" : 100, "hotbox2" : 100, | |
145 "main 9" : 100, "main 8" : 100, "cycleft" : 41, "edge" : 80, | |
146 "god" : 100, "marry2" : 100, "marry1" : 100,} | |
147 subs["*int mission"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, | |
148 "main 11" : 100, "main 10" : 100, "b34" : 0, "b25" : 0, "b24" : 100, | |
149 "b23" : 100, "desk1" : 53, "desk2" : 100, "b22" : 100, "hotbox2" : 85, | |
150 "hotbox1" : 25, "b32" : 62, "upfill3" : 37, "upfill2" : 66, "main 3" : 0, | |
151 "main 5" : 70, "main 4" : 100, "main 7" : 100, "main 9" : 100, | |
152 "main 8" : 100, "rock" : 52, "marry2" : 100, "marry1" : 61, "cuba1" : 0, | |
153 "cuba2" : 78,} | |
154 subs["*int mission"] = { "sidefill2" : 51, "sidefill1" : 0, "upfill4" : 0, | |
155 "main 11" : 100, "main 10" : 100, "b34" : 0, "b25" : 0, "b24" : 100, | |
156 "b23" : 100, "desk1" : 53, "desk2" : 100, "b22" : 100, "hotbox2" : 85, | |
157 "hotbox1" : 25, "cycright" : 66, "b32" : 62, "upfill3" : 37, | |
158 "upfill2" : 66, "main 3" : 57, "main 2" : 0, "main 5" : 70, "main 4" : 100, | |
159 "main 7" : 100, "main 9" : 100, "main 8" : 100, "rock" : 52, | |
160 "marry2" : 100, "marry1" : 61, "cuba1" : 0, "cuba2" : 78,} | |
64 | 161 |
54 | 162 subs["*hotbox dance"] = { "cycright" : 19, "upfill3" : 32, "upfill2" : 46, |
163 "upfill1" : 26, "sidefill2" : 0, "b25" : 0, "side l" : 46, "b23" : 0, | |
164 "desk1" : 0, "desk2" : 24, "upfill4" : 26, "side r" : 46, "main 11" : 46, | |
165 "main 10" : 100, "god" : 100, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, | |
166 "marry2" : 0, "marry1" : 0, "cuba1" : 0, "cuba2" : 0, "b13" : 0, | |
167 "red3" : 100, "red2" : 100, "sidefill1" : 0, "b24" : 0, "red4" : 100, | |
168 "b34" : 30, "cycleft" : 19, "b32" : 43, "b22" : 0, "phone" : 0, | |
169 "hotbox1" : 42, "main 3" : 46, "main 2" : 46, "main 5" : 100, | |
170 "main 4" : 46, "main 7" : 100, "hotbox2" : 78, "main 9" : 46, | |
171 "main 8" : 46, "hotback" : 100, "rock" : 0, "red1" : 100,} | |
172 subs["*hotbox table"] = { "sidefill2" : 0, "main 3" : 80, "main 2" : 62, | |
173 "main 11" : 0, "main 4" : 29, "main 7" : 10, "main 9" : 64, "main 8" : 10, | |
174 "b25" : 0, "b22" : 100, "phone" : 0, "edge" : 0, "b13" : 0, "marry2" : 0, | |
175 "main 5" : 34, "marry1" : 0, "hotback" : 0, "cuba1" : 22, "cuba2" : 0,} | |
176 subs["*hotbox table"] = { "sidefill2" : 0, "main 11" : 0, "b25" : 0, | |
177 "b22" : 100, "desk2" : 58, "phone" : 0, "main 3" : 80, "main 2" : 62, | |
178 "main 5" : 34, "main 4" : 100, "main 7" : 10, "hotbox2" : 46, | |
179 "main 9" : 64, "main 8" : 10, "edge" : 0, "b13" : 0, "rock" : 22, | |
180 "marry2" : 0, "marry1" : 0, "hotback" : 0, "cuba1" : 22, "cuba2" : 0,} | |
181 subs["*hotbox small table"] = { "red3" : 100, "red2" : 100, "main 3" : 80, | |
182 "main 2" : 62, "main 5" : 34, "main 4" : 100, "main 7" : 10, | |
183 "red4" : 100, "main 9" : 64, "main 8" : 10, "rock" : 22, "red1" : 100, | |
184 "desk2" : 58, "b22" : 100, "hotbox2" : 46, "upfill4" : 62, "god" : 100, | |
185 "upfill1" : 62, "cuba1" : 22,} | |
186 subs["*hotbox small table"] = { "red3" : 100, "red2" : 100, "red1" : 100, | |
187 "upfill4" : 62, "main 11" : 0, "main 10" : 0, "upfill1" : 62, | |
188 "red4" : 100, "b25" : 5, "b22" : 100, "desk2" : 58, "desk1" : 52, | |
189 "hotbox2" : 0, "sidefill2" : 0, "main 3" : 47, "main 2" : 0, | |
190 "main 5" : 0, "main 4" : 0, "main 7" : 0, "phone" : 0, "main 9" : 11, | |
191 "main 8" : 0, "god" : 100, "edge" : 0, "rock" : 0, "marry2" : 0, | |
192 "marry1" : 0, "hotback" : 0, "cuba1" : 0, "cuba2" : 0,} | |
64 | 193 |
54 | 194 subs["*ext mission"] = { "sidefill2" : 100, "sidefill1" : 59, |
195 "cycright" : 53, "upfill3" : 0, "upfill2" : 0, "upfill1" : 0, | |
196 "b34" : 100, "b25" : 100, "side l" : 100, "b23" : 100, "b22" : 49, | |
197 "b32" : 80, "phone" : 0, "hotbox1" : 0, "upfill4" : 0, "b24" : 100, | |
198 "desk2" : 78, "main 11" : 100, "main 10" : 100, "main 3" : 0, | |
199 "main 2" : 100, "main 5" : 100, "main 4" : 0, "main 7" : 100, | |
200 "hotbox2" : 100, "main 9" : 100, "main 8" : 100, "god" : 100, | |
201 "cycleft" : 0, "edge" : 0, "b13" : 0, "rock" : 60, "marry2" : 100, | |
202 "marry1" : 0, "side r" : 100,} | |
64 | 203 |
54 | 204 subs["*broadway night 1-7"] = { "sidefill2" : 37, "sidefill1" : 37, |
205 "upfill3" : 11, "upfill2" : 23, "b34" : 28, "b25" : 37, "b24" : 94, | |
206 "b23" : 100, "b22" : 82, "desk2" : 0, "desk1" : 0, "hotbox2" : 11, | |
207 "hotbox1" : 0, "blue1" : 93, "main 11" : 37, "blue3" : 93, "blue2" : 93, | |
208 "blue4" : 93, "main 10" : 37, "main 3" : 25, "main 2" : 37, "main 5" : 37, | |
209 "main 4" : 37, "main 7" : 37, "main 9" : 37, "main 8" : 37, "edge" : 12, | |
210 "god" : 100, "marry2" : 0, "marry1" : 37,} | |
211 subs["*cuba right"] = { "main 3" : 31, "main 2" : 0, "main 10" : 100, | |
212 "b34" : 100, "b22" : 31, "desk2" : 85, "desk1" : 39, "edge" : 31, | |
213 "sidefill1" : 7, "cuba1" : 100, "cuba2" : 100,} | |
214 subs["*cuba dance"] = { "sidefill2" : 100, "sidefill1" : 100, | |
215 "upfill4" : 100, "upfill3" : 81, "upfill2" : 100, "upfill1" : 100, | |
216 "b34" : 100, "b25" : 100, "b24" : 100, "b23" : 100, "desk1" : 100, | |
217 "desk2" : 100, "b22" : 100, "phone" : 100, "main 11" : 100, "main 10" : 100, | |
218 "main 3" : 100, "main 2" : 100, "main 5" : 100, "main 4" : 100, | |
219 "main 7" : 100, "main 9" : 100, "main 8" : 100, "edge" : 100, | |
220 "god" : 100, "marry2" : 100, "marry1" : 100, "hotback" : 100, | |
221 "cuba1" : 100, "cuba2" : 100,} | |
64 | 222 |
54 | 223 subs["*cuba love"] = { "sidefill2" : 0, "sidefill1" : 0, "upfill4" : 0, |
224 "main 11" : 28, "main 10" : 28, "upfill1" : 0, "b34" : 9, "b25" : 100, | |
225 "b24" : 59, "b23" : 59, "b22" : 100, "desk2" : 16, "desk1" : 0, | |
226 "phone" : 0, "hotbox1" : 0, "upfill3" : 43, "upfill2" : 43, "main 3" : 28, | |
227 "main 2" : 100, "main 5" : 16, "main 4" : 16, "main 7" : 0, "main 9" : 65, | |
228 "main 8" : 74, "edge" : 0, "marry2" : 9, "marry1" : 0, "hotback" : 0, | |
229 "cuba1" : 0, "cuba2" : 0,} | |
230 subs["*ext mission night"] = { "sidefill2" : 39, "sidefill1" : 23, | |
231 "cycright" : 20, "main 11" : 29, "main 10" : 29, "upfill1" : 8, | |
232 "b34" : 39, "b25" : 39, "side l" : 39, "b23" : 39, "b22" : 19, | |
233 "b32" : 31, "upfill4" : 8, "b24" : 39, "side r" : 39, "desk2" : 18, | |
234 "main 2" : 39, "main 5" : 39, "main 9" : 39, "main 8" : 39, "god" : 100, | |
235 "marry2" : 39,} | |
236 subs["*ext mission night"] = { "sidefill2" : 39, "sidefill1" : 23, | |
237 "cycright" : 20, "main 11" : 29, "main 10" : 29, "upfill1" : 8, | |
238 "b34" : 39, "b25" : 39, "side l" : 39, "b23" : 39, "b22" : 19, | |
239 "b32" : 31, "upfill4" : 8, "b24" : 39, "side r" : 39, "desk2" : 18, | |
240 "main 2" : 39, "main 5" : 39, "main 9" : 39, "main 8" : 39, "god" : 100, | |
241 "marry2" : 39,} | |
242 subs["*ext mission night"] = { "cycright" : 6, "main 11" : 15, | |
243 "main 10" : 15, "upfill1" : 0, "b25" : 25, "side l" : 39, "b23" : 25, | |
244 "b22" : 5, "desk2" : 4, "upfill4" : 0, "side r" : 39, "upfill3" : 0, | |
245 "upfill2" : 0, "patio1" : 0, "god" : 86, "edge" : 0, "b13" : 0, | |
246 "sidepost2" : 0, "marry2" : 25, "marry1" : 0, "cuba1" : 5, "cuba2" : 0, | |
247 "sidepost1" : 0, "sidefill2" : 25, "sidefill1" : 9, "b24" : 25, | |
248 "b34" : 25, "cycleft" : 0, "b32" : 17, "desk1" : 0, "hotbox2" : 25, | |
249 "hotbox1" : 0, "main 3" : 0, "main 2" : 25, "main 5" : 25, "main 4" : 25, | |
250 "main 7" : 25, "phone" : 0, "main 9" : 25, "main 8" : 25, "patio2" : 0, | |
251 "hotback" : 0, "rock" : 17,} | |
252 subs["*ext mission night"] = { "b32" : 27, "sidefill2" : 34, "sidefill1" : 20, | |
253 "cycright" : 18, "main 11" : 34, "main 10" : 34, "upfill1" : 8, | |
254 "b34" : 34, "b25" : 34, "side l" : 34, "b23" : 34, "b22" : 16, | |
255 "desk2" : 26, "hotbox2" : 34, "upfill4" : 8, "b24" : 34, "side r" : 34, | |
256 "main 2" : 34, "main 5" : 34, "main 4" : 25, "main 7" : 34, "main 9" : 34, | |
257 "main 8" : 34, "rock" : 20, "god" : 100, "marry2" : 34, "cuba1" : 5,} | |
64 | 258 |
54 | 259 subs["*sewer"] = { "sidefill2" : 33, "sidefill1" : 33, "upfill4" : 10, |
260 "upfill3" : 22, "main 10" : 48, "upfill1" : 14, "b25" : 16, "b24" : 19, | |
261 "b23" : 64, "b22" : 50, "hotbox1" : 0, "main 11" : 40, "upfill2" : 61, | |
262 "main 2" : 54, "main 5" : 20, "main 4" : 45, "main 7" : 0, "main 9" : 84, | |
263 "main 8" : 45, "hotback" : 40, "sidepost1" : 31, "sidepost2" : 31, | |
264 "marry2" : 0, "marry1" : 0, "cuba1" : 59,} | |
64 | 265 |
54 | 266 subs["*marry"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 100, |
267 "main 11" : 55, "main 10" : 55, "upfill1" : 48, "b34" : 30, "patio1" : 0, | |
268 "b25" : 0, "side l" : 30, "b23" : 100, "b22" : 14, "b32" : 23, | |
269 "hotbox2" : 43, "hotbox1" : 49, "upfill4" : 48, "b24" : 100, | |
270 "desk2" : 23, "patio2" : 0, "main 3" : 0, "main 2" : 30, "main 5" : 0, | |
271 "main 4" : 0, "main 7" : 30, "phone" : 0, "main 9" : 30, "main 8" : 0, | |
272 "rock" : 17, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, "god" : 100, | |
273 "marry2" : 34, "marry1" : 69, "cuba1" : 0, "cuba2" : 0, "side r" : 30,} | |
64 | 274 |
275 subs['*1-01-0']=subs['*broadway open'].copy() | |
276 subs['*1-02-0']=subs['*int mission'].copy() | |
277 subs['*1-03-0']=subs['*phone booth'].copy() | |
278 | |
279 subs['*1-04-00-dance']=subs['*hotbox dance'].copy() | |
280 subs['*1-04-10-after dance']=subs['*hotbox dance'].copy() | |
281 subs['*1-04-20-table']=subs['*hotbox table'].copy() | |
282 subs['*1-04-30-small table']=subs['*hotbox small table'].copy() | |
283 | |
284 subs['*1-05-0']=subs['*broadway open'].copy() | |
285 subs['*1-06-0']=subs['*ext mission'].copy() | |
286 subs['*1-07-0']=subs['*broadway night 1-7'].copy() | |
287 | |
288 | |
289 subs['*1-08-00-left cafe']={ "main 3" : 100, "edge" : 100,} | |
290 subs['*1-08-10-right cafe']= fulls(('cuba1','cuba2')) | |
291 subs['*1-08-20-backdrop']=fulls(('upfill1','upfill2','upfill3','upfill4')) | |
292 | |
293 subs['*1-09-0']=subs['*cuba love'].copy() | |
294 subs['*1-10-0']=subs['*ext mission night'].copy() | |
295 | |
296 subs['*2-01-0-dance']=subs['*hotbox dance'].copy() | |
297 subs['*2-01-1-after dance']=subs['*hotbox dance'].copy() | |
298 subs['*2-01-2-table']=subs['*hotbox table'].copy() | |
299 subs['*2-01-3-small table']=subs['*hotbox small table'].copy() | |
300 | |
301 subs["*2-02-0"] = { "sidefill2" : 0, "sidefill1" : 0, "cycright" : 18, | |
302 "main 11" : 5, "main 10" : 5, "upfill1" : 70, "b34" : 34, "b25" : 71, | |
303 "side l" : 34, "b23" : 67, "b22" : 50, "b32" : 57, "desk1" : 0, | |
304 "hotbox2" : 59, "upfill4" : 70, "b24" : 67, "desk2" : 26, "main 3" : 0, | |
305 "main 2" : 5, "main 5" : 56, "main 4" : 0, "main 7" : 5, "main 9" : 5, | |
306 "main 8" : 5, "rock" : 20, "edge" : 0, "sidepost1" : 0, "sidepost2" : 0, | |
307 "god" : 100, "marry2" : 50, "cuba1" : 0, "side r" : 34,} | |
308 | |
309 subs['*2-03-00-open dance']=subs['*sewer'].copy() | |
310 subs['*2-03-10-dialogue']=subs['*sewer'].copy() | |
311 subs['*2-03-20-luck']=subs['*sewer'].copy() | |
312 | |
313 subs['*2-04-0']=subs['*2-02-0'].copy() # sue me | |
314 subs['*2-05-0']=subs['*int mission'].copy() | |
315 subs['*2-06-0']=subs['*marry'].copy() | |
316 subs['*2-07-0']=subs['*broadway open'].copy() |