source: GTP/trunk/App/Demos/Geom/Shark3D/clod_head_demo_win32/src/res/level/actor/content.s3d_actor @ 2236

Revision 2236, 6.1 KB checked in by gumbau, 17 years ago (diff)
Line 
1// Automatically generated 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_base.dispatch"
9        param
10        {
11            name "dispatch_content"
12            entry_array
13            {
14                cmds "net_traverse"
15                targets "group_world" "group_sky"
16                newcmd "traverse"
17            }
18            {
19                cmds "net_traverse"
20                targets "dispatch_world" "dispatch_sky"
21            }
22        }
23    }
24    {
25        ident "kit_engobj.noise"
26        param
27        {
28            active 1
29            name "noise_world"
30            noise_suppl "stdsuppl"
31            noise_ident "noise:"
32            noise_param
33            {
34                env "env"
35                state "state_world"
36                sim "sim_world"
37                clock "clock"
38                insp_ident "shownoise"
39                insp_point_color 1. 1. 0.5
40                insp_ext_color 0.5 1. 0.5
41                insp_default_radius 0.5
42                pos_suppl "stdsuppl"
43                pos_ident "simplepos:"
44                speaker_suppl "stdsuppl"
45                speaker_ident "speaker:"
46                wave_suppl "stdsuppl"
47                attr_array
48                {
49                    mtl_array "character"
50                    dominance 10
51                    bump
52                    {
53                        share_range 0.
54                        share_period 0.
55                        min_vel 0.
56                        max_vel 0.
57                        max_volume 1.
58                        wave ""
59                        speaker_range 50.
60                        speaker_size 5.
61                    }
62                    slide
63                    {
64                        share_range 0.
65                        share_period 0.
66                        min_vel 0.
67                        max_vel 0.
68                        max_volume 1.
69                        wave ""
70                        speaker_range 50.
71                        speaker_size 5.
72                    }
73                }
74            }
75        }
76    }
77    {
78        ident "kit_engobj.group"
79        param
80        {
81            name "group_world"
82            group_suppl "stdsuppl"
83            group_ident "group:"
84            group_param
85            {
86                env "env"
87                gensuppl "stdsuppl"
88                given_array
89                {
90                    item "env"
91                    given_ident "env"
92                }
93                {
94                    item "stdsuppl"
95                    given_ident "gensuppl"
96                }
97                {
98                    item ""
99                    given_ident "hook"
100                }
101                {
102                    item "state_world"
103                    given_ident "state"
104                }
105                {
106                    item "sim_world"
107                    given_ident "sim"
108                }
109                {
110                    item "sensorstate_world"
111                    given_ident "sensorstate"
112                }
113                res "level/model/worldmodel.s3d_inst_run"
114            }
115        }
116    }
117    {
118        ident "kit_engobj.group"
119        param
120        {
121            name "group_sky"
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_sky"
143                    given_ident "state"
144                }
145                {
146                    item ""
147                    given_ident "sim"
148                }
149                {
150                    item ""
151                    given_ident "sensorstate"
152                }
153                res "level/model/skymodel.s3d_inst_run"
154            }
155        }
156    }
157    {
158        ident "kit_engobj.itemeye"
159        param
160        {
161            name "headpos"
162            item_actor "group_world"
163            item_name "simplepos:headhook"
164        }
165    }
166    {
167        ident "kit_engobj.group"
168        param
169        {
170            name "group_head"
171            group_suppl "stdsuppl"
172            group_ident "group:"
173            group_param
174            {
175                env "env"
176                gensuppl "stdsuppl"
177                given_array
178                {
179                    item "env"
180                    given_ident "env"
181                }
182                {
183                    item "stdsuppl"
184                    given_ident "gensuppl"
185                }
186                {
187                    item "headpos"
188                    given_ident "hook"
189                }
190                {
191                    item "state_world"
192                    given_ident "state"
193                }
194                {
195                    item "sim_world"
196                    given_ident "sim"
197                }
198                {
199                    item "sensorstate_world"
200                    given_ident "sensorstate"
201                }
202                res "level/model/Devil_Head.s3d_inst_run"
203            }
204        }
205    }
206    {
207        ident "kit_base.extern"
208        param
209        {
210            active 1
211            name "world_extern"
212            res "level/actor/world.s3d_actor_run"
213            watch_target "world_extern"
214            watch_cmd "load_current"
215        }
216    }
217    {
218        ident "kit_base.extern"
219        param
220        {
221            active 1
222            name "sky_extern"
223            res "level/actor/sky.s3d_actor_run"
224            watch_target "sky_extern"
225            watch_cmd "load_current"
226        }
227    }
228}
229$
Note: See TracBrowser for help on using the repository browser.