source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/CleanTheLab/bin/res/level/actor/content.s3d_actor_run @ 2453

Revision 2453, 5.9 KB checked in by szirmay, 17 years ago (diff)
Line 
1// Machine-made Shark 3D Snake Text 2x0 Stream. Format: ascii.
2actor_ident "kit_base.group"
3actor_param
4{
5    active 1
6    child_array
7    {
8        ident "kit_engobj.group"
9        param
10        {
11            name "group_bloom"
12            group_suppl "stdsuppl"
13            group_ident "group:"
14            group_param
15            {
16                env "^env"
17                gensuppl "stdsuppl"
18                given_array
19                {
20                    item "^env"
21                    given_ident "env"
22                }
23                {
24                    item "stdsuppl"
25                    given_ident "gensuppl"
26                }
27                {
28                    item ""
29                    given_ident "hook"
30                }
31                {
32                    item "state_world"
33                    given_ident "state"
34                }
35                {
36                    item "sim_world"
37                    given_ident "sim"
38                }
39                {
40                    item "sensorstate_world"
41                    given_ident "sensorstate"
42                }
43                res "level/model/bloom.s3d_inst_run"
44            }
45        }
46    }
47    {
48        ident "kit_base.dispatch"
49        param
50        {
51            name "dispatch_content"
52            entry_array
53            {
54                cmds "net_traverse"
55                targets "group_world" "group_sky" "group_bloom"
56                newcmd "traverse"
57            }
58            {
59                cmds "net_traverse"
60                targets "dispatch_world" "dispatch_sky"
61            }
62        }
63    }
64    {
65        ident "kit_engobj.noise"
66        param
67        {
68            active 1
69            name "noise_world"
70            noise_suppl "stdsuppl"
71            noise_ident "noise:"
72            noise_param
73            {
74                env "env"
75                state "state_world"
76                sim "sim_world"
77                clock "clock"
78                insp_ident "shownoise"
79                insp_point_color 1.0 1.0 0.5
80                insp_ext_color 0.5 1.0 0.5
81                insp_default_radius 0.5
82                pos_suppl "stdsuppl"
83                pos_ident "simplepos:"
84                speaker_suppl "stdsuppl"
85                speaker_ident "speaker:"
86                wave_suppl "stdsuppl"
87                attr_array
88                {
89                    mtl_array "character"
90                    dominance 10
91                    bump
92                    {
93                        share_range 0.0
94                        share_period 0.0
95                        min_vel 0.0
96                        max_vel 0.0
97                        max_volume 1.0
98                        wave ""
99                        speaker_range 50.0
100                        speaker_size 5.0
101                    }
102                    slide
103                    {
104                        share_range 0.0
105                        share_period 0.0
106                        min_vel 0.0
107                        max_vel 0.0
108                        max_volume 1.0
109                        wave ""
110                        speaker_range 50.0
111                        speaker_size 5.0
112                    }
113                }
114            }
115        }
116    }
117    {
118        ident "kit_engobj.group"
119        param
120        {
121            name "group_world"
122            group_suppl "stdsuppl"
123            group_ident "group:"
124            group_param
125            {
126                env "env"
127                gensuppl "stdsuppl"
128                given_array
129                {
130                    item "env"
131                    given_ident "env"
132                }
133                {
134                    item "stdsuppl"
135                    given_ident "gensuppl"
136                }
137                {
138                    item ""
139                    given_ident "hook"
140                }
141                {
142                    item "state_world"
143                    given_ident "state"
144                }
145                {
146                    item "sim_world"
147                    given_ident "sim"
148                }
149                {
150                    item "sensorstate_world"
151                    given_ident "sensorstate"
152                }
153                res "level/model/worldmodel.s3d_inst_run"
154            }
155        }
156    }
157    {
158        ident "kit_engobj.group"
159        param
160        {
161            name "group_sky"
162            group_suppl "stdsuppl"
163            group_ident "group:"
164            group_param
165            {
166                env "env"
167                gensuppl "stdsuppl"
168                given_array
169                {
170                    item "env"
171                    given_ident "env"
172                }
173                {
174                    item "stdsuppl"
175                    given_ident "gensuppl"
176                }
177                {
178                    item ""
179                    given_ident "hook"
180                }
181                {
182                    item "state_sky"
183                    given_ident "state"
184                }
185                {
186                    item ""
187                    given_ident "sim"
188                }
189                {
190                    item ""
191                    given_ident "sensorstate"
192                }
193                res "level/model/skymodel.s3d_inst_run"
194            }
195        }
196    }
197    {
198        ident "kit_base.extern"
199        param
200        {
201            active 1
202            name "world_extern"
203            res "level/actor/world.s3d_actor_run"
204            watch_target "world_extern"
205            watch_cmd "load_current"
206        }
207    }
208    {
209        ident "kit_base.extern"
210        param
211        {
212            active 1
213            name "sky_extern"
214            res "level/actor/sky.s3d_actor_run"
215            watch_target "sky_extern"
216            watch_cmd "load_current"
217        }
218    }
219}
220$
Note: See TracBrowser for help on using the repository browser.