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