-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscript_testing.xml
45 lines (44 loc) · 3.01 KB
/
script_testing.xml
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
<scene version="1.0.0">
<environment template="foggy"/>
<spawnpoint pos="-1.2 0.0 -7.4"/>
<voxbox name="baseplate" pos="-25.0 -0.5 -25.0" rot="0.0 0.0 0.0" texture="3" size="500 5 500"/>
<script pos="5.1 0.0 -1.7" rot="0.0 0.0 0.0" file="MOD/resources/scripts/broom.lua">
<vehicle name="broom" tags="broom" pos="0.0 0.8 0.0">
<body tags="awake" dynamic="true">
<vox pos="0.0 -0.7 0.0" rot="0.0 0.0 0.0" file="MOD/resources/vox/brooms/broom_firebolt.vox"/>
</body>
</vehicle>
</script>
<group name="Main Menu" layer="menu">
<script file="MOD/resources/scripts/menu/ui.lua"/>
<script pos="-2.5 2.9 2.1" rot="0.0 0.0 0.0" file="MOD/resources/scripts/menu/path.lua" param0="smooth=0.75" param1="speed=3">
<location tags="path" pos="-5.7 0.1 4.1"/>
<location tags="path" pos="-4.3 0.1 -4.0" rot="0.0 -40.0 0.0"/>
<location tags="path" pos="5.8 0.1 -4.0" rot="28.3 -47.6 29.5"/>
<location tags="path" pos="5.8 0.1 2.0" rot="30.8 -48.1 -41.6"/>
<location tags="path" pos="0.6 0.1 -0.1" rot="0.0 -80.0 0.0"/>
<location tags="path" pos="0.6 3.6 -5.4" rot="0.0 -80.0 0.0"/>
<location tags="path" pos="4.3 5.9 -1.3" rot="0.0 -80.0 0.0"/>
<location tags="path" pos="4.3 3.2 2.4" rot="0.0 -80.0 0.0"/>
<location tags="path" pos="2.0 0.7 2.4" rot="0.0 -80.0 0.0"/>
<location tags="path" pos="-0.5 1.9 -0.1" rot="0.0 -80.0 0.0"/>
</script>
</group>
<script pos="0.0 0.0 1.5" file="MOD/resources/scripts/common/lightswitch.lua" param0="lit=true">
<voxbox name="light switch" tags="lightswitch interact" pos="-0.1 1.5 -0.1" rot="0.0 0.0 0.0" size="2 2 2" color="0.76 0.14 0.14"/>
<light pos="0.0 2.1 0.0" scale="5"/>
</script>
<voxbox pos="-1.0 -0.2 -4.1" texture="3" collide="true" size="10 10 10"/>
<script file="MOD/resources/scripts/book of monsters.lua">
<vox tags="bottom unbreakable" pos="-0.5 0.9 -3.5" desc="Book of Monsters" texture="3" collide="true" prop="true" file="MOD/resources/vox/book of monsters.vox" object="bottom"/>
<vox tags="unbreakable" pos="-0.5 1.1 -3.5" desc="Book of Monsters" texture="3" collide="true" prop="true" file="MOD/resources/vox/book of monsters.vox" object="top">
<vox tags="unbreakable" pos="0.0 0.05 -0.1" desc="Book of Monsters" texture="3" file="MOD/resources/vox/book of monsters.vox" object="eyes"/>
<vox tags="unbreakable" pos="-0.05 0.05 0.025" rot="0.0 45.0 0.0" file="MOD/resources/vox/book of monsters.vox" object="pupil"/>
<vox tags="unbreakable" pos="0.05 0.05 0.025" rot="0.0 45.0 0.0" file="MOD/resources/vox/book of monsters.vox" object="pupil"/>
<vox tags="unbreakable" pos="-0.19 0.05 -0.075" rot="0.0 25.0 0.0" file="MOD/resources/vox/book of monsters.vox" object="pupil"/>
<vox tags="unbreakable" pos="0.2 0.05 -0.08" rot="0.0 65.0 0.0" file="MOD/resources/vox/book of monsters.vox" object="pupil"/>
</vox>
<vox tags="belt" pos="-0.5 0.75 -3.5" texture="3" collide="true" prop="true" file="MOD/resources/vox/book of monsters.vox" object="belt"/>
<joint tags="book" pos="-0.5 1.1 -3.35" rot="0 90" type="hinge" limits="-20 30"/>
</script>
</scene>