Added Mine & Caverns raise & lower functionality
Added Mine & Caverns raise & lower functionality. Revamped Level 1 events to match PnP. Updated Level 1: Core. Added new Footcatcher trap type. Added Underwater heartbeat to Glop Lake Underwater. Full compile.
This commit is contained in:
parent
6b9ab12c25
commit
84d583b489
@ -2,12 +2,17 @@
|
||||
"TlkPath": "./ra_tdog.tlk",
|
||||
"OutputPath": "./output/",
|
||||
"HakList": [
|
||||
{
|
||||
{
|
||||
"Name": "tdm01_raised",
|
||||
"Path": "./tdm01_raised/",
|
||||
"CompileModels": false
|
||||
},
|
||||
{
|
||||
"Name": "wrm_stomach",
|
||||
"Path": "./wrm_stomach/",
|
||||
"CompileModels": false
|
||||
},
|
||||
{
|
||||
{
|
||||
"Name": "tmd19a_deepcave",
|
||||
"Path": "./tmd19a_deepcave/",
|
||||
"CompileModels": false
|
||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 1.7 MiB |
@ -1001,7 +1001,7 @@
|
||||
997 **** **** BD_RESERVED **** **** **** **** **** **** **** **** **** 1
|
||||
998 **** **** BD_RESERVED **** **** **** **** **** **** **** **** **** 1
|
||||
999 **** **** BD_RESERVED **** **** **** **** **** **** **** **** **** 1
|
||||
1000 Lava **** jplb_lava 6 0.003984 0.010825 0.402412 **** 1 0 **** 1
|
||||
1000 Lava **** jplb_lava 6 0.003984 0.010825 0.402412 **** 1 0 **** 1 0
|
||||
1001 "Treasure Pile 1" **** goldpile1 **** **** **** **** 14 1 0 **** PLC_G_ENV 1
|
||||
1002 "Treasure Pile 2" **** goldpile2 **** **** **** **** 14 1 0 **** PLC_G_ENV 1
|
||||
1003 "Treasure Pile 3" **** goldpile3 **** **** **** **** 14 1 0 **** PLC_G_ENV 1
|
||||
@ -1011,8 +1011,8 @@
|
||||
1007 "Treasure Pile 7" **** goldpile7 **** **** **** **** 14 1 0 **** PLC_G_ENV 1
|
||||
1008 "Treasure Pile 8" **** goldpile8 **** **** **** **** 14 1 0 **** PLC_G_ENV 1
|
||||
1009 "Treasure Pile 9" **** goldpile9 **** **** **** **** 14 1 0 **** PLC_G_ENV 1
|
||||
1010 "[Dungeon]Fake wall 1" **** PLC_X12 **** **** **** **** 22 1 0 **** 1
|
||||
1011 "[Dungeon]Fake wall 2" **** PLC_X13 **** **** **** **** 22 1 0 **** 1
|
||||
1010 "[Dungeon]Fake wall 1" **** PLC_X12 **** **** **** **** 22 1 0 **** **** 0
|
||||
1011 "[Dungeon]Fake wall 2" **** PLC_X13 **** **** **** **** 22 1 0 **** **** 0
|
||||
1012 **** **** USER **** **** **** **** **** **** **** **** **** 1
|
||||
1013 **** **** USER **** **** **** **** **** **** **** **** **** 1
|
||||
1014 **** **** USER **** **** **** **** **** **** **** **** **** 1
|
||||
|
@ -1,133 +1,133 @@
|
||||
2DA V2.0
|
||||
|
||||
Label TrapScript SetDC DetectDCMod DisarmDCMod TrapName ResRef IconResRef
|
||||
0 MinorSpike NW_T1_SpikeMinoC 5 10 22 6846 NW_IT_TRAP001 iit_trap_009
|
||||
1 AverageSpike NW_T1_SpikeAvgC 20 10 22 6847 NW_IT_TRAP002 iit_trap_009
|
||||
2 StrongSpike NW_T1_SpikeStrC 25 10 22 6848 NW_IT_TRAP003 iit_trap_009
|
||||
3 DeadlySpike NW_T1_SpikeDeadC 35 22 36 6849 NW_IT_TRAP004 iit_trap_009
|
||||
4 MinorHoly NW_T1_HolyMinoC 15 10 22 6850 NW_IT_TRAP005 iit_trap_006
|
||||
5 AverageHoly NW_T1_HolyAvgC 20 10 22 6851 NW_IT_TRAP006 iit_trap_006
|
||||
6 StrongHoly NW_T1_HolyStrC 25 14 26 6852 NW_IT_TRAP007 iit_trap_006
|
||||
7 DeadlyHoly NW_T1_HolyDeadC 30 14 26 6853 NW_IT_TRAP008 iit_trap_006
|
||||
8 MinorTangle NW_T1_TangMinoC 15 10 22 6854 NW_IT_TRAP009 iit_trap_010
|
||||
9 AverageTangle NW_T1_TangAvgC 20 14 26 6855 NW_IT_TRAP010 iit_trap_010
|
||||
10 StrongTangle NW_T1_TangStrC 25 14 26 6856 NW_IT_TRAP011 iit_trap_010
|
||||
11 DeadlyTangle NW_T1_TangDeadC 30 18 31 6857 NW_IT_TRAP012 iit_trap_010
|
||||
12 MinorAcid NW_T1_AcidMinoC 15 10 22 6858 NW_IT_TRAP013 iit_trap_002
|
||||
13 AverageAcid NW_T1_AcidAvgC 25 14 26 6859 NW_IT_TRAP014 iit_trap_002
|
||||
14 StrongAcid NW_T1_AcidStrC 30 18 31 6860 NW_IT_TRAP015 iit_trap_002
|
||||
15 DeadlyAcid NW_T1_AcidDeadC 35 18 31 6861 NW_IT_TRAP016 iit_trap_002
|
||||
16 MinorFire NW_T1_FireMinoC 20 14 26 6862 NW_IT_TRAP017 iit_trap_004
|
||||
17 AverageFire NW_T1_FireAvgC 25 14 26 6863 NW_IT_TRAP018 iit_trap_004
|
||||
18 StrongFire NW_T1_FireStrC 30 18 31 6864 NW_IT_TRAP019 iit_trap_004
|
||||
19 DeadlyFire NW_T1_FireDeadC 35 22 36 6865 NW_IT_TRAP020 iit_trap_004
|
||||
20 MinorElectrical NW_T1_ElecMinoC 20 14 26 6866 NW_IT_TRAP021 iit_trap_003
|
||||
21 AverageElectrical NW_T1_ElecAvgC 25 18 31 6867 NW_IT_TRAP022 iit_trap_003
|
||||
22 StrongElectrical NW_T1_ElecStrC 30 22 36 6868 NW_IT_TRAP023 iit_trap_003
|
||||
23 DeadlyElectrical NW_T1_ElecDeadC 35 22 36 6869 NW_IT_TRAP024 iit_trap_003
|
||||
24 MinorGas NW_T1_GasMinoC 30 18 31 6870 NW_IT_TRAP025 iit_trap_005
|
||||
25 AverageGas NW_T1_GasAvgC 35 18 31 6871 NW_IT_TRAP026 iit_trap_005
|
||||
26 StrongGas NW_T1_GasStrC 45 22 36 6872 NW_IT_TRAP027 iit_trap_005
|
||||
27 DeadlyGas NW_T1_GasDeadC 45 22 36 6873 NW_IT_TRAP028 iit_trap_005
|
||||
28 MinorFrost NW_T1_ColdMinoC 15 10 22 6874 NW_IT_TRAP029 iit_trap_011
|
||||
29 AverageFrost NW_T1_ColdAvgC 20 10 22 6875 NW_IT_TRAP030 iit_trap_011
|
||||
30 StrongFrost NW_T1_ColdStrC 25 10 22 6876 NW_IT_TRAP031 iit_trap_011
|
||||
31 DeadlyFrost NW_T1_ColdDeadC 30 10 22 6877 NW_IT_TRAP032 iit_trap_011
|
||||
32 MinorNegative NW_T1_NegMinC 15 10 22 6878 NW_IT_TRAP041 iit_trap_007
|
||||
33 AverageNegative NW_T1_NegAvgC 20 10 22 6879 NW_IT_TRAP042 iit_trap_007
|
||||
34 StrongNegative NW_T1_NegStrC 25 14 26 6880 NW_IT_TRAP043 iit_trap_007
|
||||
35 DeadlyNegative NW_T1_NegDeadC 30 14 26 6881 NW_IT_TRAP044 iit_trap_007
|
||||
36 MinorSonic NW_T1_SoncMinC 15 10 22 6882 NW_IT_TRAP037 iit_trap_008
|
||||
37 AverageSonic NW_T1_SoncAvgC 20 10 22 6883 NW_IT_TRAP038 iit_trap_008
|
||||
38 StrongSonic NW_T1_SoncStrC 25 10 22 6884 NW_IT_TRAP039 iit_trap_008
|
||||
39 DeadlySonic NW_T1_SoncDeadC 30 10 22 6885 NW_IT_TRAP040 iit_trap_008
|
||||
40 MinorAcidSplash NW_T1_SplshMinC 15 10 22 6886 NW_IT_TRAP033 iit_trap_001
|
||||
41 AverageAcidSplash NW_T1_SplshAvgC 20 10 22 6887 NW_IT_TRAP034 iit_trap_001
|
||||
42 StrongAcidSplash NW_T1_SplshStrC 25 10 22 6888 NW_IT_TRAP035 iit_trap_001
|
||||
43 DeadlyAcidSplash NW_T1_SplshDeadC 30 10 22 6889 NW_IT_TRAP036 iit_trap_001
|
||||
44 EpicElectrical X2_T1_ElecEpicC 65 43 58 83329 X2_IT_TRAP001 iit_trap_003
|
||||
45 EpicFire X2_T1_FireEpicC 65 43 58 83330 X2_IT_TRAP002 iit_trap_004
|
||||
46 EpicFrost X2_T1_ColdEpicC 65 43 58 83331 X2_IT_TRAP003 iit_trap_011
|
||||
47 EpicSonic X2_T1_SoncEpicC 65 43 58 83332 X2_IT_TRAP004 iit_trap_008
|
||||
48 YellowMold RA_T1_YelMold 65 15 58 16807209 RA_IT_YELLMLD iit_trap_005
|
||||
49 **** **** **** **** **** **** **** ****
|
||||
50 **** **** **** **** **** **** **** ****
|
||||
51 **** **** **** **** **** **** **** ****
|
||||
52 **** **** **** **** **** **** **** ****
|
||||
53 **** **** **** **** **** **** **** ****
|
||||
54 **** **** **** **** **** **** **** ****
|
||||
55 **** **** **** **** **** **** **** ****
|
||||
56 **** **** **** **** **** **** **** ****
|
||||
57 **** **** **** **** **** **** **** ****
|
||||
58 **** **** **** **** **** **** **** ****
|
||||
59 **** **** **** **** **** **** **** ****
|
||||
60 **** **** **** **** **** **** **** ****
|
||||
61 **** **** **** **** **** **** **** ****
|
||||
62 **** **** **** **** **** **** **** ****
|
||||
63 **** **** **** **** **** **** **** ****
|
||||
64 **** **** **** **** **** **** **** ****
|
||||
65 **** **** **** **** **** **** **** ****
|
||||
66 **** **** **** **** **** **** **** ****
|
||||
67 **** **** **** **** **** **** **** ****
|
||||
68 **** **** **** **** **** **** **** ****
|
||||
69 **** **** **** **** **** **** **** ****
|
||||
70 **** **** **** **** **** **** **** ****
|
||||
71 **** **** **** **** **** **** **** ****
|
||||
72 **** **** **** **** **** **** **** ****
|
||||
73 **** **** **** **** **** **** **** ****
|
||||
74 **** **** **** **** **** **** **** ****
|
||||
75 **** **** **** **** **** **** **** ****
|
||||
76 **** **** **** **** **** **** **** ****
|
||||
77 **** **** **** **** **** **** **** ****
|
||||
78 **** **** **** **** **** **** **** ****
|
||||
79 **** **** **** **** **** **** **** ****
|
||||
80 **** **** **** **** **** **** **** ****
|
||||
81 **** **** **** **** **** **** **** ****
|
||||
82 **** **** **** **** **** **** **** ****
|
||||
83 **** **** **** **** **** **** **** ****
|
||||
84 **** **** **** **** **** **** **** ****
|
||||
85 **** **** **** **** **** **** **** ****
|
||||
86 **** **** **** **** **** **** **** ****
|
||||
87 **** **** **** **** **** **** **** ****
|
||||
88 **** **** **** **** **** **** **** ****
|
||||
89 **** **** **** **** **** **** **** ****
|
||||
90 **** **** **** **** **** **** **** ****
|
||||
91 **** **** **** **** **** **** **** ****
|
||||
92 **** **** **** **** **** **** **** ****
|
||||
93 **** **** **** **** **** **** **** ****
|
||||
94 **** **** **** **** **** **** **** ****
|
||||
95 **** **** **** **** **** **** **** ****
|
||||
96 **** **** **** **** **** **** **** ****
|
||||
97 **** **** **** **** **** **** **** ****
|
||||
98 **** **** **** **** **** **** **** ****
|
||||
99 **** **** **** **** **** **** **** ****
|
||||
100 PRGT **** 0 0 0 **** prgt_kit iit_trap_009
|
||||
101 TeleCircle prc_telecirc_trg **** 0 34 16825707 **** ****
|
||||
102 USER **** **** **** **** **** **** ****
|
||||
103 USER **** **** **** **** **** **** ****
|
||||
104 USER **** **** **** **** **** **** ****
|
||||
105 USER **** **** **** **** **** **** ****
|
||||
106 USER **** **** **** **** **** **** ****
|
||||
107 USER **** **** **** **** **** **** ****
|
||||
108 USER **** **** **** **** **** **** ****
|
||||
109 USER **** **** **** **** **** **** ****
|
||||
110 USER **** **** **** **** **** **** ****
|
||||
111 USER **** **** **** **** **** **** ****
|
||||
112 USER **** **** **** **** **** **** ****
|
||||
113 USER **** **** **** **** **** **** ****
|
||||
114 USER **** **** **** **** **** **** ****
|
||||
115 USER **** **** **** **** **** **** ****
|
||||
116 USER **** **** **** **** **** **** ****
|
||||
117 USER **** **** **** **** **** **** ****
|
||||
118 USER **** **** **** **** **** **** ****
|
||||
119 USER **** **** **** **** **** **** ****
|
||||
120 RollingRock DF_T1_RollinRock 20 20 22 16810824 df_IT_TRAP045 iit_trap_009
|
||||
121 CamoPit DF_T1_CamoPit 15 24 20 16810825 df_IT_TRAP046 iit_trap_009
|
||||
122 DeepPit DF_T1_DeepPit 16 20 23 16810826 df_IT_TRAP047 iit_trap_009
|
||||
123 RazorWire DF_T1_RazorWire 10 22 15 16810827 df_IT_TRAP048 iit_trap_009
|
||||
124 SwinginBloc DF_T1_Swingblock 18 20 20 16810828 df_IT_TRAP049 iit_trap_009
|
||||
125 WallSpike DF_T1_WallSpike 16 22 22 16810829 df_IT_TRAP050 iit_trap_009
|
||||
126 Bricks DF_T1_Bricks 20 20 20 16810830 df_IT_TRAP051 iit_trap_009
|
||||
127 CeilingPend DF_T1_CeilingPend 23 15 27 16810831 df_IT_TRAP052 iit_trap_009
|
||||
128 FloodRoom DF_T1_FloodRoom 25 17 23 16810832 df_IT_TRAP053 iit_trap_009
|
||||
129 WhirlBlade DF_T1_WhirlBlade 27 20 20 16810833 df_IT_TRAP054 iit_trap_009
|
||||
Label TrapScript SetDC DetectDCMod DisarmDCMod TrapName ResRef IconResRef
|
||||
0 MinorSpike NW_T1_SpikeMinoC 5 10 22 6846 NW_IT_TRAP001 iit_trap_009
|
||||
1 AverageSpike NW_T1_SpikeAvgC 20 10 22 6847 NW_IT_TRAP002 iit_trap_009
|
||||
2 StrongSpike NW_T1_SpikeStrC 25 10 22 6848 NW_IT_TRAP003 iit_trap_009
|
||||
3 DeadlySpike NW_T1_SpikeDeadC 35 22 36 6849 NW_IT_TRAP004 iit_trap_009
|
||||
4 MinorHoly NW_T1_HolyMinoC 15 10 22 6850 NW_IT_TRAP005 iit_trap_006
|
||||
5 AverageHoly NW_T1_HolyAvgC 20 10 22 6851 NW_IT_TRAP006 iit_trap_006
|
||||
6 StrongHoly NW_T1_HolyStrC 25 14 26 6852 NW_IT_TRAP007 iit_trap_006
|
||||
7 DeadlyHoly NW_T1_HolyDeadC 30 14 26 6853 NW_IT_TRAP008 iit_trap_006
|
||||
8 MinorTangle NW_T1_TangMinoC 15 10 22 6854 NW_IT_TRAP009 iit_trap_010
|
||||
9 AverageTangle NW_T1_TangAvgC 20 14 26 6855 NW_IT_TRAP010 iit_trap_010
|
||||
10 StrongTangle NW_T1_TangStrC 25 14 26 6856 NW_IT_TRAP011 iit_trap_010
|
||||
11 DeadlyTangle NW_T1_TangDeadC 30 18 31 6857 NW_IT_TRAP012 iit_trap_010
|
||||
12 MinorAcid NW_T1_AcidMinoC 15 10 22 6858 NW_IT_TRAP013 iit_trap_002
|
||||
13 AverageAcid NW_T1_AcidAvgC 25 14 26 6859 NW_IT_TRAP014 iit_trap_002
|
||||
14 StrongAcid NW_T1_AcidStrC 30 18 31 6860 NW_IT_TRAP015 iit_trap_002
|
||||
15 DeadlyAcid NW_T1_AcidDeadC 35 18 31 6861 NW_IT_TRAP016 iit_trap_002
|
||||
16 MinorFire NW_T1_FireMinoC 20 14 26 6862 NW_IT_TRAP017 iit_trap_004
|
||||
17 AverageFire NW_T1_FireAvgC 25 14 26 6863 NW_IT_TRAP018 iit_trap_004
|
||||
18 StrongFire NW_T1_FireStrC 30 18 31 6864 NW_IT_TRAP019 iit_trap_004
|
||||
19 DeadlyFire NW_T1_FireDeadC 35 22 36 6865 NW_IT_TRAP020 iit_trap_004
|
||||
20 MinorElectrical NW_T1_ElecMinoC 20 14 26 6866 NW_IT_TRAP021 iit_trap_003
|
||||
21 AverageElectrical NW_T1_ElecAvgC 25 18 31 6867 NW_IT_TRAP022 iit_trap_003
|
||||
22 StrongElectrical NW_T1_ElecStrC 30 22 36 6868 NW_IT_TRAP023 iit_trap_003
|
||||
23 DeadlyElectrical NW_T1_ElecDeadC 35 22 36 6869 NW_IT_TRAP024 iit_trap_003
|
||||
24 MinorGas NW_T1_GasMinoC 30 18 31 6870 NW_IT_TRAP025 iit_trap_005
|
||||
25 AverageGas NW_T1_GasAvgC 35 18 31 6871 NW_IT_TRAP026 iit_trap_005
|
||||
26 StrongGas NW_T1_GasStrC 45 22 36 6872 NW_IT_TRAP027 iit_trap_005
|
||||
27 DeadlyGas NW_T1_GasDeadC 45 22 36 6873 NW_IT_TRAP028 iit_trap_005
|
||||
28 MinorFrost NW_T1_ColdMinoC 15 10 22 6874 NW_IT_TRAP029 iit_trap_011
|
||||
29 AverageFrost NW_T1_ColdAvgC 20 10 22 6875 NW_IT_TRAP030 iit_trap_011
|
||||
30 StrongFrost NW_T1_ColdStrC 25 10 22 6876 NW_IT_TRAP031 iit_trap_011
|
||||
31 DeadlyFrost NW_T1_ColdDeadC 30 10 22 6877 NW_IT_TRAP032 iit_trap_011
|
||||
32 MinorNegative NW_T1_NegMinC 15 10 22 6878 NW_IT_TRAP041 iit_trap_007
|
||||
33 AverageNegative NW_T1_NegAvgC 20 10 22 6879 NW_IT_TRAP042 iit_trap_007
|
||||
34 StrongNegative NW_T1_NegStrC 25 14 26 6880 NW_IT_TRAP043 iit_trap_007
|
||||
35 DeadlyNegative NW_T1_NegDeadC 30 14 26 6881 NW_IT_TRAP044 iit_trap_007
|
||||
36 MinorSonic NW_T1_SoncMinC 15 10 22 6882 NW_IT_TRAP037 iit_trap_008
|
||||
37 AverageSonic NW_T1_SoncAvgC 20 10 22 6883 NW_IT_TRAP038 iit_trap_008
|
||||
38 StrongSonic NW_T1_SoncStrC 25 10 22 6884 NW_IT_TRAP039 iit_trap_008
|
||||
39 DeadlySonic NW_T1_SoncDeadC 30 10 22 6885 NW_IT_TRAP040 iit_trap_008
|
||||
40 MinorAcidSplash NW_T1_SplshMinC 15 10 22 6886 NW_IT_TRAP033 iit_trap_001
|
||||
41 AverageAcidSplash NW_T1_SplshAvgC 20 10 22 6887 NW_IT_TRAP034 iit_trap_001
|
||||
42 StrongAcidSplash NW_T1_SplshStrC 25 10 22 6888 NW_IT_TRAP035 iit_trap_001
|
||||
43 DeadlyAcidSplash NW_T1_SplshDeadC 30 10 22 6889 NW_IT_TRAP036 iit_trap_001
|
||||
44 EpicElectrical X2_T1_ElecEpicC 65 43 58 83329 X2_IT_TRAP001 iit_trap_003
|
||||
45 EpicFire X2_T1_FireEpicC 65 43 58 83330 X2_IT_TRAP002 iit_trap_004
|
||||
46 EpicFrost X2_T1_ColdEpicC 65 43 58 83331 X2_IT_TRAP003 iit_trap_011
|
||||
47 EpicSonic X2_T1_SoncEpicC 65 43 58 83332 X2_IT_TRAP004 iit_trap_008
|
||||
48 YellowMold RA_T1_YelMold 65 15 58 16807209 RA_IT_YELLMLD iit_trap_005
|
||||
49 FootCatcher trap_footcatch 30 20 23 16777299 RA_IT_FOOTCATCH iit_trap_009
|
||||
50 **** **** **** **** **** **** **** ****
|
||||
51 **** **** **** **** **** **** **** ****
|
||||
52 **** **** **** **** **** **** **** ****
|
||||
53 **** **** **** **** **** **** **** ****
|
||||
54 **** **** **** **** **** **** **** ****
|
||||
55 **** **** **** **** **** **** **** ****
|
||||
56 **** **** **** **** **** **** **** ****
|
||||
57 **** **** **** **** **** **** **** ****
|
||||
58 **** **** **** **** **** **** **** ****
|
||||
59 **** **** **** **** **** **** **** ****
|
||||
60 **** **** **** **** **** **** **** ****
|
||||
61 **** **** **** **** **** **** **** ****
|
||||
62 **** **** **** **** **** **** **** ****
|
||||
63 **** **** **** **** **** **** **** ****
|
||||
64 **** **** **** **** **** **** **** ****
|
||||
65 **** **** **** **** **** **** **** ****
|
||||
66 **** **** **** **** **** **** **** ****
|
||||
67 **** **** **** **** **** **** **** ****
|
||||
68 **** **** **** **** **** **** **** ****
|
||||
69 **** **** **** **** **** **** **** ****
|
||||
70 **** **** **** **** **** **** **** ****
|
||||
71 **** **** **** **** **** **** **** ****
|
||||
72 **** **** **** **** **** **** **** ****
|
||||
73 **** **** **** **** **** **** **** ****
|
||||
74 **** **** **** **** **** **** **** ****
|
||||
75 **** **** **** **** **** **** **** ****
|
||||
76 **** **** **** **** **** **** **** ****
|
||||
77 **** **** **** **** **** **** **** ****
|
||||
78 **** **** **** **** **** **** **** ****
|
||||
79 **** **** **** **** **** **** **** ****
|
||||
80 **** **** **** **** **** **** **** ****
|
||||
81 **** **** **** **** **** **** **** ****
|
||||
82 **** **** **** **** **** **** **** ****
|
||||
83 **** **** **** **** **** **** **** ****
|
||||
84 **** **** **** **** **** **** **** ****
|
||||
85 **** **** **** **** **** **** **** ****
|
||||
86 **** **** **** **** **** **** **** ****
|
||||
87 **** **** **** **** **** **** **** ****
|
||||
88 **** **** **** **** **** **** **** ****
|
||||
89 **** **** **** **** **** **** **** ****
|
||||
90 **** **** **** **** **** **** **** ****
|
||||
91 **** **** **** **** **** **** **** ****
|
||||
92 **** **** **** **** **** **** **** ****
|
||||
93 **** **** **** **** **** **** **** ****
|
||||
94 **** **** **** **** **** **** **** ****
|
||||
95 **** **** **** **** **** **** **** ****
|
||||
96 **** **** **** **** **** **** **** ****
|
||||
97 **** **** **** **** **** **** **** ****
|
||||
98 **** **** **** **** **** **** **** ****
|
||||
99 **** **** **** **** **** **** **** ****
|
||||
100 PRGT **** 0 0 0 **** prgt_kit iit_trap_009
|
||||
101 TeleCircle prc_telecirc_trg **** 0 34 16825707 **** ****
|
||||
102 USER **** **** **** **** **** **** ****
|
||||
103 USER **** **** **** **** **** **** ****
|
||||
104 USER **** **** **** **** **** **** ****
|
||||
105 USER **** **** **** **** **** **** ****
|
||||
106 USER **** **** **** **** **** **** ****
|
||||
107 USER **** **** **** **** **** **** ****
|
||||
108 USER **** **** **** **** **** **** ****
|
||||
109 USER **** **** **** **** **** **** ****
|
||||
110 USER **** **** **** **** **** **** ****
|
||||
111 USER **** **** **** **** **** **** ****
|
||||
112 USER **** **** **** **** **** **** ****
|
||||
113 USER **** **** **** **** **** **** ****
|
||||
114 USER **** **** **** **** **** **** ****
|
||||
115 USER **** **** **** **** **** **** ****
|
||||
116 USER **** **** **** **** **** **** ****
|
||||
117 USER **** **** **** **** **** **** ****
|
||||
118 USER **** **** **** **** **** **** ****
|
||||
119 USER **** **** **** **** **** **** ****
|
||||
120 RollingRock DF_T1_RollinRock 20 20 22 16810824 df_IT_TRAP045 iit_trap_009
|
||||
121 CamoPit DF_T1_CamoPit 15 24 20 16810825 df_IT_TRAP046 iit_trap_009
|
||||
122 DeepPit DF_T1_DeepPit 16 20 23 16810826 df_IT_TRAP047 iit_trap_009
|
||||
123 RazorWire DF_T1_RazorWire 10 22 15 16810827 df_IT_TRAP048 iit_trap_009
|
||||
124 SwinginBloc DF_T1_Swingblock 18 20 20 16810828 df_IT_TRAP049 iit_trap_009
|
||||
125 WallSpike DF_T1_WallSpike 16 22 22 16810829 df_IT_TRAP050 iit_trap_009
|
||||
126 Bricks DF_T1_Bricks 20 20 20 16810830 df_IT_TRAP051 iit_trap_009
|
||||
127 CeilingPend DF_T1_CeilingPend 23 15 27 16810831 df_IT_TRAP052 iit_trap_009
|
||||
128 FloodRoom DF_T1_FloodRoom 25 17 23 16810832 df_IT_TRAP053 iit_trap_009
|
||||
129 WhirlBlade DF_T1_WhirlBlade 27 20 20 16810833 df_IT_TRAP054 iit_trap_009
|
||||
|
BIN
_content/tdm01_raised/sen_grid01.dds
Normal file
BIN
_content/tdm01_raised/sen_grid01.dds
Normal file
Binary file not shown.
8699
_content/tdm01_raised/tdm01.set
Normal file
8699
_content/tdm01_raised/tdm01.set
Normal file
File diff suppressed because it is too large
Load Diff
BIN
_content/tdm01_raised/tdm01_a10_02.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_a10_02.mdl
Normal file
Binary file not shown.
67
_content/tdm01_raised/tdm01_a10_02.wok
Normal file
67
_content/tdm01_raised/tdm01_a10_02.wok
Normal file
@ -0,0 +1,67 @@
|
||||
# Exported from NWmax 0.8 b61 at 7.3.2014 7:44:00
|
||||
# wok file
|
||||
#
|
||||
#NWmax WALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_a10_02
|
||||
node aabb wmesh19
|
||||
parent tdm01_a10_02
|
||||
position 0.0 0.0 0.0
|
||||
orientation 1.0 0.0 0.0 0.0
|
||||
wirecolor 0.337255 0.337255 0.337255
|
||||
multimaterial 30
|
||||
Dirt
|
||||
Obscuring
|
||||
Grass
|
||||
Stone
|
||||
Wood
|
||||
Water
|
||||
Nonwalk
|
||||
Transparent
|
||||
Carpet
|
||||
Metal
|
||||
Puddles
|
||||
Swamp
|
||||
Mud
|
||||
Leaves
|
||||
Lava
|
||||
BottomlessPit
|
||||
DeepWater
|
||||
Door
|
||||
Snow
|
||||
Sand
|
||||
BareBones
|
||||
StoneBridge
|
||||
Temp1
|
||||
Temp2
|
||||
Temp3
|
||||
Temp4
|
||||
Temp5
|
||||
Temp6
|
||||
Temp7
|
||||
Trigger
|
||||
ambient 0.0 0.0 0.0
|
||||
diffuse 1.0 1.0 1.0
|
||||
specular 0.0 0.0 0.0
|
||||
shininess 10.0
|
||||
bitmap Obscuring
|
||||
verts 6
|
||||
-5.0 -5.0 3.0
|
||||
5.0 -5.0 3.0
|
||||
-5.0 5.0 6.0
|
||||
5.0 5.0 3.0
|
||||
0.0 0.0 -0.01
|
||||
0.0 0.01 3.0
|
||||
faces 4
|
||||
0 1 5 1 0 0 0 2
|
||||
1 3 5 1 0 0 0 2
|
||||
3 2 5 2 0 0 0 2
|
||||
2 0 5 2 0 0 0 2
|
||||
aabb -5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 0.0 5.0 6.0 3
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 0.01 3.0 0
|
||||
-5.0 0.01 3.0 5.0 5.0 6.0 2
|
||||
0.0 -5.0 3.0 5.0 5.0 3.0 1
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_a10_02
|
BIN
_content/tdm01_raised/tdm01_a10_03.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_a10_03.mdl
Normal file
Binary file not shown.
66
_content/tdm01_raised/tdm01_a10_03.wok
Normal file
66
_content/tdm01_raised/tdm01_a10_03.wok
Normal file
@ -0,0 +1,66 @@
|
||||
# Exported from NWmax 0.8 b61 at 7.3.2014 7:43:14
|
||||
# wok file
|
||||
#
|
||||
#NWmax WALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_a10_03
|
||||
node aabb wmesh20
|
||||
parent tdm01_a10_03
|
||||
position 0.0 0.0 0.0
|
||||
orientation 1.0 0.0 0.0 0.0
|
||||
wirecolor 0.603922 0.603922 0.603922
|
||||
multimaterial 30
|
||||
Dirt
|
||||
Obscuring
|
||||
Grass
|
||||
Stone
|
||||
Wood
|
||||
Water
|
||||
Nonwalk
|
||||
Transparent
|
||||
Carpet
|
||||
Metal
|
||||
Puddles
|
||||
Swamp
|
||||
Mud
|
||||
Leaves
|
||||
Lava
|
||||
BottomlessPit
|
||||
DeepWater
|
||||
Door
|
||||
Snow
|
||||
Sand
|
||||
BareBones
|
||||
StoneBridge
|
||||
Temp1
|
||||
Temp2
|
||||
Temp3
|
||||
Temp4
|
||||
Temp5
|
||||
Temp6
|
||||
Temp7
|
||||
Trigger
|
||||
ambient 0.0 0.0 0.0
|
||||
diffuse 1.0 1.0 1.0
|
||||
specular 0.0 0.0 0.0
|
||||
shininess 10.0
|
||||
bitmap Obscuring
|
||||
verts 5
|
||||
-5.0 -5.0 3.0
|
||||
5.0 -5.0 6.0
|
||||
-5.0 5.0 6.0
|
||||
5.0 5.0 3.0
|
||||
0.0 0.01 3.0
|
||||
faces 4
|
||||
0 1 4 1 0 0 0 2
|
||||
1 3 4 2 0 0 0 2
|
||||
3 2 4 16 0 0 0 2
|
||||
2 0 4 32 0 0 0 2
|
||||
aabb -5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 0.0 5.0 6.0 3
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 0.01 6.0 0
|
||||
-5.0 0.01 3.0 5.0 5.0 6.0 2
|
||||
0.0 -5.0 3.0 5.0 5.0 6.0 1
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_a10_03
|
BIN
_content/tdm01_raised/tdm01_a10_04.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_a10_04.mdl
Normal file
Binary file not shown.
66
_content/tdm01_raised/tdm01_a10_04.wok
Normal file
66
_content/tdm01_raised/tdm01_a10_04.wok
Normal file
@ -0,0 +1,66 @@
|
||||
# Exported from NWmax 0.8 b61 at 7.3.2014 7:44:44
|
||||
# wok file
|
||||
#
|
||||
#NWmax WALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_a10_04
|
||||
node aabb wmesh21
|
||||
parent tdm01_a10_04
|
||||
position 0.0 0.0 0.0
|
||||
orientation 1.0 0.0 0.0 0.0
|
||||
wirecolor 0.603922 0.603922 0.603922
|
||||
multimaterial 30
|
||||
Dirt
|
||||
Obscuring
|
||||
Grass
|
||||
Stone
|
||||
Wood
|
||||
Water
|
||||
Nonwalk
|
||||
Transparent
|
||||
Carpet
|
||||
Metal
|
||||
Puddles
|
||||
Swamp
|
||||
Mud
|
||||
Leaves
|
||||
Lava
|
||||
BottomlessPit
|
||||
DeepWater
|
||||
Door
|
||||
Snow
|
||||
Sand
|
||||
BareBones
|
||||
StoneBridge
|
||||
Temp1
|
||||
Temp2
|
||||
Temp3
|
||||
Temp4
|
||||
Temp5
|
||||
Temp6
|
||||
Temp7
|
||||
Trigger
|
||||
ambient 0.0 0.0 0.0
|
||||
diffuse 1.0 1.0 1.0
|
||||
specular 0.0 0.0 0.0
|
||||
shininess 10.0
|
||||
bitmap Obscuring
|
||||
verts 5
|
||||
-5.0 -5.0 3.0
|
||||
5.0 -5.0 3.0
|
||||
-5.0 5.0 6.0
|
||||
5.0 5.0 6.0
|
||||
0.0 -0.01 4.5
|
||||
faces 4
|
||||
0 1 4 4 0 0 0 2
|
||||
1 3 4 4 0 0 0 2
|
||||
3 2 4 4 0 0 0 2
|
||||
2 0 4 4 0 0 0 2
|
||||
aabb -5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 0.0 5.0 6.0 3
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 -0.01 4.5 0
|
||||
-5.0 -0.01 4.5 5.0 5.0 6.0 2
|
||||
0.0 -5.0 3.0 5.0 5.0 6.0 1
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_a10_04
|
BIN
_content/tdm01_raised/tdm01_a10_05.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_a10_05.mdl
Normal file
Binary file not shown.
66
_content/tdm01_raised/tdm01_a10_05.wok
Normal file
66
_content/tdm01_raised/tdm01_a10_05.wok
Normal file
@ -0,0 +1,66 @@
|
||||
# Exported from NWmax 0.8 b61 at 7.3.2014 7:49:49
|
||||
# wok file
|
||||
#
|
||||
#NWmax WALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_a10_05
|
||||
node aabb wmesh22
|
||||
parent tdm01_a10_05
|
||||
position 0.0 0.0 0.0
|
||||
orientation 1.0 0.0 0.0 0.0
|
||||
wirecolor 0.87451 0.87451 0.87451
|
||||
multimaterial 30
|
||||
Dirt
|
||||
Obscuring
|
||||
Grass
|
||||
Stone
|
||||
Wood
|
||||
Water
|
||||
Nonwalk
|
||||
Transparent
|
||||
Carpet
|
||||
Metal
|
||||
Puddles
|
||||
Swamp
|
||||
Mud
|
||||
Leaves
|
||||
Lava
|
||||
BottomlessPit
|
||||
DeepWater
|
||||
Door
|
||||
Snow
|
||||
Sand
|
||||
BareBones
|
||||
StoneBridge
|
||||
Temp1
|
||||
Temp2
|
||||
Temp3
|
||||
Temp4
|
||||
Temp5
|
||||
Temp6
|
||||
Temp7
|
||||
Trigger
|
||||
ambient 0.0 0.0 0.0
|
||||
diffuse 1.0 1.0 1.0
|
||||
specular 0.0 0.0 0.0
|
||||
shininess 10.0
|
||||
bitmap Obscuring
|
||||
verts 5
|
||||
-5.0 -5.0 6.0
|
||||
5.0 -5.0 3.0
|
||||
-5.0 5.0 6.0
|
||||
5.0 5.0 6.0
|
||||
0.0 0.01 4.5
|
||||
faces 4
|
||||
0 1 4 4 0 0 0 2
|
||||
1 3 4 8 0 0 0 2
|
||||
3 2 4 16 0 0 0 2
|
||||
2 0 4 32 0 0 0 2
|
||||
aabb -5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 4.5 0.0 5.0 6.0 3
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 5.0 6.0 -1
|
||||
-5.0 -5.0 3.0 5.0 0.01 6.0 0
|
||||
-5.0 0.01 4.5 5.0 5.0 6.0 2
|
||||
0.0 -5.0 3.0 5.0 5.0 6.0 1
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_a10_05
|
22
_content/tdm01_raised/tdm01_edge.2da
Normal file
22
_content/tdm01_raised/tdm01_edge.2da
Normal file
@ -0,0 +1,22 @@
|
||||
2DA V2.0
|
||||
|
||||
Corner1 Edge Corner2 Height Model
|
||||
0 Floor **** Floor 0 TDM01_Z02_01
|
||||
1 Floor Fence Floor 0 TDM01_Z04_01
|
||||
2 Water Bridge Water 0 TDM01_Z05_01
|
||||
3 Wall Corridor Wall 0 TDM01_Z07_01
|
||||
4 Wall Tracks Wall 0 TDM01_Z06_01
|
||||
5 Floor **** Water 0 TDM01_Z08_01
|
||||
6 Wall **** Water 0 TDM01_Z09_01
|
||||
7 Wall **** Floor 0 TDM01_Z10_01
|
||||
8 Wall **** **** 0 TDM01_Z03_01
|
||||
9 Water **** **** 0 TDM01_Z01_01
|
||||
10 Floor **** **** 0 TDM01_Z02_01
|
||||
11 Water **** Water 0 TDM01_Z01_01
|
||||
12 Wall **** Wall 0 TDM01_Z03_01
|
||||
13 Wall Doorway Wall 0 TDM01_Z11_01
|
||||
14 Wall+ **** Wall 0 TDM01_Z07_02
|
||||
15 Wall+ Corridor Wall+ 1 TDM01_Z07_01
|
||||
16 Wall+ Tracks Wall+ 1 TDM01_Z06_01
|
||||
17 Wall+ **** **** 1 TDM01_Z03_01
|
||||
18 Wall+ **** Wall+ 1 TDM01_Z03_01
|
BIN
_content/tdm01_raised/tdm01_g02_11.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_g02_11.mdl
Normal file
Binary file not shown.
175
_content/tdm01_raised/tdm01_g02_11.wok
Normal file
175
_content/tdm01_raised/tdm01_g02_11.wok
Normal file
@ -0,0 +1,175 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:09 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_g02_11
|
||||
node aabb line1673
|
||||
parent tdm01_g02_11
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 29
|
||||
2 2.4 2.22
|
||||
3 4 2.7
|
||||
3 5 3
|
||||
-2.7 3.3 2.49
|
||||
-3 5 3
|
||||
-3.5 2 2.1
|
||||
-3.7 1 1.8
|
||||
-2.7 -0.2 1.44
|
||||
-2.07 1.58 1.97
|
||||
-3 -5 0
|
||||
2.5 -1.6 1.02
|
||||
3 -5 0
|
||||
3.6 -3.5 0.45
|
||||
-3 5 6
|
||||
-2.7 3.3 5.49
|
||||
-3.5 2 5.1
|
||||
-3.7 1 4.8
|
||||
-2.7 -0.2 4.44
|
||||
-3 -5 3
|
||||
3.6 -3.5 3.45
|
||||
2.5 -1.6 4.02
|
||||
3 -5 3
|
||||
2 2.4 5.22
|
||||
3 4 5.7
|
||||
3 5 6
|
||||
5 5 6
|
||||
5 -5 3
|
||||
-5 5 6
|
||||
-5 -5 3
|
||||
faces 44
|
||||
0 1 2 1 0 0 0 4
|
||||
3 0 2 1 0 0 0 4
|
||||
2 4 3 1 0 0 0 4
|
||||
3 5 6 1 0 0 0 7
|
||||
7 8 6 1 0 0 0 7
|
||||
7 9 10 1 0 0 0 4
|
||||
0 8 7 1 0 0 0 4
|
||||
10 9 11 1 0 0 0 4
|
||||
12 10 11 1 0 0 0 7
|
||||
7 10 0 1 0 0 0 4
|
||||
13 14 3 2 0 0 0 2
|
||||
3 4 13 2 0 0 0 2
|
||||
14 15 5 4 0 0 0 2
|
||||
5 3 14 4 0 0 0 2
|
||||
15 16 6 2 0 0 0 2
|
||||
6 5 15 2 0 0 0 2
|
||||
16 17 7 4 0 0 0 2
|
||||
7 6 16 4 0 0 0 2
|
||||
17 18 9 2 0 0 0 2
|
||||
9 7 17 2 0 0 0 2
|
||||
19 20 10 2 0 0 0 2
|
||||
10 12 19 2 0 0 0 2
|
||||
21 19 12 4 0 0 0 2
|
||||
12 11 21 4 0 0 0 2
|
||||
20 22 0 4 0 0 0 2
|
||||
0 10 20 4 0 0 0 2
|
||||
22 23 1 2 0 0 0 2
|
||||
1 0 22 2 0 0 0 2
|
||||
23 24 2 4 0 0 0 2
|
||||
2 1 23 4 0 0 0 2
|
||||
23 25 24 1 0 0 0 2
|
||||
23 22 20 1 0 0 0 2
|
||||
25 19 26 1 0 0 0 2
|
||||
20 25 23 1 0 0 0 2
|
||||
25 20 19 1 0 0 0 2
|
||||
19 21 26 1 0 0 0 2
|
||||
15 14 13 1 0 0 0 2
|
||||
16 27 28 1 0 0 0 2
|
||||
28 17 16 1 0 0 0 2
|
||||
27 15 13 1 0 0 0 2
|
||||
16 15 27 1 0 0 0 2
|
||||
28 18 17 1 0 0 0 2
|
||||
0 3 8 1 0 0 0 4
|
||||
8 3 6 1 0 0 0 7
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 3 5 6 -1
|
||||
-5 -5 0 2.5 5 6 -1
|
||||
-5 -5 0 2.5 1 4.8 -1
|
||||
-5 -5 0 -2.7 1 4.8 -1
|
||||
-5 -5 0 -2.7 -0.2 4.44 -1
|
||||
-3 -5 0 -2.7 -0.2 4.44 18
|
||||
-5 -5 3 -2.7 -0.2 4.44 41
|
||||
-5 -5 3 -2.7 1 4.8 38
|
||||
-3 -5 0 2.5 -0.2 4.44 -1
|
||||
-3 -5 0 -2.7 -0.2 4.44 19
|
||||
-3 -5 0 2.5 -0.2 1.44 5
|
||||
-5 -5 1.44 -2.07 5 6 -1
|
||||
-5 -5 1.44 -2.7 5 6 -1
|
||||
-3.7 -0.2 1.44 -2.7 1 4.8 16
|
||||
-5 -5 3 -3.7 5 6 37
|
||||
-3.7 -0.2 1.44 -2.07 1.58 4.8 -1
|
||||
-3.7 -0.2 1.44 -2.07 1.58 1.97 4
|
||||
-3.7 -0.2 1.44 -2.7 1 4.8 17
|
||||
-5 -0.2 1.44 3 5 6 -1
|
||||
-5 1 1.8 -2.07 5 6 -1
|
||||
-3.7 1 1.8 -2.07 5 6 -1
|
||||
-3.7 1 1.8 -2.07 3.3 5.1 -1
|
||||
-3.7 1 1.8 -2.07 3.3 2.49 -1
|
||||
-3.7 1 1.8 -2.07 3.3 2.49 43
|
||||
-3.7 1 1.8 -2.7 3.3 2.49 3
|
||||
-3.7 1 1.8 -3.5 2 5.1 15
|
||||
-3.7 1 1.8 -2.7 5 6 -1
|
||||
-3.5 2 2.1 -2.7 3.3 5.49 13
|
||||
-3.7 1 1.8 -2.7 5 6 -1
|
||||
-3 3.3 2.49 -2.7 5 6 11
|
||||
-3.7 1 1.8 -3.5 2 5.1 14
|
||||
-5 1 2.1 -2.7 5 6 -1
|
||||
-5 1 2.1 -2.7 5 6 -1
|
||||
-3.5 2 2.1 -2.7 3.3 5.49 12
|
||||
-5 1 4.8 -3.5 5 6 40
|
||||
-5 2 2.49 -2.7 5 6 -1
|
||||
-3 3.3 2.49 -2.7 5 6 10
|
||||
-5 2 5.1 -2.7 5 6 -1
|
||||
-3.5 2 5.1 -2.7 5 6 36
|
||||
-5 2 5.1 -3 5 6 39
|
||||
-3 -0.2 1.44 3 5 3 -1
|
||||
-2.7 -0.2 1.44 2 3.3 2.49 -1
|
||||
-2.7 -0.2 1.44 2 2.4 2.22 6
|
||||
-2.7 1.58 1.97 2 3.3 2.49 42
|
||||
-3 3.3 2.49 3 5 3 2
|
||||
-3 -5 0 5 5 6 -1
|
||||
-3 -5 0 5 5 6 -1
|
||||
-3 -5 0 5 -1.6 3.45 -1
|
||||
-3 -5 0 3 -1.6 1.02 7
|
||||
2.5 -5 0 5 -1.6 3.45 -1
|
||||
2.5 -5 0 3.6 -1.6 3.45 -1
|
||||
2.5 -5 0 3.6 -1.6 1.02 8
|
||||
2.5 -5 0 3.6 -1.6 3.45 -1
|
||||
3 -5 0 3.6 -3.5 3 23
|
||||
2.5 -3.5 0.45 3.6 -1.6 3.45 21
|
||||
3 -5 0.45 5 -3.5 3.45 -1
|
||||
3 -5 0.45 3.6 -3.5 3.45 22
|
||||
3 -5 3 5 -3.5 3.45 35
|
||||
-2.7 -5 1.02 5 5 6 -1
|
||||
2.5 -5 1.02 5 5 6 -1
|
||||
2.5 -3.5 1.02 3.6 -1.6 4.02 20
|
||||
3.6 -5 3 5 5 6 32
|
||||
-2.7 -3.5 1.02 5 5 6 -1
|
||||
2 -1.6 1.02 2.5 2.4 4.02 25
|
||||
-2.7 -3.5 1.02 5 5 6 -1
|
||||
2.5 -3.5 3.45 5 5 6 34
|
||||
-2.7 -1.6 1.02 2.5 2.4 2.22 9
|
||||
-2.7 -1.6 2.22 5 5 6 -1
|
||||
-2.7 -1.6 2.22 3 5 5.7 -1
|
||||
2 -1.6 2.22 3 4 5.7 -1
|
||||
2 -1.6 2.22 2.5 2.4 5.22 24
|
||||
2 -1.6 4.02 3 4 5.7 31
|
||||
-2.7 2.4 2.22 3 5 5.22 -1
|
||||
-2.7 2.4 2.22 3 5 3 1
|
||||
2 2.4 2.22 3 4 5.22 27
|
||||
2 -1.6 2.22 5 5 6 -1
|
||||
2 -1.6 2.22 5 5 6 -1
|
||||
2.5 -1.6 4.02 5 5 6 33
|
||||
2 2.4 2.22 3 5 5.7 -1
|
||||
2 2.4 2.22 3 5 3 0
|
||||
2 2.4 2.7 3 4 5.7 26
|
||||
3 4 2.7 5 5 6 -1
|
||||
3 4 2.7 3 5 5.7 29
|
||||
3 4 3 5 5 6 -1
|
||||
3 4 3 3 5 6 28
|
||||
3 4 5.7 5 5 6 30
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_g02_11
|
BIN
_content/tdm01_raised/tdm01_g02_12.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_g02_12.mdl
Normal file
Binary file not shown.
144
_content/tdm01_raised/tdm01_g02_12.wok
Normal file
144
_content/tdm01_raised/tdm01_g02_12.wok
Normal file
@ -0,0 +1,144 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:09 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_g02_12
|
||||
node aabb line1704
|
||||
parent tdm01_g02_12
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 25
|
||||
1.91 2.4 2.22
|
||||
3 5 3
|
||||
-3 5 3
|
||||
1.93 -1.97 1.02
|
||||
0.25 -5 0
|
||||
3 -5 0
|
||||
-1.71 2 2.1
|
||||
-1.74 0.65 1.69
|
||||
-4.06 -3.6 0.42
|
||||
3.6 -3.5 0.45
|
||||
2 2.4 5.22
|
||||
3 5 6
|
||||
-4.06 -3.6 3.42
|
||||
-3 -5 3
|
||||
-3 -5 0
|
||||
-3 5 6
|
||||
-1.71 2 5.1
|
||||
2.1 -2.08 4.78
|
||||
-1.74 0.65 4.69
|
||||
3.7 -3.4 3.45
|
||||
3 -5 3
|
||||
5 5 6
|
||||
5 -5 3
|
||||
-5 -5 3
|
||||
-5 5 6
|
||||
faces 35
|
||||
0 1 2 1 0 0 0 4
|
||||
3 4 5 1 0 0 0 4
|
||||
0 2 6 1 0 0 0 4
|
||||
7 0 6 1 0 0 0 4
|
||||
3 0 7 1 0 0 0 4
|
||||
3 7 8 1 0 0 0 4
|
||||
3 8 4 1 0 0 0 4
|
||||
9 3 5 1 0 0 0 4
|
||||
10 11 1 1 0 0 0 2
|
||||
1 0 10 1 0 0 0 2
|
||||
12 13 14 1 0 0 0 2
|
||||
14 8 12 1 0 0 0 2
|
||||
15 16 6 1 0 0 0 2
|
||||
6 2 15 1 0 0 0 2
|
||||
17 10 0 1 0 0 0 2
|
||||
0 3 17 1 0 0 0 2
|
||||
16 18 7 1 0 0 0 2
|
||||
7 6 16 1 0 0 0 2
|
||||
18 12 8 1 0 0 0 2
|
||||
8 7 18 1 0 0 0 2
|
||||
19 17 3 1 0 0 0 2
|
||||
3 9 19 1 0 0 0 2
|
||||
20 19 9 1 0 0 0 2
|
||||
9 5 20 1 0 0 0 2
|
||||
10 21 11 2 0 0 0 2
|
||||
19 10 17 4 0 0 0 2
|
||||
19 20 22 2 0 0 0 2
|
||||
19 21 10 2 0 0 0 2
|
||||
21 19 22 2 0 0 0 2
|
||||
23 13 12 2 0 0 0 2
|
||||
12 18 16 2 0 0 0 2
|
||||
16 15 24 2 0 0 0 2
|
||||
24 23 12 2 0 0 0 2
|
||||
12 16 24 2 0 0 0 2
|
||||
8 14 4 1 0 0 0 4
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 1.93 5 6 -1
|
||||
-5 -5 0 1.93 5 6 -1
|
||||
-5 -5 0 1.93 -1.97 3.42 -1
|
||||
-5 -5 0 -3 -3.6 3.42 -1
|
||||
-4.06 -5 0 -3 -3.6 3.42 -1
|
||||
-4.06 -5 0 -3 -3.6 3.42 11
|
||||
-4.06 -5 0 -3 -3.6 3.42 10
|
||||
-5 -5 3 -3 -3.6 3.42 29
|
||||
-4.06 -5 0 1.93 -1.97 1.02 -1
|
||||
-4.06 -5 0 0.25 -3.6 0.42 34
|
||||
-4.06 -5 0 1.93 -1.97 1.02 6
|
||||
-5 -5 0.42 1.93 5 6 -1
|
||||
-4.06 -3.6 0.42 1.93 0.65 4.69 -1
|
||||
-4.06 -3.6 0.42 -1.74 0.65 4.69 18
|
||||
-4.06 -3.6 0.42 1.93 0.65 1.69 5
|
||||
-5 -5 0.42 -1.74 5 6 -1
|
||||
-5 -5 3 -4.06 5 6 32
|
||||
-4.06 -3.6 0.42 -1.74 0.65 4.69 19
|
||||
-5 -3.6 1.69 1.91 5 6 -1
|
||||
-5 -3.6 1.69 1.91 5 6 -1
|
||||
-4.06 -3.6 3.42 -1.71 2 5.1 30
|
||||
-5 -3.6 1.69 1.91 5 6 -1
|
||||
-5 -3.6 1.69 -1.71 5 6 -1
|
||||
-1.74 0.65 1.69 -1.71 2 5.1 16
|
||||
-5 -3.6 3.42 -1.71 5 6 33
|
||||
-1.74 0.65 1.69 1.91 2.4 5.1 -1
|
||||
-1.74 0.65 1.69 -1.71 2 5.1 17
|
||||
-1.74 0.65 1.69 1.91 2.4 2.22 3
|
||||
-5 2 2.1 1.91 5 6 -1
|
||||
-5 2 2.1 -1.71 5 6 -1
|
||||
-3 2 2.1 -1.71 5 6 13
|
||||
-5 2 5.1 -1.71 5 6 31
|
||||
-3 2 2.1 1.91 5 6 -1
|
||||
-3 2 2.1 -1.71 5 6 12
|
||||
-3 2 2.1 1.91 5 3 2
|
||||
-3 -5 0 5 5 6 -1
|
||||
0.25 -5 0 5 5 6 -1
|
||||
0.25 -5 0 5 -1.97 3.45 -1
|
||||
0.25 -5 0 3.6 -1.97 1.02 -1
|
||||
0.25 -5 0 3 -1.97 1.02 1
|
||||
1.93 -5 0 3.6 -1.97 1.02 7
|
||||
3 -5 0 5 -3.4 3.45 -1
|
||||
3 -5 0 3.6 -3.5 3 23
|
||||
3 -5 0.45 5 -3.4 3.45 -1
|
||||
3 -5 0.45 3.7 -3.4 3.45 22
|
||||
3 -5 3 5 -3.4 3.45 26
|
||||
1.93 -5 0.45 5 5 6 -1
|
||||
1.93 -3.5 0.45 3.7 -1.97 4.78 -1
|
||||
1.93 -3.5 0.45 3.7 -1.97 3.45 21
|
||||
1.93 -3.4 1.02 3.7 -1.97 4.78 20
|
||||
2 -5 3 5 5 6 -1
|
||||
3.7 -5 3 5 5 6 28
|
||||
2 -3.4 3.45 3.7 2.4 5.22 25
|
||||
-3 -3.4 1.02 5 5 6 -1
|
||||
-1.74 -3.4 1.02 5 5 6 -1
|
||||
-1.74 -2.08 1.02 2.1 2.4 4.78 -1
|
||||
1.91 -2.08 1.02 2.1 2.4 4.78 15
|
||||
-1.74 -1.97 1.02 1.93 2.4 2.22 4
|
||||
1.91 -3.4 2.22 5 5 6 -1
|
||||
1.91 -2.08 2.22 2.1 2.4 5.22 14
|
||||
2 -3.4 3.45 5 5 6 27
|
||||
-3 2.4 2.22 5 5 6 -1
|
||||
-3 2.4 2.22 3 5 3 0
|
||||
1.91 2.4 2.22 5 5 6 -1
|
||||
1.91 2.4 2.22 3 5 5.22 9
|
||||
2 2.4 3 5 5 6 -1
|
||||
2 2.4 3 3 5 6 8
|
||||
2 2.4 5.22 5 5 6 24
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_g02_12
|
BIN
_content/tdm01_raised/tdm01_g02_13.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_g02_13.mdl
Normal file
Binary file not shown.
175
_content/tdm01_raised/tdm01_g02_13.wok
Normal file
175
_content/tdm01_raised/tdm01_g02_13.wok
Normal file
@ -0,0 +1,175 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:10 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_g02_13
|
||||
node aabb line1716
|
||||
parent tdm01_g02_13
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 29
|
||||
2.25 0.7 1.71
|
||||
-3 -5 0
|
||||
2.18 -2.5 0.75
|
||||
2.48 2.03 2.11
|
||||
2 2.35 2.21
|
||||
-2.8 -2.3 0.81
|
||||
-2.37 -0.11 1.47
|
||||
-3 5 3
|
||||
-2.95 0.63 1.69
|
||||
2.29 -3.1 0.57
|
||||
3 -5 0
|
||||
2.54 -2.03 0.89
|
||||
2.95 -3.22 0.53
|
||||
3 0.66 4.7
|
||||
3.6 2.5 5.25
|
||||
3 5 3
|
||||
-3.62 -2.23 3.83
|
||||
-3 -5 3
|
||||
-3 5 6
|
||||
-3.2 2.38 5.21
|
||||
3.89 -2.76 3.67
|
||||
3 -5 3
|
||||
-5 -5 3
|
||||
-5 5 6
|
||||
5 5 6
|
||||
3 5 6
|
||||
5 -5 3
|
||||
2.59 2.65 2.3
|
||||
2.55 2.42 2.7
|
||||
faces 44
|
||||
0 1 2 1 0 0 0 4
|
||||
0 3 4 1 0 0 0 4
|
||||
5 1 0 1 0 0 0 4
|
||||
6 7 8 1 0 0 0 4
|
||||
9 1 10 1 0 0 0 4
|
||||
0 2 11 1 0 0 0 4
|
||||
2 1 9 1 0 0 0 4
|
||||
12 9 10 1 0 0 0 4
|
||||
8 5 6 1 0 0 0 7
|
||||
13 14 15 1 0 0 0 2
|
||||
3 0 13 1 0 0 0 2
|
||||
16 17 1 1 0 0 0 2
|
||||
1 5 16 1 0 0 0 2
|
||||
7 18 8 1 0 0 0 2
|
||||
19 8 18 1 0 0 0 2
|
||||
11 2 12 1 0 0 0 7
|
||||
20 13 0 1 0 0 0 2
|
||||
0 11 20 1 0 0 0 2
|
||||
2 9 12 1 0 0 0 7
|
||||
11 12 20 1 0 0 0 2
|
||||
21 20 12 1 0 0 0 2
|
||||
12 10 21 1 0 0 0 2
|
||||
8 16 5 1 0 0 0 2
|
||||
16 8 19 1 0 0 0 2
|
||||
16 22 17 2 0 0 0 2
|
||||
16 19 18 2 0 0 0 2
|
||||
16 23 22 2 0 0 0 2
|
||||
23 16 18 2 0 0 0 2
|
||||
14 24 25 2 0 0 0 2
|
||||
14 13 20 2 0 0 0 2
|
||||
20 21 26 2 0 0 0 2
|
||||
26 24 20 2 0 0 0 2
|
||||
24 14 20 2 0 0 0 2
|
||||
14 25 15 1 0 0 0 2
|
||||
6 5 0 1 0 0 0 4
|
||||
7 6 15 1 0 0 0 4
|
||||
4 15 6 1 0 0 0 4
|
||||
0 4 6 1 0 0 0 4
|
||||
15 27 13 1 0 0 0 2
|
||||
27 15 4 1 0 0 0 4
|
||||
27 28 13 1 0 0 0 2
|
||||
28 27 4 1 0 0 0 4
|
||||
3 28 4 1 0 0 0 4
|
||||
28 3 13 1 0 0 0 2
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 3 5 6 -1
|
||||
-5 -5 0 2.29 5 6 -1
|
||||
-5 -5 0 2.29 0.7 3.83 -1
|
||||
-5 -5 0 -2.8 -2.23 3.83 -1
|
||||
-3.62 -5 0 -2.8 -2.23 3.83 -1
|
||||
-3.62 -5 0 -2.8 -2.23 3.83 12
|
||||
-3.62 -5 0 -3 -2.23 3.83 11
|
||||
-5 -5 3 -3 -2.23 3.83 24
|
||||
-3 -5 0 2.29 0.7 1.71 -1
|
||||
-3 -5 0 2.29 -2.5 0.75 6
|
||||
-3 -5 0 2.25 0.7 1.71 0
|
||||
-5 -5 0 2.25 5 6 -1
|
||||
-3.62 -5 0 2.25 0.7 3.83 -1
|
||||
-3.62 -2.3 0.81 -2.8 0.63 3.83 22
|
||||
-3 -5 0 2.25 0.7 1.71 2
|
||||
-5 -5 0.81 2.25 5 6 -1
|
||||
-5 -5 3 -3.62 5 6 26
|
||||
-2.95 -2.3 0.81 2.25 0.7 1.71 -1
|
||||
-2.95 -2.3 0.81 -2.37 0.63 1.69 8
|
||||
-2.8 -2.3 0.81 2.25 0.7 1.71 34
|
||||
-5 -2.23 1.47 3 5 6 -1
|
||||
-5 -2.23 1.47 -2.37 5 6 -1
|
||||
-3.62 -2.23 1.47 -2.37 5 6 -1
|
||||
-3.62 -2.23 1.69 -2.95 2.38 5.21 23
|
||||
-3.62 -2.23 1.47 -2.37 5 6 -1
|
||||
-3.62 -2.23 3.83 -3 5 6 25
|
||||
-3 -0.11 1.47 -2.37 5 3 3
|
||||
-5 -2.23 1.69 -2.95 5 6 -1
|
||||
-5 -2.23 1.69 -2.95 5 6 -1
|
||||
-5 -2.23 3.83 -3 5 6 27
|
||||
-3.2 0.63 1.69 -2.95 5 6 14
|
||||
-3 0.63 1.69 -2.95 5 6 13
|
||||
-3 -0.11 1.47 3 5 3 -1
|
||||
-3 -0.11 1.47 3 5 3 35
|
||||
-2.37 -0.11 1.47 2.25 2.35 2.21 37
|
||||
-3 -5 0 5 5 6 -1
|
||||
-3 -5 0 5 5 6 -1
|
||||
-3 -5 0 5 -2.5 3.67 -1
|
||||
-3 -5 0 3 -2.5 0.75 -1
|
||||
-3 -5 0 3 -3.1 0.57 4
|
||||
2.18 -3.22 0.53 2.95 -2.5 0.75 18
|
||||
2.29 -5 0 5 -2.76 3.67 -1
|
||||
2.29 -5 0 3 -3.1 3 -1
|
||||
2.29 -5 0 3 -3.1 0.57 7
|
||||
2.95 -5 0 3 -3.22 3 21
|
||||
2.95 -5 0.53 5 -2.76 3.67 -1
|
||||
2.95 -5 0.53 3.89 -2.76 3.67 20
|
||||
3 -5 3 5 -2.76 3.67 30
|
||||
2.18 -5 0.53 5 5 6 -1
|
||||
2.18 -3.22 0.53 3.89 -2.03 3.67 -1
|
||||
2.18 -3.22 0.53 2.95 -2.03 0.89 15
|
||||
2.54 -3.22 0.53 3.89 -2.03 3.67 19
|
||||
2.18 -5 0.75 5 5 6 -1
|
||||
2.18 -2.76 0.75 3.89 0.7 3.67 -1
|
||||
2.25 -2.76 0.89 3.89 0.7 3.67 17
|
||||
2.18 -2.5 0.75 2.54 0.7 1.71 5
|
||||
2.25 -5 1.71 5 5 6 -1
|
||||
3.89 -5 3 5 5 6 31
|
||||
2.25 -2.76 1.71 3.89 0.7 4.7 16
|
||||
-2.37 -2.76 1.47 5 5 6 -1
|
||||
2 -2.76 1.71 5 5 6 -1
|
||||
2.25 -2.76 1.71 3.89 2.5 5.25 -1
|
||||
3 -2.76 3.67 3.89 2.5 5.25 29
|
||||
2.25 0.66 1.71 3 2.03 4.7 10
|
||||
2 -2.76 1.71 5 5 6 -1
|
||||
2 -2.76 1.71 5 5 6 -1
|
||||
3.6 -2.76 3.67 5 5 6 32
|
||||
2 0.66 1.71 3 2.42 4.7 -1
|
||||
2 0.7 1.71 2.48 2.35 2.21 1
|
||||
2.48 0.66 2.11 3 2.42 4.7 43
|
||||
2 0.66 2.11 3 2.65 4.7 -1
|
||||
2 2.03 2.11 2.55 2.42 2.7 42
|
||||
2.55 0.66 2.3 3 2.65 4.7 40
|
||||
-2.37 -0.11 1.47 5 5 6 -1
|
||||
-2.37 -0.11 1.47 3 5 3 -1
|
||||
-2.37 -0.11 1.47 3 5 3 36
|
||||
2 2.35 2.21 3 5 3 -1
|
||||
2 2.35 2.21 2.59 2.65 2.7 41
|
||||
2 2.35 2.21 3 5 3 39
|
||||
2.59 0.66 2.3 5 5 6 -1
|
||||
2.59 0.66 2.3 3.6 5 5.25 -1
|
||||
3 0.66 3 3.6 5 5.25 9
|
||||
2.59 0.66 2.3 3 5 4.7 38
|
||||
3 2.5 3 5 5 6 -1
|
||||
3 2.5 3 3.6 5 6 33
|
||||
3 2.5 5.25 5 5 6 28
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_g02_13
|
BIN
_content/tdm01_raised/tdm01_g05_11a.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_g05_11a.mdl
Normal file
Binary file not shown.
194
_content/tdm01_raised/tdm01_g05_11a.wok
Normal file
194
_content/tdm01_raised/tdm01_g05_11a.wok
Normal file
@ -0,0 +1,194 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:10 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_g05_11a
|
||||
node aabb line1699
|
||||
parent tdm01_g05_11a
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 30
|
||||
2.5 4.2 2.76
|
||||
3 5 3
|
||||
-3 5 3
|
||||
-0.91 2.22 2.17
|
||||
-1.8 2.6 2.28
|
||||
2.04 3.26 2.48
|
||||
-2.7 1 1.8
|
||||
-1.75 0.23 1.57
|
||||
-1.02 1.62 1.99
|
||||
-0.64 0.2 1.56
|
||||
-2.1 -1 1.2
|
||||
2.5 4.2 5.76
|
||||
3 5 6
|
||||
-3 5 6
|
||||
-1.8 2.6 5.28
|
||||
2.4 0.8 4.74
|
||||
1 -2 3.9
|
||||
2.4 0.8 1.74
|
||||
1.95 -0.09 1.47
|
||||
-2.1 -1 4.2
|
||||
1 -2 0.9
|
||||
-2.7 1 4.8
|
||||
5 -5 3
|
||||
5 5 6
|
||||
-5 5 6
|
||||
-5 -5 3
|
||||
0.96 0.15 1.54
|
||||
0.95 0.86 1.76
|
||||
-0.65 -0.66 1.3
|
||||
2.12 1.57 1.97
|
||||
faces 50
|
||||
0 1 2 1 0 0 0 4
|
||||
3 2 4 1 0 0 0 4
|
||||
3 5 2 1 0 0 0 4
|
||||
6 7 8 1 0 0 0 4
|
||||
8 7 9 1 0 0 0 4
|
||||
6 10 7 1 0 0 0 4
|
||||
11 12 1 2 0 0 0 2
|
||||
1 0 11 2 0 0 0 2
|
||||
13 14 4 2 0 0 0 2
|
||||
4 2 13 2 0 0 0 2
|
||||
15 11 0 4 0 0 0 2
|
||||
16 15 17 2 0 0 0 2
|
||||
17 18 16 2 0 0 0 2
|
||||
19 16 20 4 0 0 0 2
|
||||
20 10 19 4 0 0 0 2
|
||||
21 19 10 2 0 0 0 2
|
||||
10 6 21 2 0 0 0 2
|
||||
14 21 6 4 0 0 0 2
|
||||
6 4 14 4 0 0 0 2
|
||||
22 23 12 1 0 0 0 2
|
||||
12 11 15 1 0 0 0 2
|
||||
15 16 22 1 0 0 0 2
|
||||
12 15 22 1 0 0 0 2
|
||||
21 14 13 1 0 0 0 2
|
||||
13 24 25 1 0 0 0 2
|
||||
25 19 21 1 0 0 0 2
|
||||
13 25 21 1 0 0 0 2
|
||||
19 25 22 1 0 0 0 2
|
||||
19 22 16 1 0 0 0 2
|
||||
26 18 17 1 0 0 0 7
|
||||
27 26 17 1 0 0 0 7
|
||||
8 9 27 1 0 0 0 4
|
||||
26 20 18 1 0 0 0 4
|
||||
18 20 16 2 0 0 0 2
|
||||
28 10 20 1 0 0 0 4
|
||||
28 20 26 1 0 0 0 4
|
||||
9 28 26 1 0 0 0 4
|
||||
27 9 26 1 0 0 0 4
|
||||
7 28 9 1 0 0 0 7
|
||||
7 10 28 1 0 0 0 7
|
||||
27 17 29 1 0 0 0 4
|
||||
5 0 2 1 0 0 0 4
|
||||
4 6 3 1 0 0 0 7
|
||||
8 27 3 1 0 0 0 4
|
||||
6 8 3 1 0 0 0 7
|
||||
27 29 3 1 0 0 0 4
|
||||
0 17 15 4 0 0 0 2
|
||||
17 0 29 1 0 0 0 7
|
||||
29 0 5 1 0 0 0 7
|
||||
29 5 3 1 0 0 0 4
|
||||
aabb -5 -5 0.9 5 5 6 -1
|
||||
-5 -5 0.9 5 5 6 -1
|
||||
-5 -5 1.2 -0.91 5 6 -1
|
||||
-5 -5 1.2 -1.02 5 6 -1
|
||||
-5 -5 1.2 -2.1 1 4.8 -1
|
||||
-5 -5 3 -2.1 1 4.8 25
|
||||
-2.7 -1 1.2 -2.1 1 4.8 15
|
||||
-5 -5 1.2 -1.02 5 6 -1
|
||||
-5 -5 1.2 -1.75 5 6 -1
|
||||
-2.7 -1 1.2 -1.75 1 1.8 5
|
||||
-5 -5 1.2 -2.1 5 6 -1
|
||||
-2.7 -1 1.2 -2.1 1 4.8 16
|
||||
-5 -5 3 -2.7 5 6 26
|
||||
-2.7 0.23 1.57 -1.02 1.62 1.99 3
|
||||
-5 -5 1.8 -0.91 5 6 -1
|
||||
-5 -5 1.8 -0.91 5 6 -1
|
||||
-5 -5 1.8 -1.8 5 6 -1
|
||||
-2.7 1 1.8 -1.8 2.6 5.28 17
|
||||
-5 -5 3 -3 5 6 24
|
||||
-2.7 1 1.8 -0.91 2.6 5.28 -1
|
||||
-2.7 1 1.8 -0.91 2.6 2.28 42
|
||||
-2.7 1 1.8 -1.8 2.6 5.28 18
|
||||
-3 1 2.17 -0.91 5 6 -1
|
||||
-3 1 2.17 -0.91 5 6 -1
|
||||
-3 1 4.8 -1.8 5 6 23
|
||||
-3 2.22 2.17 -0.91 5 6 -1
|
||||
-3 2.22 2.17 -0.91 5 3 1
|
||||
-3 2.6 2.28 -1.8 5 6 8
|
||||
-3 2.6 2.28 -1.8 5 6 9
|
||||
-5 -5 0.9 5 5 4.2 -1
|
||||
-2.7 -2 0.9 1 2.22 4.2 -1
|
||||
-2.1 -2 0.9 1 0.23 4.2 -1
|
||||
-2.1 -1 1.2 -0.64 0.23 1.57 -1
|
||||
-2.1 -1 1.2 -0.65 0.23 1.57 39
|
||||
-1.75 -0.66 1.3 -0.64 0.23 1.57 38
|
||||
-2.1 -2 0.9 1 -1 4.2 14
|
||||
-2.7 0.2 1.56 -0.64 2.22 2.17 -1
|
||||
-2.7 1 1.8 -0.91 2.22 2.17 44
|
||||
-1.75 0.2 1.56 -0.64 1.62 1.99 4
|
||||
-5 -5 0.9 5 5 4.2 -1
|
||||
-5 -5 0.9 5 5 4.2 -1
|
||||
-5 -5 3 5 -1 4.2 27
|
||||
-3 -2 0.9 2.04 5 3 -1
|
||||
-2.1 -2 0.9 1 -0.66 1.3 34
|
||||
-3 2.22 2.17 2.04 5 3 2
|
||||
-2.1 -2 0.9 1 2.22 4.2 -1
|
||||
-2.1 -2 0.9 1 0.2 4.2 -1
|
||||
-0.65 -0.66 1.3 0.96 0.2 1.56 36
|
||||
-2.1 -2 0.9 1 -1 4.2 13
|
||||
-1.02 0.2 1.56 0.95 2.22 2.17 -1
|
||||
-1.02 0.2 1.56 0.95 1.62 1.99 31
|
||||
-1.02 0.86 1.76 0.95 2.22 2.17 43
|
||||
-3 -5 0.9 5 5 6 -1
|
||||
-2.1 -5 0.9 5 5 6 -1
|
||||
-2.1 -5 0.9 5 0.8 4.74 -1
|
||||
-2.1 -5 0.9 5 0.15 4.2 -1
|
||||
-0.65 -2 0.9 1 0.15 1.54 35
|
||||
-2.1 -5 0.9 5 0.15 4.2 -1
|
||||
-2.1 -5 0.9 5 0.15 4.2 -1
|
||||
-2.1 -5 3 5 -1 4.2 28
|
||||
0.96 -2 0.9 1.95 0.15 1.54 32
|
||||
1 -2 0.9 1.95 -0.09 3.9 33
|
||||
1 -5 3 5 0.8 4.74 21
|
||||
-0.64 -5 1.47 5 5 6 -1
|
||||
0.96 -5 1.47 5 5 6 -1
|
||||
1 -2 1.47 2.4 0.8 4.74 -1
|
||||
1 -2 1.47 2.4 0.8 3.9 12
|
||||
1 -2 1.74 2.4 0.8 4.74 11
|
||||
0.96 -5 1.47 5 5 6 -1
|
||||
2.4 -5 3 5 5 6 22
|
||||
0.96 -0.09 1.47 2.4 0.8 1.74 29
|
||||
-0.64 0.15 1.54 2.4 1.57 1.97 -1
|
||||
-0.64 0.15 1.54 0.96 0.86 1.76 37
|
||||
0.95 0.15 1.54 2.4 1.57 1.97 -1
|
||||
0.95 0.15 1.54 2.4 0.86 1.76 30
|
||||
0.95 0.8 1.74 2.4 1.57 1.97 40
|
||||
-3 -5 1.74 5 5 6 -1
|
||||
-0.91 -5 1.74 5 5 6 -1
|
||||
-0.91 -5 1.74 5 5 6 -1
|
||||
-0.91 -5 1.76 5 5 6 -1
|
||||
-0.91 0.86 1.76 2.12 2.22 2.17 45
|
||||
3 -5 3 5 5 6 19
|
||||
2.12 0.8 1.74 2.5 4.2 4.74 -1
|
||||
2.4 0.8 1.74 2.5 4.2 4.74 46
|
||||
2.12 0.8 1.74 2.5 4.2 2.76 47
|
||||
-0.91 0.8 1.97 2.5 4.2 5.76 -1
|
||||
-0.91 1.57 1.97 2.5 4.2 2.76 -1
|
||||
-0.91 1.57 1.97 2.12 3.26 2.48 49
|
||||
2.04 1.57 1.97 2.5 4.2 2.76 48
|
||||
2.4 0.8 2.76 2.5 4.2 5.76 10
|
||||
-3 0.8 2.48 3 5 6 -1
|
||||
-3 3.26 2.48 3 5 3 -1
|
||||
-3 3.26 2.48 2.5 5 3 41
|
||||
-3 4.2 2.76 3 5 3 0
|
||||
2.4 0.8 2.76 3 5 6 -1
|
||||
2.4 0.8 4.74 3 5 6 20
|
||||
2.5 4.2 2.76 3 5 6 -1
|
||||
2.5 4.2 2.76 3 5 5.76 7
|
||||
2.5 4.2 3 3 5 6 6
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_g05_11a
|
BIN
_content/tdm01_raised/tdm01_g05_11b.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_g05_11b.mdl
Normal file
Binary file not shown.
194
_content/tdm01_raised/tdm01_g05_11b.wok
Normal file
194
_content/tdm01_raised/tdm01_g05_11b.wok
Normal file
@ -0,0 +1,194 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:11 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_g05_11b
|
||||
node aabb line1699
|
||||
parent tdm01_g05_11b
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 30
|
||||
2.5 4.2 0.24
|
||||
3 5 0
|
||||
-3 5 0
|
||||
-0.91 2.22 0.83
|
||||
-1.8 2.6 0.72
|
||||
2.04 3.26 0.52
|
||||
-2.7 1 1.2
|
||||
-1.75 0.23 1.43
|
||||
-1.02 1.62 1.01
|
||||
-0.64 0.2 1.44
|
||||
-2.1 -1 1.8
|
||||
2.5 4.2 3.24
|
||||
3 5 3
|
||||
-3 5 3
|
||||
-1.8 2.6 3.72
|
||||
2.4 0.8 4.26
|
||||
1 -2 5.1
|
||||
2.4 0.8 1.26
|
||||
1.95 -0.09 1.53
|
||||
-2.1 -1 4.8
|
||||
1 -2 2.1
|
||||
-2.7 1 4.2
|
||||
5 -5 6
|
||||
5 5 3
|
||||
-5 5 3
|
||||
-5 -5 6
|
||||
0.96 0.15 1.45
|
||||
0.95 0.86 1.24
|
||||
-0.65 -0.66 1.7
|
||||
2.12 1.57 1.03
|
||||
faces 50
|
||||
0 1 2 1 0 0 0 4
|
||||
3 2 4 1 0 0 0 4
|
||||
3 5 2 1 0 0 0 4
|
||||
6 7 8 1 0 0 0 4
|
||||
8 7 9 1 0 0 0 4
|
||||
6 10 7 1 0 0 0 4
|
||||
11 12 1 2 0 0 0 2
|
||||
1 0 11 2 0 0 0 2
|
||||
13 14 4 2 0 0 0 2
|
||||
4 2 13 2 0 0 0 2
|
||||
15 11 0 4 0 0 0 2
|
||||
16 15 17 2 0 0 0 2
|
||||
17 18 16 2 0 0 0 2
|
||||
19 16 20 4 0 0 0 2
|
||||
20 10 19 4 0 0 0 2
|
||||
21 19 10 2 0 0 0 2
|
||||
10 6 21 2 0 0 0 2
|
||||
14 21 6 4 0 0 0 2
|
||||
6 4 14 4 0 0 0 2
|
||||
22 23 12 1 0 0 0 2
|
||||
12 11 15 1 0 0 0 2
|
||||
15 16 22 1 0 0 0 2
|
||||
12 15 22 1 0 0 0 2
|
||||
21 14 13 1 0 0 0 2
|
||||
13 24 25 1 0 0 0 2
|
||||
25 19 21 1 0 0 0 2
|
||||
13 25 21 1 0 0 0 2
|
||||
19 25 22 1 0 0 0 2
|
||||
19 22 16 1 0 0 0 2
|
||||
26 18 17 1 0 0 0 7
|
||||
27 26 17 1 0 0 0 7
|
||||
8 9 27 1 0 0 0 4
|
||||
26 20 18 1 0 0 0 4
|
||||
18 20 16 2 0 0 0 2
|
||||
28 10 20 1 0 0 0 4
|
||||
28 20 26 1 0 0 0 4
|
||||
9 28 26 1 0 0 0 4
|
||||
27 9 26 1 0 0 0 4
|
||||
7 28 9 1 0 0 0 7
|
||||
7 10 28 1 0 0 0 7
|
||||
27 17 29 1 0 0 0 4
|
||||
5 0 2 1 0 0 0 4
|
||||
4 6 3 1 0 0 0 7
|
||||
8 27 3 1 0 0 0 4
|
||||
6 8 3 1 0 0 0 7
|
||||
27 29 3 1 0 0 0 4
|
||||
0 17 15 4 0 0 0 2
|
||||
17 0 29 1 0 0 0 7
|
||||
29 0 5 1 0 0 0 7
|
||||
29 5 3 1 0 0 0 4
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 -0.91 5 6 -1
|
||||
-5 -5 1.01 -1.02 5 6 -1
|
||||
-5 -5 1.8 -2.1 1 6 -1
|
||||
-5 -5 4.2 -2.1 1 6 25
|
||||
-2.7 -1 1.8 -2.1 1 4.8 15
|
||||
-5 -5 1.01 -1.02 5 6 -1
|
||||
-5 -5 1.2 -1.75 5 6 -1
|
||||
-2.7 -1 1.2 -1.75 1 1.8 5
|
||||
-5 -5 1.2 -2.1 5 6 -1
|
||||
-2.7 -1 1.2 -2.1 1 4.2 16
|
||||
-5 -5 3 -2.7 5 6 26
|
||||
-2.7 0.23 1.01 -1.02 1.62 1.43 3
|
||||
-5 -5 0 -0.91 5 6 -1
|
||||
-5 -5 0.72 -0.91 5 6 -1
|
||||
-5 -5 1.2 -1.8 5 6 -1
|
||||
-2.7 1 1.2 -1.8 2.6 4.2 17
|
||||
-5 -5 3 -3 5 6 24
|
||||
-2.7 1 0.72 -0.91 2.6 3.72 -1
|
||||
-2.7 1 0.72 -0.91 2.6 1.2 42
|
||||
-2.7 1 0.72 -1.8 2.6 3.72 18
|
||||
-3 1 0 -0.91 5 4.2 -1
|
||||
-3 2.22 0 -0.91 5 3 -1
|
||||
-3 2.22 0 -0.91 5 0.83 1
|
||||
-3 2.6 0 -1.8 5 3 9
|
||||
-3 1 0.72 -1.8 5 4.2 -1
|
||||
-3 1 3 -1.8 5 4.2 23
|
||||
-3 2.6 0.72 -1.8 5 3.72 8
|
||||
-5 -5 0 5 5 6 -1
|
||||
-2.7 -2 0.83 1 2.22 4.8 -1
|
||||
-2.1 -2 1.43 1 0.23 4.8 -1
|
||||
-2.1 -1 1.43 -0.64 0.23 1.8 -1
|
||||
-2.1 -1 1.43 -0.65 0.23 1.8 39
|
||||
-1.75 -0.66 1.43 -0.64 0.23 1.7 38
|
||||
-2.1 -2 1.8 1 -1 4.8 14
|
||||
-2.7 0.2 0.83 -0.64 2.22 1.44 -1
|
||||
-2.7 1 0.83 -0.91 2.22 1.2 44
|
||||
-1.75 0.2 1.01 -0.64 1.62 1.44 4
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 4.8 5 -1 6 27
|
||||
-3 -2 0 2.04 5 2.1 -1
|
||||
-2.1 -2 1.7 1 -0.66 2.1 34
|
||||
-3 2.22 0 2.04 5 0.83 2
|
||||
-2.1 -2 0.83 1 2.22 5.1 -1
|
||||
-1.02 -0.66 0.83 0.96 2.22 1.7 -1
|
||||
-0.65 -0.66 1.44 0.96 0.2 1.7 36
|
||||
-1.02 0.2 0.83 0.95 2.22 1.44 -1
|
||||
-1.02 0.2 1.01 0.95 1.62 1.44 31
|
||||
-1.02 0.86 0.83 0.95 2.22 1.24 43
|
||||
-2.1 -2 2.1 1 -1 5.1 13
|
||||
-3 -5 0 5 5 6 -1
|
||||
-2.1 -5 1.03 5 5 6 -1
|
||||
-2.1 -5 1.45 5 0.8 6 -1
|
||||
-2.1 -5 1.45 5 0.15 6 -1
|
||||
-0.65 -2 1.45 1 0.15 2.1 35
|
||||
-2.1 -5 1.45 5 0.15 6 -1
|
||||
-2.1 -5 1.45 5 0.15 6 -1
|
||||
-2.1 -5 4.8 5 -1 6 28
|
||||
0.96 -2 1.45 1.95 0.15 2.1 32
|
||||
1 -2 1.53 1.95 -0.09 5.1 33
|
||||
1 -5 4.26 5 0.8 6 21
|
||||
-0.64 -5 1.03 5 5 6 -1
|
||||
0.96 -5 1.26 5 5 6 -1
|
||||
1 -2 1.26 2.4 0.8 5.1 -1
|
||||
1 -2 1.26 2.4 0.8 5.1 12
|
||||
1 -2 1.26 2.4 0.8 5.1 11
|
||||
0.96 -5 1.26 5 5 6 -1
|
||||
2.4 -5 3 5 5 6 22
|
||||
0.96 -0.09 1.26 2.4 0.8 1.53 29
|
||||
-0.64 0.15 1.03 2.4 1.57 1.45 -1
|
||||
-0.64 0.15 1.24 0.96 0.86 1.45 37
|
||||
0.95 0.15 1.03 2.4 1.57 1.45 -1
|
||||
0.95 0.15 1.24 2.4 0.86 1.45 30
|
||||
0.95 0.8 1.03 2.4 1.57 1.26 40
|
||||
-3 -5 0 5 5 6 -1
|
||||
-0.91 -5 0.24 5 5 6 -1
|
||||
-0.91 -5 0.24 5 5 6 -1
|
||||
-0.91 -5 0.83 5 5 6 -1
|
||||
-0.91 0.86 0.83 2.12 2.22 1.24 45
|
||||
3 -5 3 5 5 6 19
|
||||
2.12 0.8 0.24 2.5 4.2 4.26 -1
|
||||
2.12 0.8 0.24 2.5 4.2 1.26 47
|
||||
2.4 0.8 0.24 2.5 4.2 4.26 46
|
||||
-0.91 0.8 0.24 2.5 4.2 4.26 -1
|
||||
-0.91 1.57 0.24 2.5 4.2 1.03 -1
|
||||
-0.91 1.57 0.52 2.12 3.26 1.03 49
|
||||
2.04 1.57 0.24 2.5 4.2 1.03 48
|
||||
2.4 0.8 0.24 2.5 4.2 4.26 10
|
||||
-3 0.8 0 3 5 4.26 -1
|
||||
-3 3.26 0 3 5 0.52 -1
|
||||
-3 3.26 0 2.5 5 0.52 41
|
||||
-3 4.2 0 3 5 0.24 0
|
||||
2.4 0.8 0 3 5 4.26 -1
|
||||
2.5 4.2 0 3 5 3.24 -1
|
||||
2.5 4.2 0 3 5 3.24 7
|
||||
2.5 4.2 0 3 5 3.24 6
|
||||
2.4 0.8 3 3 5 4.26 20
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_g05_11b
|
BIN
_content/tdm01_raised/tdm01_g05_12a.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_g05_12a.mdl
Normal file
Binary file not shown.
152
_content/tdm01_raised/tdm01_g05_12a.wok
Normal file
152
_content/tdm01_raised/tdm01_g05_12a.wok
Normal file
@ -0,0 +1,152 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:11 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_g05_12a
|
||||
node aabb line1709
|
||||
parent tdm01_g05_12a
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 24
|
||||
3 5 3
|
||||
-3 5 3
|
||||
-2.68 3.25 2.48
|
||||
0.44 0.69 1.71
|
||||
2.98 2.8 2.34
|
||||
2.33 -0.59 1.32
|
||||
3.72 2.03 2.11
|
||||
2.52 0.3 1.59
|
||||
0.58 -0.39 1.38
|
||||
-3 5 6
|
||||
-2.51 2.2 5.16
|
||||
-0.19 0.66 4.7
|
||||
3.3 2.8 5.34
|
||||
3 5 6
|
||||
2.1 -1.8 3.96
|
||||
4.28 1.96 5.09
|
||||
0.49 -1.37 4.09
|
||||
5 -5 3
|
||||
-5 5 6
|
||||
-5 -5 3
|
||||
5 5 6
|
||||
2.21 0.87 1.76
|
||||
1.87 0.33 1.6
|
||||
2.23 0.5 1.98
|
||||
faces 38
|
||||
0 1 2 1 0 0 0 4
|
||||
0 2 3 1 0 0 0 4
|
||||
3 4 0 1 0 0 0 4
|
||||
5 6 7 1 0 0 0 4
|
||||
6 4 3 1 0 0 0 4
|
||||
5 3 8 1 0 0 0 4
|
||||
9 10 2 1 0 0 0 2
|
||||
2 1 9 1 0 0 0 2
|
||||
10 11 3 1 0 0 0 2
|
||||
3 2 10 1 0 0 0 2
|
||||
12 13 0 1 0 0 0 2
|
||||
0 4 12 1 0 0 0 2
|
||||
14 15 6 1 0 0 0 2
|
||||
6 5 14 1 0 0 0 2
|
||||
15 12 4 1 0 0 0 2
|
||||
4 6 15 1 0 0 0 2
|
||||
11 16 8 1 0 0 0 2
|
||||
8 3 11 1 0 0 0 2
|
||||
16 14 5 1 0 0 0 2
|
||||
5 8 16 1 0 0 0 2
|
||||
17 14 16 2 0 0 0 2
|
||||
16 11 10 2 0 0 0 2
|
||||
10 9 18 2 0 0 0 2
|
||||
16 19 17 2 0 0 0 2
|
||||
19 10 18 2 0 0 0 2
|
||||
16 10 19 2 0 0 0 2
|
||||
15 14 17 2 0 0 0 2
|
||||
15 20 13 2 0 0 0 2
|
||||
13 12 15 2 0 0 0 2
|
||||
17 20 15 2 0 0 0 2
|
||||
21 6 3 1 0 0 0 4
|
||||
5 7 22 1 0 0 0 4
|
||||
22 21 3 1 0 0 0 4
|
||||
5 22 3 1 0 0 0 4
|
||||
7 6 21 1 0 0 0 4
|
||||
22 7 23 1 0 0 0 4
|
||||
23 7 21 1 0 0 0 4
|
||||
22 23 21 1 0 0 0 4
|
||||
aabb -5 -5 1.32 5 5 6 -1
|
||||
-5 -5 1.32 5 5 6 -1
|
||||
-5 -5 1.71 0.49 5 6 -1
|
||||
-5 -5 1.71 0.49 5 6 -1
|
||||
-5 -5 3 0.49 2.2 5.16 25
|
||||
-5 -5 1.71 0.44 5 6 -1
|
||||
-5 -5 3 -2.51 5 6 24
|
||||
-2.68 0.69 1.71 0.44 3.25 5.16 9
|
||||
-5 2.2 2.48 -2.51 5 6 -1
|
||||
-3 2.2 2.48 -2.51 5 6 -1
|
||||
-3 3.25 2.48 -2.68 5 6 7
|
||||
-3 2.2 2.48 -2.51 5 6 6
|
||||
-5 2.2 5.16 -2.51 5 6 22
|
||||
-5 -5 1.32 5 5 5.16 -1
|
||||
-3 -1.37 1.71 3 5 5.16 -1
|
||||
-2.51 -1.37 1.71 0.49 2.2 5.16 -1
|
||||
-2.51 -1.37 4.09 0.49 2.2 5.16 21
|
||||
-2.51 0.66 1.71 0.44 2.2 5.16 8
|
||||
-3 3.25 2.48 3 5 3 0
|
||||
-5 -5 1.32 5 5 4.7 -1
|
||||
-5 -5 1.38 5 5 4.7 -1
|
||||
-5 -5 3 5 -1.37 4.09 23
|
||||
-2.68 -1.37 1.38 3 5 4.7 -1
|
||||
-0.19 -1.37 1.38 0.58 0.69 4.7 -1
|
||||
-0.19 -0.39 1.38 0.58 0.69 4.7 17
|
||||
-0.19 -1.37 1.38 0.58 0.66 4.7 16
|
||||
-2.68 0.69 1.71 3 5 3 1
|
||||
0.44 -1.37 1.32 2.33 0.69 4.09 -1
|
||||
0.44 -0.59 1.32 2.33 0.69 1.71 5
|
||||
0.49 -1.37 1.32 2.33 -0.39 4.09 19
|
||||
0.44 -5 1.32 5 5 6 -1
|
||||
0.44 -5 1.32 5 5 6 -1
|
||||
0.49 -5 1.32 5 2.03 5.09 -1
|
||||
0.49 -5 3 5 1.96 5.09 -1
|
||||
0.49 -5 3 5 -1.37 4.09 20
|
||||
2.1 -5 3 5 1.96 5.09 26
|
||||
0.49 -1.8 1.32 3.72 2.03 4.09 -1
|
||||
0.49 -1.8 1.32 2.33 -0.59 4.09 18
|
||||
2.1 -1.8 1.32 3.72 2.03 3.96 13
|
||||
0.44 -5 1.32 5 5 6 -1
|
||||
0.44 -0.59 1.32 2.52 0.69 1.98 -1
|
||||
0.44 -0.59 1.32 2.33 0.69 1.71 33
|
||||
1.87 -0.59 1.32 2.52 0.5 1.98 -1
|
||||
1.87 -0.59 1.32 2.52 0.33 1.6 31
|
||||
1.87 0.3 1.59 2.52 0.5 1.98 35
|
||||
0.44 -5 1.32 5 5 6 -1
|
||||
0.44 -5 1.32 5 5 6 -1
|
||||
1.87 -0.59 1.32 3.72 2.03 2.11 -1
|
||||
1.87 0.3 1.59 2.52 0.87 1.98 -1
|
||||
1.87 0.33 1.6 2.23 0.87 1.98 37
|
||||
2.21 0.3 1.59 2.52 0.87 1.98 36
|
||||
2.33 -0.59 1.32 3.72 2.03 2.11 3
|
||||
0.44 -5 1.6 5 5 6 -1
|
||||
0.44 0.33 1.6 2.21 0.87 1.76 32
|
||||
4.28 -5 3 5 5 6 29
|
||||
2.1 -1.8 1.59 4.28 2.03 5.09 -1
|
||||
2.1 -1.8 2.11 4.28 2.03 5.09 12
|
||||
2.21 0.3 1.59 3.72 2.03 2.11 34
|
||||
0.44 0.69 1.71 5 5 6 -1
|
||||
0.44 0.69 1.71 3.72 5 3 -1
|
||||
0.44 0.69 1.71 3.72 2.8 2.34 -1
|
||||
0.44 0.69 1.71 3.72 2.03 2.11 30
|
||||
0.44 0.69 1.71 3.72 2.8 2.34 4
|
||||
0.44 0.69 1.71 3 5 3 2
|
||||
2.98 1.96 2.11 5 5 6 -1
|
||||
2.98 1.96 2.11 4.28 5 5.34 -1
|
||||
2.98 1.96 2.11 4.28 5 5.34 -1
|
||||
2.98 1.96 2.11 4.28 2.8 5.09 15
|
||||
2.98 2.8 2.34 3.3 5 5.34 11
|
||||
2.98 1.96 2.34 4.28 2.8 5.34 14
|
||||
3 1.96 3 5 5 6 -1
|
||||
3 1.96 5.09 4.28 5 6 28
|
||||
3 1.96 3 5 5 6 -1
|
||||
3 1.96 5.09 5 5 6 27
|
||||
3 2.8 3 3.3 5 6 10
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_g05_12a
|
BIN
_content/tdm01_raised/tdm01_g05_12b.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_g05_12b.mdl
Normal file
Binary file not shown.
152
_content/tdm01_raised/tdm01_g05_12b.wok
Normal file
152
_content/tdm01_raised/tdm01_g05_12b.wok
Normal file
@ -0,0 +1,152 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:11 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_g05_12b
|
||||
node aabb line1709
|
||||
parent tdm01_g05_12b
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 24
|
||||
3 5 0
|
||||
-3 5 0
|
||||
-2.68 3.25 0.53
|
||||
0.44 0.69 1.29
|
||||
2.98 2.8 0.66
|
||||
2.33 -0.59 1.68
|
||||
3.72 2.03 0.89
|
||||
2.52 0.3 1.41
|
||||
0.58 -0.39 1.62
|
||||
-3 5 3
|
||||
-2.51 2.2 3.84
|
||||
-0.19 0.66 4.3
|
||||
3.3 2.8 3.66
|
||||
3 5 3
|
||||
2.1 -1.8 5.04
|
||||
4.28 1.96 3.91
|
||||
0.49 -1.37 4.91
|
||||
5 -5 6
|
||||
-5 5 3
|
||||
-5 -5 6
|
||||
5 5 3
|
||||
2.21 0.87 1.24
|
||||
1.87 0.33 1.4
|
||||
2.23 0.5 1.68
|
||||
faces 38
|
||||
0 1 2 1 0 0 0 4
|
||||
0 2 3 1 0 0 0 4
|
||||
3 4 0 1 0 0 0 4
|
||||
5 6 7 1 0 0 0 4
|
||||
6 4 3 1 0 0 0 4
|
||||
5 3 8 1 0 0 0 4
|
||||
9 10 2 1 0 0 0 2
|
||||
2 1 9 1 0 0 0 2
|
||||
10 11 3 1 0 0 0 2
|
||||
3 2 10 1 0 0 0 2
|
||||
12 13 0 1 0 0 0 2
|
||||
0 4 12 1 0 0 0 2
|
||||
14 15 6 1 0 0 0 2
|
||||
6 5 14 1 0 0 0 2
|
||||
15 12 4 1 0 0 0 2
|
||||
4 6 15 1 0 0 0 2
|
||||
11 16 8 1 0 0 0 2
|
||||
8 3 11 1 0 0 0 2
|
||||
16 14 5 1 0 0 0 2
|
||||
5 8 16 1 0 0 0 2
|
||||
17 14 16 2 0 0 0 2
|
||||
16 11 10 2 0 0 0 2
|
||||
10 9 18 2 0 0 0 2
|
||||
16 19 17 2 0 0 0 2
|
||||
19 10 18 2 0 0 0 2
|
||||
16 10 19 2 0 0 0 2
|
||||
15 14 17 2 0 0 0 2
|
||||
15 20 13 2 0 0 0 2
|
||||
13 12 15 2 0 0 0 2
|
||||
17 20 15 2 0 0 0 2
|
||||
21 6 3 1 0 0 0 4
|
||||
5 7 22 1 0 0 0 4
|
||||
22 21 3 1 0 0 0 4
|
||||
5 22 3 1 0 0 0 4
|
||||
7 6 21 1 0 0 0 4
|
||||
22 7 23 1 0 0 0 4
|
||||
23 7 21 1 0 0 0 4
|
||||
22 23 21 1 0 0 0 4
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 0.49 5 6 -1
|
||||
-5 -5 0.53 0.49 5 6 -1
|
||||
-5 -5 3.84 0.49 2.2 6 25
|
||||
-5 -5 0.53 0.44 5 6 -1
|
||||
-5 -5 3 -2.51 5 6 24
|
||||
-2.68 0.69 0.53 0.44 3.25 3.84 9
|
||||
-5 2.2 0 -2.51 5 3.84 -1
|
||||
-3 3.25 0 -2.68 5 3 7
|
||||
-5 2.2 0.53 -2.51 5 3.84 -1
|
||||
-3 2.2 0.53 -2.51 5 3.84 6
|
||||
-5 2.2 3 -2.51 5 3.84 22
|
||||
-5 -5 0 5 5 6 -1
|
||||
-3 -1.37 0 3 5 4.91 -1
|
||||
-2.51 -1.37 1.29 0.49 2.2 4.91 -1
|
||||
-2.51 0.66 1.29 0.44 2.2 4.3 8
|
||||
-2.51 -1.37 3.84 0.49 2.2 4.91 21
|
||||
-3 3.25 0 3 5 0.53 0
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 4.91 5 -1.37 6 23
|
||||
-2.68 -1.37 0 3 5 4.91 -1
|
||||
-0.19 -1.37 1.29 0.58 0.69 4.91 -1
|
||||
-0.19 -0.39 1.29 0.58 0.69 4.3 17
|
||||
-0.19 -1.37 1.62 0.58 0.66 4.91 16
|
||||
-2.68 0.69 0 3 5 1.29 1
|
||||
0.44 -1.37 1.29 2.33 0.69 4.91 -1
|
||||
0.44 -0.59 1.29 2.33 0.69 1.68 5
|
||||
0.49 -1.37 1.62 2.33 -0.39 4.91 19
|
||||
0.44 -5 0 5 5 6 -1
|
||||
0.44 -5 0.89 5 5 6 -1
|
||||
0.49 -5 0.89 5 2.03 6 -1
|
||||
0.49 -5 3.91 5 1.96 6 -1
|
||||
0.49 -5 4.91 5 -1.37 6 20
|
||||
2.1 -5 3.91 5 1.96 6 26
|
||||
0.49 -1.8 0.89 3.72 2.03 5.04 -1
|
||||
2.1 -1.8 0.89 3.72 2.03 5.04 13
|
||||
0.49 -1.8 1.68 2.33 -0.59 5.04 18
|
||||
0.44 -5 0.89 5 5 6 -1
|
||||
0.44 -0.59 1.29 2.52 0.69 1.68 -1
|
||||
0.44 -0.59 1.29 2.33 0.69 1.68 33
|
||||
1.87 -0.59 1.4 2.52 0.5 1.68 -1
|
||||
1.87 -0.59 1.4 2.52 0.33 1.68 31
|
||||
1.87 0.3 1.4 2.52 0.5 1.68 35
|
||||
0.44 -5 0.89 5 5 6 -1
|
||||
0.44 -5 0.89 5 5 6 -1
|
||||
1.87 -0.59 0.89 3.72 2.03 1.68 -1
|
||||
1.87 0.3 1.24 2.52 0.87 1.68 -1
|
||||
1.87 0.33 1.24 2.23 0.87 1.68 37
|
||||
2.21 0.3 1.24 2.52 0.87 1.68 36
|
||||
2.33 -0.59 0.89 3.72 2.03 1.68 3
|
||||
0.44 -5 1.24 5 5 6 -1
|
||||
0.44 0.33 1.24 2.21 0.87 1.4 32
|
||||
4.28 -5 3 5 5 6 29
|
||||
2.1 -1.8 0.89 4.28 2.03 5.04 -1
|
||||
2.21 0.3 0.89 3.72 2.03 1.41 34
|
||||
2.1 -1.8 0.89 4.28 2.03 5.04 12
|
||||
0.44 0.69 0 5 5 3.91 -1
|
||||
0.44 0.69 0 3.72 5 1.29 -1
|
||||
0.44 0.69 0.66 3.72 2.8 1.29 -1
|
||||
0.44 0.69 0.89 3.72 2.03 1.29 30
|
||||
0.44 0.69 0.66 3.72 2.8 1.29 4
|
||||
0.44 0.69 0 3 5 1.29 2
|
||||
2.98 1.96 0 5 5 3.91 -1
|
||||
2.98 1.96 0 4.28 5 3.91 -1
|
||||
2.98 1.96 0 4.28 5 3.91 -1
|
||||
2.98 2.8 0 3.3 5 3.66 11
|
||||
2.98 1.96 0.66 4.28 2.8 3.91 15
|
||||
3 2.8 0 3.3 5 3.66 10
|
||||
2.98 1.96 0.66 5 5 3.91 -1
|
||||
2.98 1.96 0.66 4.28 2.8 3.91 14
|
||||
3 1.96 3 5 5 3.91 -1
|
||||
3 1.96 3 4.28 5 3.91 28
|
||||
3 1.96 3 5 5 3.91 27
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_g05_12b
|
BIN
_content/tdm01_raised/tdm01_h02_11.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_h02_11.mdl
Normal file
Binary file not shown.
112
_content/tdm01_raised/tdm01_h02_11.wok
Normal file
112
_content/tdm01_raised/tdm01_h02_11.wok
Normal file
@ -0,0 +1,112 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:12 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_h02_11
|
||||
node aabb line1785
|
||||
parent tdm01_h02_11
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 20
|
||||
1.7 5 3
|
||||
-1.7 5 3
|
||||
-1.9 2.2 2.16
|
||||
1.7 -5 0
|
||||
-1.4 -1 1.2
|
||||
-1.7 -5 0
|
||||
1.9 -1.6 1.02
|
||||
1.6 1 1.8
|
||||
-3 5 6
|
||||
-2.4 -3.2 3.54
|
||||
-3 -5 3
|
||||
2.88 -5 3
|
||||
3.1 -3.4 3.48
|
||||
2 0 4.5
|
||||
2.4 3.2 5.46
|
||||
3 5 6
|
||||
5 -5 3
|
||||
5 5 6
|
||||
-5 5 6
|
||||
-5 -5 3
|
||||
faces 26
|
||||
0 1 2 1 0 0 0 4
|
||||
3 2 4 1 0 0 0 4
|
||||
3 4 5 1 0 0 0 4
|
||||
2 3 6 1 0 0 0 4
|
||||
2 6 7 1 0 0 0 4
|
||||
0 2 7 1 0 0 0 4
|
||||
2 1 8 2 0 0 0 2
|
||||
8 9 4 2 0 0 0 2
|
||||
4 2 8 2 0 0 0 2
|
||||
9 10 5 2 0 0 0 2
|
||||
5 4 9 2 0 0 0 2
|
||||
11 12 6 2 0 0 0 2
|
||||
6 3 11 2 0 0 0 2
|
||||
13 14 7 2 0 0 0 2
|
||||
7 6 12 2 0 0 0 2
|
||||
14 15 0 2 0 0 0 2
|
||||
0 7 14 2 0 0 0 2
|
||||
12 13 7 2 0 0 0 2
|
||||
14 13 12 1 0 0 0 2
|
||||
12 11 16 1 0 0 0 2
|
||||
16 17 15 1 0 0 0 2
|
||||
15 14 12 1 0 0 0 2
|
||||
12 16 15 1 0 0 0 2
|
||||
9 8 18 1 0 0 0 2
|
||||
9 18 19 1 0 0 0 2
|
||||
9 19 10 1 0 0 0 2
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 1.7 5 6 -1
|
||||
-5 -5 0 1.7 5 6 -1
|
||||
-5 -5 0 1.7 -1 3.54 -1
|
||||
-5 -5 0 -1.7 -3.2 3.54 -1
|
||||
-3 -5 0 -1.7 -3.2 3.54 9
|
||||
-5 -5 3 -2.4 -3.2 3.54 25
|
||||
-2.4 -5 0 1.7 -1 3.54 -1
|
||||
-2.4 -5 0 -1.4 -1 3.54 10
|
||||
-1.7 -5 0 1.7 -1 1.2 2
|
||||
-5 -5 0 1.7 5 6 -1
|
||||
-1.9 -5 0 1.7 2.2 2.16 1
|
||||
-5 -5 3 -2.4 5 6 24
|
||||
-5 -3.2 1.2 1.7 5 6 -1
|
||||
-5 -3.2 1.2 -1.4 5 6 -1
|
||||
-3 -3.2 1.2 -1.4 5 6 7
|
||||
-5 -3.2 1.2 -1.4 5 6 -1
|
||||
-3 -1 1.2 -1.4 5 6 8
|
||||
-5 -3.2 3.54 -2.4 5 6 23
|
||||
-3 2.2 2.16 1.7 5 6 -1
|
||||
-3 2.2 2.16 -1.7 5 6 6
|
||||
-1.9 2.2 2.16 1.7 5 3 0
|
||||
-1.9 -5 0 5 5 6 -1
|
||||
-1.9 -5 0 5 5 6 -1
|
||||
1.7 -5 0 5 -1.6 3.48 -1
|
||||
1.7 -5 0 2.88 -1.6 3 12
|
||||
1.9 -5 1.02 5 -1.6 3.48 -1
|
||||
2.88 -5 3 5 -3.4 3.48 19
|
||||
1.9 -5 1.02 3.1 -1.6 3.48 11
|
||||
-1.9 -5 0 5 5 6 -1
|
||||
-1.9 -5 0 3.1 2.2 3.48 -1
|
||||
-1.9 -5 0 1.9 2.2 2.16 3
|
||||
1.6 -3.4 1.02 3.1 1 3.48 14
|
||||
1.6 -5 1.8 5 5 6 -1
|
||||
3 -5 3 5 5 6 22
|
||||
1.6 -3.4 1.8 3.1 1 4.5 17
|
||||
-1.9 -5 1.02 5 5 6 -1
|
||||
-1.9 -5 1.02 5 5 6 -1
|
||||
-1.9 -3.4 1.02 3.1 3.2 5.46 -1
|
||||
2 -3.4 3.48 3.1 3.2 5.46 18
|
||||
-1.9 -1.6 1.02 1.9 2.2 2.16 4
|
||||
1.6 -5 1.8 5 5 6 -1
|
||||
1.6 0 1.8 2.4 3.2 5.46 13
|
||||
2.4 -5 3 5 5 6 -1
|
||||
2.4 -3.4 3.48 3.1 5 6 21
|
||||
3 -5 3 5 5 6 20
|
||||
-1.9 1 1.8 3 5 6 -1
|
||||
-1.9 1 1.8 1.7 5 3 5
|
||||
1.6 1 1.8 3 5 6 -1
|
||||
1.6 1 1.8 2.4 5 5.46 16
|
||||
1.7 3.2 3 3 5 6 15
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_h02_11
|
BIN
_content/tdm01_raised/tdm01_h02_12.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_h02_12.mdl
Normal file
Binary file not shown.
112
_content/tdm01_raised/tdm01_h02_12.wok
Normal file
112
_content/tdm01_raised/tdm01_h02_12.wok
Normal file
@ -0,0 +1,112 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:13 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_h02_12
|
||||
node aabb line1802
|
||||
parent tdm01_h02_12
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 20
|
||||
-1.9 1 1.8
|
||||
1.7 5 3
|
||||
-1.7 5 3
|
||||
1.7 -5 0
|
||||
1.9 -1 1.2
|
||||
-1.05 -1.4 1.08
|
||||
-1.7 -5 0
|
||||
1.05 1.4 1.92
|
||||
-3 5 6
|
||||
-3 3.2 5.46
|
||||
3 -5 3
|
||||
3 -3.2 3.54
|
||||
-2.6 -3.2 3.54
|
||||
-3 -5 3
|
||||
2.4 3.2 5.46
|
||||
3 5 6
|
||||
5 -5 3
|
||||
5 5 6
|
||||
-5 -5 3
|
||||
-5 5 6
|
||||
faces 26
|
||||
0 1 2 1 0 0 0 4
|
||||
3 4 5 1 0 0 0 4
|
||||
6 3 5 1 0 0 0 4
|
||||
7 5 4 1 0 0 0 4
|
||||
0 5 7 1 0 0 0 4
|
||||
0 7 1 1 0 0 0 4
|
||||
8 9 0 2 0 0 0 2
|
||||
0 2 8 2 0 0 0 2
|
||||
10 11 4 2 0 0 0 2
|
||||
4 3 10 2 0 0 0 2
|
||||
12 13 6 2 0 0 0 2
|
||||
6 5 12 2 0 0 0 2
|
||||
11 14 7 2 0 0 0 2
|
||||
7 4 11 2 0 0 0 2
|
||||
9 12 5 2 0 0 0 2
|
||||
5 0 9 2 0 0 0 2
|
||||
14 15 1 2 0 0 0 2
|
||||
1 7 14 2 0 0 0 2
|
||||
15 14 11 1 0 0 0 2
|
||||
11 10 16 1 0 0 0 2
|
||||
16 17 15 1 0 0 0 2
|
||||
11 16 15 1 0 0 0 2
|
||||
18 13 12 1 0 0 0 2
|
||||
9 8 19 1 0 0 0 2
|
||||
19 18 12 1 0 0 0 2
|
||||
12 9 19 1 0 0 0 2
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 1.7 5 6 -1
|
||||
-5 -5 0 1.7 5 6 -1
|
||||
-5 -5 0 1.7 -1.4 3.54 -1
|
||||
-5 -5 0 -1.7 -3.2 3.54 -1
|
||||
-3 -5 0 -1.7 -3.2 3.54 10
|
||||
-5 -5 3 -2.6 -3.2 3.54 22
|
||||
-2.6 -5 0 1.7 -1.4 3.54 -1
|
||||
-2.6 -5 0 -1.05 -1.4 3.54 11
|
||||
-1.7 -5 0 1.7 -1.4 1.08 2
|
||||
-5 -5 1.08 -1.05 5 6 -1
|
||||
-5 -5 3 -2.6 5 6 24
|
||||
-3 -3.2 1.08 -1.05 3.2 5.46 14
|
||||
-5 -3.2 1.08 1.7 5 6 -1
|
||||
-5 -3.2 1.08 1.05 5 6 -1
|
||||
-3 -1.4 1.08 1.05 3.2 5.46 -1
|
||||
-1.9 -1.4 1.08 1.05 1.4 1.92 4
|
||||
-3 -1.4 1.08 -1.05 3.2 5.46 15
|
||||
-5 -3.2 3.54 -2.6 5 6 25
|
||||
-5 1 1.8 1.7 5 6 -1
|
||||
-5 1 1.8 -1.9 5 6 -1
|
||||
-3 1 1.8 -1.9 5 6 6
|
||||
-5 3.2 5.46 -3 5 6 23
|
||||
-3 1 1.8 1.7 5 6 -1
|
||||
-3 1 1.8 -1.7 5 6 7
|
||||
-1.9 1 1.8 1.7 5 3 0
|
||||
-1.9 -5 0 5 5 6 -1
|
||||
-1.05 -5 0 5 5 6 -1
|
||||
-1.05 -5 0 5 -1 3.54 -1
|
||||
-1.05 -5 0 3 -1 3 -1
|
||||
-1.05 -5 0 1.9 -1 1.2 1
|
||||
1.7 -5 0 3 -1 3 9
|
||||
1.9 -5 1.2 5 -1 3.54 -1
|
||||
3 -5 3 5 -3.2 3.54 19
|
||||
1.9 -5 1.2 3 -1 3.54 8
|
||||
-1.05 -5 1.08 5 5 6 -1
|
||||
1.05 -5 1.2 5 5 6 -1
|
||||
3 -5 3 5 5 6 21
|
||||
1.05 -3.2 1.2 3 1.4 3.54 13
|
||||
-1.05 -1.4 1.08 1.9 1.4 1.92 3
|
||||
-1.9 -5 1.8 5 5 6 -1
|
||||
1.05 -5 1.92 5 5 6 -1
|
||||
1.05 -3.2 1.92 3 3.2 5.46 12
|
||||
2.4 -5 3 5 5 6 -1
|
||||
2.4 -3.2 3.54 3 5 6 18
|
||||
3 -5 3 5 5 6 20
|
||||
-1.9 1 1.8 3 5 6 -1
|
||||
-1.9 1 1.8 1.7 5 3 5
|
||||
1.05 1.4 1.92 3 5 6 -1
|
||||
1.05 1.4 1.92 2.4 5 5.46 17
|
||||
1.7 3.2 3 3 5 6 16
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_h02_12
|
BIN
_content/tdm01_raised/tdm01_h02_13.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_h02_13.mdl
Normal file
Binary file not shown.
144
_content/tdm01_raised/tdm01_h02_13.wok
Normal file
144
_content/tdm01_raised/tdm01_h02_13.wok
Normal file
@ -0,0 +1,144 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:14 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_h02_13
|
||||
node aabb line1822
|
||||
parent tdm01_h02_13
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 25
|
||||
-2.9 -1 1.2
|
||||
2.5 1 1.8
|
||||
-1.7 4.4 2.82
|
||||
-2.8 -2.14 0.84
|
||||
2.92 -2.18 0.84
|
||||
-1.7 -4.4 0.18
|
||||
1.7 -4.4 0.18
|
||||
1.7 -5 0
|
||||
-1.7 -5 0
|
||||
3.86 -0.99 1.2
|
||||
1.7 4.4 2.82
|
||||
-1.7 5 3
|
||||
1.7 5 3
|
||||
-2.9 3 5.4
|
||||
-3.92 0.15 4.58
|
||||
-3 -5 3
|
||||
3 -5 3
|
||||
2.95 -3.22 3.53
|
||||
2.86 1 4.8
|
||||
3 5 6
|
||||
-3 5 6
|
||||
5 -5 3
|
||||
5 5 6
|
||||
-5 5 6
|
||||
-5 -5 3
|
||||
faces 35
|
||||
0 1 2 1 0 0 0 4
|
||||
3 4 0 1 0 0 0 4
|
||||
5 6 3 1 0 0 0 4
|
||||
5 7 6 1 0 0 0 4
|
||||
5 8 7 1 0 0 0 4
|
||||
3 6 4 1 0 0 0 4
|
||||
9 0 4 1 0 0 0 4
|
||||
1 0 9 1 0 0 0 4
|
||||
2 1 10 1 0 0 0 4
|
||||
11 2 10 1 0 0 0 4
|
||||
12 11 10 1 0 0 0 4
|
||||
13 14 0 1 0 0 0 2
|
||||
0 2 13 1 0 0 0 2
|
||||
3 0 14 1 0 0 0 2
|
||||
14 15 5 1 0 0 0 2
|
||||
5 3 14 1 0 0 0 2
|
||||
6 7 16 1 0 0 0 2
|
||||
8 5 15 1 0 0 0 2
|
||||
16 17 4 1 0 0 0 2
|
||||
4 6 16 1 0 0 0 2
|
||||
17 18 9 1 0 0 0 2
|
||||
9 4 17 1 0 0 0 2
|
||||
1 9 18 1 0 0 0 2
|
||||
18 19 10 1 0 0 0 2
|
||||
10 1 18 1 0 0 0 2
|
||||
20 13 2 1 0 0 0 2
|
||||
2 11 20 1 0 0 0 2
|
||||
12 10 19 1 0 0 0 2
|
||||
21 22 19 2 0 0 0 2
|
||||
18 17 16 2 0 0 0 2
|
||||
16 21 19 2 0 0 0 2
|
||||
19 18 16 2 0 0 0 2
|
||||
23 24 15 2 0 0 0 2
|
||||
14 20 23 2 0 0 0 2
|
||||
15 14 23 2 0 0 0 2
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 2.92 5 6 -1
|
||||
-5 -5 0 2.92 5 6 -1
|
||||
-3.92 -5 0 1.7 0.15 4.58 -1
|
||||
-3.92 -5 0 -1.7 0.15 4.58 -1
|
||||
-3 -5 0 -1.7 -4.4 3 17
|
||||
-3.92 -5 0.18 -1.7 0.15 4.58 14
|
||||
-2.8 -5 0 1.7 -2.14 0.84 -1
|
||||
-2.8 -4.4 0.18 1.7 -2.14 0.84 2
|
||||
-1.7 -5 0 1.7 -4.4 0.18 4
|
||||
-5 -5 0.18 2.92 5 6 -1
|
||||
-5 -5 0.18 2.92 5 6 -1
|
||||
-3.92 -4.4 0.18 -1.7 0.15 4.58 15
|
||||
-5 -5 0.84 2.92 5 6 -1
|
||||
-2.9 -2.18 0.84 2.92 -1 1.2 1
|
||||
-5 -5 3 -3 5 6 32
|
||||
-3.92 -2.14 0.84 -2.8 0.15 4.58 13
|
||||
-5 -5 1.2 2.5 5 6 -1
|
||||
-5 -5 1.2 2.5 5 6 -1
|
||||
-5 -5 1.2 -2.9 5 6 -1
|
||||
-5 -5 3 -3 5 6 34
|
||||
-3.92 -1 1.2 -2.9 3 5.4 11
|
||||
-2.9 -1 1.2 2.5 4.4 5.4 -1
|
||||
-2.9 -1 1.2 -1.7 4.4 5.4 12
|
||||
-2.9 -1 1.2 2.5 4.4 2.82 0
|
||||
-5 0.15 2.82 1.7 5 6 -1
|
||||
-5 0.15 2.82 -1.7 5 6 -1
|
||||
-5 0.15 4.58 -3 5 6 33
|
||||
-3 3 2.82 -1.7 5 6 25
|
||||
-3 4.4 2.82 1.7 5 6 -1
|
||||
-3 4.4 2.82 -1.7 5 6 26
|
||||
-1.7 4.4 2.82 1.7 5 3 9
|
||||
-2.9 -5 0 5 5 6 -1
|
||||
-2.9 -5 0 5 5 6 -1
|
||||
-2.8 -5 0 3 -2.14 3.53 -1
|
||||
-2.8 -5 0 2.92 -2.14 0.84 -1
|
||||
-1.7 -5 0 1.7 -4.4 0.18 3
|
||||
-2.8 -4.4 0.18 2.92 -2.14 0.84 5
|
||||
1.7 -5 0 3 -2.18 3.53 -1
|
||||
1.7 -5 0 3 -2.18 3 -1
|
||||
1.7 -5 0 3 -4.4 3 16
|
||||
1.7 -5 0.18 3 -2.18 3 19
|
||||
2.92 -5 0.84 3 -2.18 3.53 18
|
||||
-2.9 -5 0.84 5 5 6 -1
|
||||
2.86 -5 0.84 3.86 1 4.8 -1
|
||||
2.86 -5 3 3 1 4.8 29
|
||||
2.92 -3.22 0.84 3.86 -0.99 3.53 21
|
||||
-2.9 -5 0.84 5 5 6 -1
|
||||
-2.9 -5 0.84 5 5 6 -1
|
||||
3 -5 3 5 5 6 30
|
||||
-2.9 -2.18 0.84 3.86 -0.99 1.2 6
|
||||
2.86 -3.22 1.2 3.86 1 4.8 20
|
||||
-2.9 -5 1.2 5 5 6 -1
|
||||
-2.9 -5 1.2 5 5 6 -1
|
||||
-2.9 -5 1.2 3.86 5 6 -1
|
||||
-2.9 -1 1.2 3.86 1 1.8 7
|
||||
2.5 -5 1.2 3.86 5 6 -1
|
||||
2.86 -5 3 3 5 6 31
|
||||
2.5 -0.99 1.2 3.86 1 4.8 22
|
||||
1.7 -5 1.8 5 5 6 -1
|
||||
3 -5 3 5 5 6 28
|
||||
1.7 1 1.8 2.86 4.4 4.8 24
|
||||
-1.7 1 1.8 3 5 6 -1
|
||||
-1.7 1 1.8 2.5 5 3 -1
|
||||
-1.7 4.4 2.82 1.7 5 3 10
|
||||
-1.7 1 1.8 2.5 4.4 2.82 8
|
||||
1.7 1 2.82 3 5 6 -1
|
||||
1.7 1 2.82 3 5 6 23
|
||||
1.7 4.4 2.82 3 5 6 27
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_h02_13
|
BIN
_content/tdm01_raised/tdm01_h05_11a.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_h05_11a.mdl
Normal file
Binary file not shown.
68
_content/tdm01_raised/tdm01_h05_11a.wok
Normal file
68
_content/tdm01_raised/tdm01_h05_11a.wok
Normal file
@ -0,0 +1,68 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:15 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_h05_11a
|
||||
node aabb line1795
|
||||
parent tdm01_h05_11a
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 12
|
||||
-1.7 5 3
|
||||
-1.9 2.2 2.16
|
||||
1.22 2.28 2.18
|
||||
1.7 5 3
|
||||
-3 5 6
|
||||
-2.9 1.3 4.89
|
||||
1.8 1.1 4.83
|
||||
3 5 6
|
||||
-5 5 6
|
||||
-5 -5 3
|
||||
5 -5 3
|
||||
5 5 6
|
||||
faces 14
|
||||
0 1 2 1 0 0 0 4
|
||||
3 0 2 1 0 0 0 4
|
||||
4 5 1 2 0 0 0 2
|
||||
1 0 4 2 0 0 0 2
|
||||
5 6 2 4 0 0 0 2
|
||||
2 1 5 4 0 0 0 2
|
||||
6 7 3 2 0 0 0 2
|
||||
3 2 6 2 0 0 0 2
|
||||
4 8 9 1 0 0 0 2
|
||||
4 9 5 1 0 0 0 2
|
||||
6 10 11 1 0 0 0 2
|
||||
6 11 7 1 0 0 0 2
|
||||
9 10 6 1 0 0 0 2
|
||||
6 5 9 1 0 0 0 2
|
||||
aabb -5 -5 2.16 5 5 6 -1
|
||||
-5 -5 2.16 1.8 5 6 -1
|
||||
-5 -5 3 1.8 5 6 -1
|
||||
-5 -5 3 1.8 1.3 4.89 13
|
||||
-5 -5 3 -2.9 5 6 -1
|
||||
-5 -5 3 -2.9 5 6 9
|
||||
-5 -5 3 -3 5 6 8
|
||||
-3 1.3 2.16 1.22 5 6 -1
|
||||
-3 1.3 2.16 -1.7 5 6 -1
|
||||
-3 2.2 2.16 -1.7 5 6 3
|
||||
-3 1.3 2.16 -1.9 5 6 2
|
||||
-2.9 1.3 2.16 1.22 5 4.89 -1
|
||||
-2.9 1.3 2.16 1.22 2.28 4.89 5
|
||||
-1.9 2.2 2.16 1.22 5 3 0
|
||||
-5 -5 2.18 5 5 6 -1
|
||||
-5 -5 2.18 5 5 4.89 -1
|
||||
-5 -5 2.18 5 5 4.89 -1
|
||||
-2.9 1.1 2.18 1.8 2.28 4.89 4
|
||||
-5 -5 2.18 5 5 4.83 -1
|
||||
-1.7 2.28 2.18 1.7 5 3 1
|
||||
-5 -5 3 5 1.1 4.83 12
|
||||
1.22 1.1 2.18 1.8 5 4.83 7
|
||||
1.7 -5 3 5 5 6 -1
|
||||
1.8 -5 3 5 5 6 10
|
||||
1.7 1.1 3 5 5 6 -1
|
||||
1.7 1.1 3 3 5 6 6
|
||||
1.8 1.1 4.83 5 5 6 11
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_h05_11a
|
BIN
_content/tdm01_raised/tdm01_h05_11b.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_h05_11b.mdl
Normal file
Binary file not shown.
68
_content/tdm01_raised/tdm01_h05_11b.wok
Normal file
68
_content/tdm01_raised/tdm01_h05_11b.wok
Normal file
@ -0,0 +1,68 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:15 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_h05_11b
|
||||
node aabb line1795
|
||||
parent tdm01_h05_11b
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 12
|
||||
-1.7 5 0
|
||||
-1.9 2.2 0.84
|
||||
1.22 2.28 0.82
|
||||
1.7 5 0
|
||||
-3 5 3
|
||||
-2.9 1.3 4.11
|
||||
1.8 1.1 4.17
|
||||
3 5 3
|
||||
-5 5 3
|
||||
-5 -5 6
|
||||
5 -5 6
|
||||
5 5 3
|
||||
faces 14
|
||||
0 1 2 1 0 0 0 4
|
||||
3 0 2 1 0 0 0 4
|
||||
4 5 1 2 0 0 0 2
|
||||
1 0 4 2 0 0 0 2
|
||||
5 6 2 4 0 0 0 2
|
||||
2 1 5 4 0 0 0 2
|
||||
6 7 3 2 0 0 0 2
|
||||
3 2 6 2 0 0 0 2
|
||||
4 8 9 1 0 0 0 2
|
||||
4 9 5 1 0 0 0 2
|
||||
6 10 11 1 0 0 0 2
|
||||
6 11 7 1 0 0 0 2
|
||||
9 10 6 1 0 0 0 2
|
||||
6 5 9 1 0 0 0 2
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 1.8 5 6 -1
|
||||
-5 -5 3 1.8 5 6 -1
|
||||
-5 -5 4.11 1.8 1.3 6 13
|
||||
-5 -5 3 -2.9 5 6 -1
|
||||
-5 -5 3 -2.9 5 6 9
|
||||
-5 -5 3 -3 5 6 8
|
||||
-3 1.3 0 1.22 5 4.11 -1
|
||||
-3 1.3 0 -1.7 5 4.11 -1
|
||||
-3 2.2 0 -1.7 5 3 3
|
||||
-3 1.3 0.84 -1.9 5 4.11 2
|
||||
-2.9 1.3 0 1.22 5 4.11 -1
|
||||
-2.9 1.3 0.82 1.22 2.28 4.11 5
|
||||
-1.9 2.2 0 1.22 5 0.84 0
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-2.9 1.1 0.82 1.8 2.28 4.17 4
|
||||
-5 -5 0 5 5 6 -1
|
||||
-1.7 2.28 0 1.7 5 0.82 1
|
||||
-5 -5 4.17 5 1.1 6 12
|
||||
1.22 1.1 0 1.8 5 4.17 7
|
||||
1.7 -5 0 5 5 6 -1
|
||||
1.8 -5 3 5 5 6 10
|
||||
1.7 1.1 0 5 5 4.17 -1
|
||||
1.7 1.1 0 3 5 4.17 6
|
||||
1.8 1.1 3 5 5 4.17 11
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_h05_11b
|
BIN
_content/tdm01_raised/tdm01_h05_12a.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_h05_12a.mdl
Normal file
Binary file not shown.
96
_content/tdm01_raised/tdm01_h05_12a.wok
Normal file
96
_content/tdm01_raised/tdm01_h05_12a.wok
Normal file
@ -0,0 +1,96 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:16 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_h05_12a
|
||||
node aabb line1807
|
||||
parent tdm01_h05_12a
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 16
|
||||
0 -3 0.6
|
||||
-1.02 -1.42 1.07
|
||||
-0.9 -2.9 0.63
|
||||
1.7 5 3
|
||||
-1.7 5 3
|
||||
-1.77 1.04 1.8
|
||||
1.6 1 1.8
|
||||
-2.1 -3.7 3.39
|
||||
1 -3.4 3.48
|
||||
-3 5 6
|
||||
2.3 3.6 5.58
|
||||
3 5 6
|
||||
5 -5 3
|
||||
5 5 6
|
||||
-5 -5 3
|
||||
-5 5 6
|
||||
faces 22
|
||||
0 1 2 1 0 0 0 4
|
||||
3 4 5 1 0 0 0 4
|
||||
1 6 5 1 0 0 0 4
|
||||
3 5 6 1 0 0 0 4
|
||||
0 6 1 1 0 0 0 4
|
||||
2 1 7 1 0 0 0 2
|
||||
7 8 0 1 0 0 0 2
|
||||
0 2 7 1 0 0 0 2
|
||||
5 4 9 1 0 0 0 2
|
||||
9 7 1 1 0 0 0 2
|
||||
1 5 9 1 0 0 0 2
|
||||
6 10 3 1 0 0 0 2
|
||||
11 3 10 1 0 0 0 2
|
||||
6 0 8 1 0 0 0 2
|
||||
10 6 8 1 0 0 0 2
|
||||
8 12 13 2 0 0 0 2
|
||||
8 13 11 2 0 0 0 2
|
||||
8 11 10 2 0 0 0 2
|
||||
12 8 7 2 0 0 0 2
|
||||
12 7 14 2 0 0 0 2
|
||||
7 9 15 2 0 0 0 2
|
||||
7 15 14 2 0 0 0 2
|
||||
aabb -5 -5 0.6 5 5 6 -1
|
||||
-5 -5 0.6 5 5 6 -1
|
||||
-5 -5 1.07 -1.02 5 6 -1
|
||||
-5 -5 1.07 -1.02 5 6 -1
|
||||
-5 -5 3 -2.1 5 6 21
|
||||
-3 -3.7 1.07 -1.02 5 6 9
|
||||
-5 -3.7 1.07 -1.02 5 6 -1
|
||||
-5 -3.7 1.07 -1.02 5 6 -1
|
||||
-3 -1.42 1.07 -1.02 5 6 10
|
||||
-5 -3.7 3.39 -2.1 5 6 20
|
||||
-3 1.04 1.8 -1.7 5 6 8
|
||||
-5 -5 0.6 5 5 3.48 -1
|
||||
-2.1 -3.7 0.6 0 -1.42 3.39 -1
|
||||
-2.1 -3.7 0.6 0 -2.9 3.39 7
|
||||
-2.1 -3.7 0.63 -0.9 -1.42 3.39 5
|
||||
-5 -5 0.6 5 5 3.48 -1
|
||||
-5 -5 0.6 5 5 3.39 -1
|
||||
-5 -5 3 5 -3.7 3.39 19
|
||||
-1.77 -3 0.6 1.7 5 3 -1
|
||||
-1.02 -3 0.6 0 -1.42 1.07 0
|
||||
-1.77 1.04 1.8 1.7 5 3 1
|
||||
-2.1 -3.7 0.6 1.6 1.04 3.48 -1
|
||||
-2.1 -3.7 0.6 1 -3 3.48 6
|
||||
-1.77 -1.42 1.07 1.6 1.04 1.8 2
|
||||
-2.1 -5 0.6 5 5 6 -1
|
||||
-2.1 -5 0.6 5 5 6 -1
|
||||
-2.1 -5 0.6 5 1 3.48 -1
|
||||
0 -3.4 0.6 1.6 1 3.48 13
|
||||
-2.1 -5 3 5 -3.4 3.48 18
|
||||
-1.02 -5 0.6 5 5 6 -1
|
||||
-1.02 -5 0.6 5 5 6 -1
|
||||
-1.02 -3 0.6 1.6 1 1.8 4
|
||||
1 -5 3 5 5 6 15
|
||||
1 -3.4 1.8 2.3 3.6 5.58 14
|
||||
-1.77 -3.4 1.8 5 5 6 -1
|
||||
-1.77 -3.4 1.8 5 5 6 -1
|
||||
1 -3.4 3.48 3 5 6 17
|
||||
-1.77 -3.4 1.8 5 5 6 -1
|
||||
1 -3.4 3.48 5 5 6 16
|
||||
-1.77 1 1.8 1.7 5 3 3
|
||||
1.6 1 1.8 3 5 6 -1
|
||||
1.6 1 1.8 2.3 5 5.58 11
|
||||
1.7 3.6 3 3 5 6 12
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_h05_12a
|
BIN
_content/tdm01_raised/tdm01_h05_12b.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_h05_12b.mdl
Normal file
Binary file not shown.
96
_content/tdm01_raised/tdm01_h05_12b.wok
Normal file
96
_content/tdm01_raised/tdm01_h05_12b.wok
Normal file
@ -0,0 +1,96 @@
|
||||
# Rewritten by CleanModels 3 Version 3.5.1 Mon Apr 21 17:59:16 2014
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom tdm01_h05_12b
|
||||
node aabb line1807
|
||||
parent tdm01_h05_12b
|
||||
position 0 0 0
|
||||
orientation 0 0 0 0
|
||||
wirecolor 1 1 1
|
||||
bitmap NULL
|
||||
render 0
|
||||
shadow 0
|
||||
verts 16
|
||||
0 -3 2.4
|
||||
-0.98 -1.42 1.93
|
||||
-0.9 -2.9 2.37
|
||||
1.7 5 0
|
||||
-1.7 5 0
|
||||
-1.75 1.03 1.2
|
||||
1.6 1 1.2
|
||||
-2.1 -3.7 5.61
|
||||
1 -3.4 5.52
|
||||
-3 5 3
|
||||
2.3 3.6 3.42
|
||||
3 5 3
|
||||
5 -5 6
|
||||
5 5 3
|
||||
-5 -5 6
|
||||
-5 5 3
|
||||
faces 22
|
||||
0 1 2 1 0 0 0 4
|
||||
3 4 5 1 0 0 0 4
|
||||
1 6 5 1 0 0 0 4
|
||||
3 5 6 1 0 0 0 4
|
||||
0 6 1 1 0 0 0 4
|
||||
2 1 7 1 0 0 0 2
|
||||
7 8 0 1 0 0 0 2
|
||||
0 2 7 1 0 0 0 2
|
||||
5 4 9 1 0 0 0 2
|
||||
9 7 1 1 0 0 0 2
|
||||
1 5 9 1 0 0 0 2
|
||||
6 10 3 1 0 0 0 2
|
||||
11 3 10 1 0 0 0 2
|
||||
6 0 8 1 0 0 0 2
|
||||
10 6 8 1 0 0 0 2
|
||||
8 12 13 2 0 0 0 2
|
||||
8 13 11 2 0 0 0 2
|
||||
8 11 10 2 0 0 0 2
|
||||
12 8 7 2 0 0 0 2
|
||||
12 7 14 2 0 0 0 2
|
||||
7 9 15 2 0 0 0 2
|
||||
7 15 14 2 0 0 0 2
|
||||
aabb -5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 -0.98 5 6 -1
|
||||
-5 -5 1.93 -0.98 5 6 -1
|
||||
-5 -5 3 -2.1 5 6 21
|
||||
-3 -3.7 1.93 -0.98 5 5.61 9
|
||||
-5 -3.7 0 -0.98 5 5.61 -1
|
||||
-5 -3.7 1.2 -0.98 5 5.61 -1
|
||||
-3 -1.42 1.2 -0.98 5 3 10
|
||||
-5 -3.7 3 -2.1 5 5.61 20
|
||||
-3 1.03 0 -1.7 5 3 8
|
||||
-5 -5 0 5 5 6 -1
|
||||
-2.1 -3.7 1.93 0 -1.42 5.61 -1
|
||||
-2.1 -3.7 1.93 -0.9 -1.42 5.61 5
|
||||
-2.1 -3.7 2.37 0 -2.9 5.61 7
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 0 5 5 6 -1
|
||||
-5 -5 5.61 5 -3.7 6 19
|
||||
-1.75 -3 0 1.7 5 2.4 -1
|
||||
-0.98 -3 1.93 0 -1.42 2.4 0
|
||||
-1.75 1.03 0 1.7 5 1.2 1
|
||||
-2.1 -3.7 1.2 1.6 1.03 5.61 -1
|
||||
-2.1 -3.7 2.4 1 -3 5.61 6
|
||||
-1.75 -1.42 1.2 1.6 1.03 1.93 2
|
||||
-2.1 -5 0 5 5 6 -1
|
||||
-2.1 -5 1.2 5 5 6 -1
|
||||
-2.1 -5 1.2 5 1 6 -1
|
||||
0 -3.4 1.2 1.6 1 5.52 13
|
||||
-2.1 -5 5.52 5 -3.4 6 18
|
||||
-0.98 -5 1.2 5 5 6 -1
|
||||
-0.98 -5 1.2 5 5 6 -1
|
||||
-0.98 -3 1.2 1.6 1 2.4 4
|
||||
1 -5 3 5 5 6 15
|
||||
1 -3.4 1.2 2.3 3.6 5.52 14
|
||||
-1.75 -3.4 0 5 5 5.52 -1
|
||||
-1.75 -3.4 0 5 5 5.52 -1
|
||||
1 -3.4 3 3 5 5.52 17
|
||||
-1.75 -3.4 0 5 5 5.52 -1
|
||||
1 -3.4 3 5 5 5.52 16
|
||||
-1.75 1 0 1.7 5 1.2 3
|
||||
1.6 1 0 3 5 3.42 -1
|
||||
1.6 1 0 2.3 5 3.42 11
|
||||
1.7 3.6 0 3 5 3.42 12
|
||||
endnode
|
||||
endwalkmeshgeom tdm01_h05_12b
|
BIN
_content/tdm01_raised/tdm01_z07_02.mdl
Normal file
BIN
_content/tdm01_raised/tdm01_z07_02.mdl
Normal file
Binary file not shown.
4
_content/tdm01_raised/tdm01_z07_02.wok
Normal file
4
_content/tdm01_raised/tdm01_z07_02.wok
Normal file
@ -0,0 +1,4 @@
|
||||
#MAXWALKMESH ASCII
|
||||
beginwalkmeshgeom TDM01_Z07_02
|
||||
endwalkmeshgeom TDM01_Z07_02
|
||||
|
BIN
_content/tdm01_raised/tdm01palstd.itp
Normal file
BIN
_content/tdm01_raised/tdm01palstd.itp
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -11169,7 +11169,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 31
|
||||
"value": 33
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
|
@ -104,7 +104,7 @@
|
||||
},
|
||||
"OnHeartbeat": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "underwater_hb"
|
||||
},
|
||||
"OnUserDefined": {
|
||||
"type": "resref",
|
||||
@ -2913,7 +2913,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 14
|
||||
"value": 15
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
|
@ -14,7 +14,7 @@
|
||||
},
|
||||
"Comments": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
"value": "Level 1: North"
|
||||
},
|
||||
"Creator_ID": {
|
||||
"type": "int",
|
||||
@ -87,7 +87,7 @@
|
||||
"Name": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Level 1 North"
|
||||
"0": "Level 1: North"
|
||||
}
|
||||
},
|
||||
"NoRest": {
|
||||
@ -96,15 +96,15 @@
|
||||
},
|
||||
"OnEnter": {
|
||||
"type": "resref",
|
||||
"value": "dungeon_enter"
|
||||
"value": "ra_lvl01_onenter"
|
||||
},
|
||||
"OnExit": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "ra_lvl01_onexit"
|
||||
},
|
||||
"OnHeartbeat": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "ra_lvl01_onhb"
|
||||
},
|
||||
"OnUserDefined": {
|
||||
"type": "resref",
|
||||
@ -2913,7 +2913,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 14
|
||||
"value": 15
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
|
@ -14,7 +14,7 @@
|
||||
},
|
||||
"Comments": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
"value": "Level 1: South"
|
||||
},
|
||||
"Creator_ID": {
|
||||
"type": "int",
|
||||
@ -87,7 +87,7 @@
|
||||
"Name": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Level 1 South"
|
||||
"0": "Level 1: South"
|
||||
}
|
||||
},
|
||||
"NoRest": {
|
||||
@ -96,15 +96,15 @@
|
||||
},
|
||||
"OnEnter": {
|
||||
"type": "resref",
|
||||
"value": "dungeon_enter"
|
||||
"value": "ra_lvl01_onenter"
|
||||
},
|
||||
"OnExit": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "ra_lvl01_onexit"
|
||||
},
|
||||
"OnHeartbeat": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "ra_lvl01_onhb"
|
||||
},
|
||||
"OnUserDefined": {
|
||||
"type": "resref",
|
||||
@ -11169,7 +11169,7 @@
|
||||
},
|
||||
"Version": {
|
||||
"type": "dword",
|
||||
"value": 15
|
||||
"value": 16
|
||||
},
|
||||
"Width": {
|
||||
"type": "int",
|
||||
|
11182
_module/are/lvl01_core.are.json
Normal file
11182
_module/are/lvl01_core.are.json
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
11182
_module/are/tdm01_prefab.are.json
Normal file
11182
_module/are/tdm01_prefab.are.json
Normal file
File diff suppressed because it is too large
Load Diff
567
_module/dlg/cv_lvl01_bones.dlg.json
Normal file
567
_module/dlg/cv_lvl01_bones.dlg.json
Normal file
@ -0,0 +1,567 @@
|
||||
{
|
||||
"__data_type": "DLG ",
|
||||
"DelayEntry": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"DelayReply": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"EndConverAbort": {
|
||||
"type": "resref",
|
||||
"value": "nw_walk_wp"
|
||||
},
|
||||
"EndConversation": {
|
||||
"type": "resref",
|
||||
"value": "nw_walk_wp"
|
||||
},
|
||||
"EntryList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"RepliesList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": "lvl01_bone_srch5"
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 3
|
||||
},
|
||||
"IsChild": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": "lvl01_bone_src10"
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"IsChild": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 2,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"IsChild": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Speaker": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "You see a pile of bones here, humanoid & animal. Some of them look like they have been burnt by acid."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"RepliesList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 2
|
||||
},
|
||||
"IsChild": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": "at_give_coins"
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Speaker": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Amongst the bones, you've discovered a small amount of coin that had somehow been passed over by previous adventuring parties."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 2,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"RepliesList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 4
|
||||
},
|
||||
"IsChild": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": "at_spn_grn_slime"
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Speaker": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "It is interesting, but not in a good way. You've discovered a half eaten dead rat. Unfortunately, disturbing the rat has excited the green slime that was eating it. <StartHighlight>Yuck!</Start>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"NumWords": {
|
||||
"type": "dword",
|
||||
"value": 85
|
||||
},
|
||||
"PreventZoomIn": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"ReplyList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"EntriesList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Leave the bones be."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 1,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"EntriesList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"IsChild": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "<StartCheck>Oooh, shiny! </Start>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 2,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"EntriesList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Leave."
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 3,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"EntriesList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 2
|
||||
},
|
||||
"IsChild": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "<StartCheck>This looks interesting.</Start>"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 4,
|
||||
"ActionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Animation": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"AnimLoop": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Delay": {
|
||||
"type": "dword",
|
||||
"value": 4294967295
|
||||
},
|
||||
"EntriesList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Quest": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"Script": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"Text": {
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "<StartAction>Quick, burn it!</Start>"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"StartingList": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Active": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"ConditionParams": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Index": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
39
_module/gic/lvl01_core.gic.json
Normal file
39
_module/gic/lvl01_core.gic.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"__data_type": "GIC ",
|
||||
"Creature List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Door List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Encounter List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Placeable List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"SoundList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"StoreList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"TriggerList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"WaypointList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
}
|
||||
}
|
@ -32,7 +32,7 @@
|
||||
"__struct_id": 8,
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": "Jeweled Door"
|
||||
"value": "Sturdy Wooden Door"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -288,12 +288,38 @@
|
||||
"type": "cexostring",
|
||||
"value": "Fire's Trapporium by Firehazurd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 9,
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": "Splatter Pack v1.0 by Knat\r\n"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 9,
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": "Splatter Pack v1.0 by Knat\r\n"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"SoundList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 6,
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"PlayInToolset": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"StoreList": {
|
||||
"type": "list",
|
||||
@ -369,6 +395,13 @@
|
||||
"type": "cexostring",
|
||||
"value": "This is the default waypoint you may place to set a patrol path for a creature or NPC.\r\n1. Create the creature and either use its current Tag or fill in a new one.\r\n2. Place or make sure the WalkWayPoints() is within the body of the On Spawn script for the creature.\r\n3. Place a series of waypoints along the route you wish the creature to walk.\r\n4. Select all of the newly created waypoints and right click. Choose the Create Set option.\r\n5. The waypoint set will have a set name of \"WP_\" + NPC Tag. Thus if an NPC with the Tag \"Guard\" will have a waypoint set called \"WP_Guard\". Note that Tags are case sensitive."
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 5,
|
||||
"Comment": {
|
||||
"type": "cexostring",
|
||||
"value": "On the Advanced tab, replace <Place text here> with whatever information you wish to appear on the Map of an area."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
39
_module/gic/tdm01_prefab.gic.json
Normal file
39
_module/gic/tdm01_prefab.gic.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"__data_type": "GIC ",
|
||||
"Creature List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Door List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Encounter List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Placeable List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"SoundList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"StoreList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"TriggerList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"WaypointList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
}
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -219,6 +219,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps014"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -942,6 +946,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps014"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -1649,6 +1657,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps014"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -2356,6 +2368,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps014"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -3063,6 +3079,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps014"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -3770,6 +3790,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps014"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -4508,6 +4532,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps033"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -5246,6 +5274,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps033"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -5984,6 +6016,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_crewps033"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -13143,7 +13179,7 @@
|
||||
"id": 16813688,
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "A statue of a dwarf warrior. "
|
||||
"0": "In the courtyard is a life-sized statue of a dwarf on a 4 foot by 4 foot stone block. He looks to have been a great warrior, and dwarven runes adorn the front of the pedestal. This rather large tombstone, crested with thestatue of a dwarf, seems to have been visited frequently."
|
||||
}
|
||||
},
|
||||
"DisarmDC": {
|
||||
@ -13164,7 +13200,7 @@
|
||||
},
|
||||
"HasInventory": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
"value": 0
|
||||
},
|
||||
"HP": {
|
||||
"type": "short",
|
||||
@ -13193,7 +13229,9 @@
|
||||
"LocName": {
|
||||
"id": 16812886,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
"value": {
|
||||
"0": "Warrior's Memorial"
|
||||
}
|
||||
},
|
||||
"OnClick": {
|
||||
"type": "resref",
|
||||
@ -13321,15 +13359,15 @@
|
||||
},
|
||||
"X": {
|
||||
"type": "float",
|
||||
"value": 79.28238677978516
|
||||
"value": 80.09027099609375
|
||||
},
|
||||
"Y": {
|
||||
"type": "float",
|
||||
"value": 53.83635330200195
|
||||
"value": 60.08084869384766
|
||||
},
|
||||
"Z": {
|
||||
"type": "float",
|
||||
"value": 9.5367431640625e-006
|
||||
"value": -5.222045729169622e-006
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -414,6 +414,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_thnmisc001"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 4
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -510,6 +514,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_thnmisc001"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 4
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -643,6 +651,10 @@
|
||||
"type": "resref",
|
||||
"value": "it_poison039"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 81
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -776,6 +788,10 @@
|
||||
"type": "resref",
|
||||
"value": "it_poison039"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 81
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -909,6 +925,10 @@
|
||||
"type": "resref",
|
||||
"value": "it_poison039"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 81
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -1038,6 +1058,10 @@
|
||||
"type": "resref",
|
||||
"value": "x1_wmgrenade005"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 3
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -8607,6 +8631,18 @@
|
||||
"type": "resref",
|
||||
"value": "nw_wswmdg009"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 12
|
||||
},
|
||||
"xModelPart2": {
|
||||
"type": "word",
|
||||
"value": 32
|
||||
},
|
||||
"xModelPart3": {
|
||||
"type": "word",
|
||||
"value": 42
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -8740,6 +8776,10 @@
|
||||
"type": "resref",
|
||||
"value": "efreetibottle"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 26
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -8836,6 +8876,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_gold001"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 1
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
@ -8965,6 +9009,10 @@
|
||||
"type": "resref",
|
||||
"value": "nw_it_contain006"
|
||||
},
|
||||
"xModelPart1": {
|
||||
"type": "word",
|
||||
"value": 2
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
|
File diff suppressed because it is too large
Load Diff
82
_module/git/lvl01_core.git.json
Normal file
82
_module/git/lvl01_core.git.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"__data_type": "GIT ",
|
||||
"AreaProperties": {
|
||||
"__struct_id": 100,
|
||||
"type": "struct",
|
||||
"value": {
|
||||
"__struct_id": 100,
|
||||
"AmbientSndDay": {
|
||||
"type": "int",
|
||||
"value": 63
|
||||
},
|
||||
"AmbientSndDayVol": {
|
||||
"type": "int",
|
||||
"value": 32
|
||||
},
|
||||
"AmbientSndNight": {
|
||||
"type": "int",
|
||||
"value": 63
|
||||
},
|
||||
"AmbientSndNitVol": {
|
||||
"type": "int",
|
||||
"value": 32
|
||||
},
|
||||
"EnvAudio": {
|
||||
"type": "int",
|
||||
"value": 0
|
||||
},
|
||||
"MusicBattle": {
|
||||
"type": "int",
|
||||
"value": 39
|
||||
},
|
||||
"MusicDay": {
|
||||
"type": "int",
|
||||
"value": 9
|
||||
},
|
||||
"MusicDelay": {
|
||||
"type": "int",
|
||||
"value": 45000
|
||||
},
|
||||
"MusicNight": {
|
||||
"type": "int",
|
||||
"value": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"Creature List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Door List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Encounter List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Placeable List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"SoundList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"StoreList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"TriggerList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"WaypointList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
}
|
||||
}
|
@ -580,7 +580,7 @@
|
||||
"id": 5349,
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Door outside"
|
||||
"0": "Mausoleum Door"
|
||||
}
|
||||
},
|
||||
"OnClick": {
|
||||
@ -736,12 +736,14 @@
|
||||
},
|
||||
"CurrentHP": {
|
||||
"type": "short",
|
||||
"value": 15
|
||||
"value": 20
|
||||
},
|
||||
"Description": {
|
||||
"id": 9075,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
"value": {
|
||||
"0": "This sturdy wooden door is reinforced with iron fittings."
|
||||
}
|
||||
},
|
||||
"DisarmDC": {
|
||||
"type": "byte",
|
||||
@ -757,15 +759,15 @@
|
||||
},
|
||||
"GenericType_New": {
|
||||
"type": "dword",
|
||||
"value": 8
|
||||
"value": 13
|
||||
},
|
||||
"Hardness": {
|
||||
"type": "byte",
|
||||
"value": 6
|
||||
"value": 5
|
||||
},
|
||||
"HP": {
|
||||
"type": "short",
|
||||
"value": 15
|
||||
"value": 20
|
||||
},
|
||||
"Interruptable": {
|
||||
"type": "byte",
|
||||
@ -781,11 +783,11 @@
|
||||
},
|
||||
"LinkedTo": {
|
||||
"type": "cexostring",
|
||||
"value": "WP_RA11a"
|
||||
"value": "LVL01_MAUSOLEUM"
|
||||
},
|
||||
"LinkedToFlags": {
|
||||
"type": "byte",
|
||||
"value": 2
|
||||
"value": 1
|
||||
},
|
||||
"LoadScreenID": {
|
||||
"type": "word",
|
||||
@ -793,7 +795,7 @@
|
||||
},
|
||||
"Lockable": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
"value": 1
|
||||
},
|
||||
"Locked": {
|
||||
"type": "byte",
|
||||
@ -803,7 +805,7 @@
|
||||
"id": 5349,
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Door to level 1"
|
||||
"0": "Sturdy Wooden Door"
|
||||
}
|
||||
},
|
||||
"OnClick": {
|
||||
@ -820,7 +822,7 @@
|
||||
},
|
||||
"OnDeath": {
|
||||
"type": "resref",
|
||||
"value": "x2_door_death"
|
||||
"value": "se_door_death"
|
||||
},
|
||||
"OnDisarm": {
|
||||
"type": "resref",
|
||||
@ -828,7 +830,7 @@
|
||||
},
|
||||
"OnFailToOpen": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "door_fail2open"
|
||||
},
|
||||
"OnHeartbeat": {
|
||||
"type": "resref",
|
||||
@ -844,7 +846,7 @@
|
||||
},
|
||||
"OnOpen": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
"value": "ra_close_door"
|
||||
},
|
||||
"OnSpellCastAt": {
|
||||
"type": "resref",
|
||||
@ -864,7 +866,7 @@
|
||||
},
|
||||
"OpenLockDC": {
|
||||
"type": "byte",
|
||||
"value": 18
|
||||
"value": 23
|
||||
},
|
||||
"Plot": {
|
||||
"type": "byte",
|
||||
@ -872,7 +874,7 @@
|
||||
},
|
||||
"PortraitId": {
|
||||
"type": "word",
|
||||
"value": 0
|
||||
"value": 600
|
||||
},
|
||||
"Ref": {
|
||||
"type": "byte",
|
||||
@ -880,7 +882,7 @@
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "dtlevel1"
|
||||
"value": "MAUSOLEUM_LVL1C"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
@ -7682,7 +7684,7 @@
|
||||
},
|
||||
"Bearing": {
|
||||
"type": "float",
|
||||
"value": -0.0
|
||||
"value": -1.963495254516602
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
@ -7907,7 +7909,7 @@
|
||||
},
|
||||
"Bearing": {
|
||||
"type": "float",
|
||||
"value": -0.0
|
||||
"value": 2.356194257736206
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
@ -8109,11 +8111,11 @@
|
||||
},
|
||||
"Y": {
|
||||
"type": "float",
|
||||
"value": 60.15975570678711
|
||||
"value": 60.1463508605957
|
||||
},
|
||||
"Z": {
|
||||
"type": "float",
|
||||
"value": 0.2000000476837158
|
||||
"value": 0.2000001668930054
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -8132,7 +8134,7 @@
|
||||
},
|
||||
"Bearing": {
|
||||
"type": "float",
|
||||
"value": -0.0
|
||||
"value": -0.1963495314121246
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
@ -8357,7 +8359,7 @@
|
||||
},
|
||||
"Bearing": {
|
||||
"type": "float",
|
||||
"value": -0.0
|
||||
"value": 0.7853981852531433
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
@ -8582,7 +8584,7 @@
|
||||
},
|
||||
"Bearing": {
|
||||
"type": "float",
|
||||
"value": -0.0
|
||||
"value": -1.374446630477905
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
@ -8780,15 +8782,15 @@
|
||||
},
|
||||
"X": {
|
||||
"type": "float",
|
||||
"value": 46.68399047851563
|
||||
"value": 44.38545608520508
|
||||
},
|
||||
"Y": {
|
||||
"type": "float",
|
||||
"value": 58.46769332885742
|
||||
"value": 59.44784927368164
|
||||
},
|
||||
"Z": {
|
||||
"type": "float",
|
||||
"value": 0.1999999433755875
|
||||
"value": 0.199998140335083
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -9280,12 +9282,646 @@
|
||||
"type": "float",
|
||||
"value": 0.1999994665384293
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 9,
|
||||
"AnimationState": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Appearance": {
|
||||
"type": "dword",
|
||||
"value": 2708
|
||||
},
|
||||
"AutoRemoveKey": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Bearing": {
|
||||
"type": "float",
|
||||
"value": -0.7853981852531433
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"CloseLockDC": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Conversation": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"CurrentHP": {
|
||||
"type": "short",
|
||||
"value": 15
|
||||
},
|
||||
"Description": {
|
||||
"id": 14572,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"DisarmDC": {
|
||||
"type": "byte",
|
||||
"value": 15
|
||||
},
|
||||
"Faction": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Fort": {
|
||||
"type": "byte",
|
||||
"value": 16
|
||||
},
|
||||
"Hardness": {
|
||||
"type": "byte",
|
||||
"value": 5
|
||||
},
|
||||
"HasInventory": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"HP": {
|
||||
"type": "short",
|
||||
"value": 15
|
||||
},
|
||||
"Interruptable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"KeyName": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"KeyRequired": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Lockable": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Locked": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"LocName": {
|
||||
"id": 16811156,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"OnClick": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnClosed": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnDamaged": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnDeath": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnDisarm": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnHeartbeat": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnInvDisturbed": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnLock": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnMeleeAttacked": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnOpen": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnSpellCastAt": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnTrapTriggered": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnUnlock": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnUsed": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnUserDefined": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OpenLockDC": {
|
||||
"type": "byte",
|
||||
"value": 18
|
||||
},
|
||||
"Plot": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"PortraitId": {
|
||||
"type": "word",
|
||||
"value": 504
|
||||
},
|
||||
"Ref": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Static": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "ZEP_BLOODSTAIN1"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
"value": "zep_bloodstain1"
|
||||
},
|
||||
"TrapDetectable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"TrapDetectDC": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"TrapDisarmable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"TrapFlag": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"TrapOneShot": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"TrapType": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Type": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Useable": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Will": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"X": {
|
||||
"type": "float",
|
||||
"value": 44.51300048828125
|
||||
},
|
||||
"Y": {
|
||||
"type": "float",
|
||||
"value": 65.79526519775391
|
||||
},
|
||||
"Z": {
|
||||
"type": "float",
|
||||
"value": -1.600000023841858
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 9,
|
||||
"AnimationState": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Appearance": {
|
||||
"type": "dword",
|
||||
"value": 2708
|
||||
},
|
||||
"AutoRemoveKey": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Bearing": {
|
||||
"type": "float",
|
||||
"value": -2.552543878555298
|
||||
},
|
||||
"BodyBag": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"CloseLockDC": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Conversation": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"CurrentHP": {
|
||||
"type": "short",
|
||||
"value": 15
|
||||
},
|
||||
"Description": {
|
||||
"id": 14572,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"DisarmDC": {
|
||||
"type": "byte",
|
||||
"value": 15
|
||||
},
|
||||
"Faction": {
|
||||
"type": "dword",
|
||||
"value": 1
|
||||
},
|
||||
"Fort": {
|
||||
"type": "byte",
|
||||
"value": 16
|
||||
},
|
||||
"Hardness": {
|
||||
"type": "byte",
|
||||
"value": 5
|
||||
},
|
||||
"HasInventory": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"HP": {
|
||||
"type": "short",
|
||||
"value": 15
|
||||
},
|
||||
"Interruptable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"KeyName": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"KeyRequired": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Lockable": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Locked": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"LocName": {
|
||||
"id": 16811156,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"OnClick": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnClosed": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnDamaged": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnDeath": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnDisarm": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnHeartbeat": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnInvDisturbed": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnLock": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnMeleeAttacked": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnOpen": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnSpellCastAt": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnTrapTriggered": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnUnlock": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnUsed": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OnUserDefined": {
|
||||
"type": "resref",
|
||||
"value": ""
|
||||
},
|
||||
"OpenLockDC": {
|
||||
"type": "byte",
|
||||
"value": 18
|
||||
},
|
||||
"Plot": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"PortraitId": {
|
||||
"type": "word",
|
||||
"value": 504
|
||||
},
|
||||
"Ref": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Static": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "ZEP_BLOODSTAIN1"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
"value": "zep_bloodstain1"
|
||||
},
|
||||
"TrapDetectable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"TrapDetectDC": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"TrapDisarmable": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"TrapFlag": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"TrapOneShot": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"TrapType": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Type": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Useable": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Will": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"X": {
|
||||
"type": "float",
|
||||
"value": 45.39715194702148
|
||||
},
|
||||
"Y": {
|
||||
"type": "float",
|
||||
"value": 65.21598815917969
|
||||
},
|
||||
"Z": {
|
||||
"type": "float",
|
||||
"value": -1.599997162818909
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"SoundList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 6,
|
||||
"Active": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Continuous": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Elevation": {
|
||||
"type": "float",
|
||||
"value": 1.0
|
||||
},
|
||||
"GeneratedType": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"Hours": {
|
||||
"type": "dword",
|
||||
"value": 0
|
||||
},
|
||||
"Interval": {
|
||||
"type": "dword",
|
||||
"value": 10000
|
||||
},
|
||||
"IntervalVrtn": {
|
||||
"type": "dword",
|
||||
"value": 5000
|
||||
},
|
||||
"LocName": {
|
||||
"id": 91310,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"Looping": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"MaxDistance": {
|
||||
"type": "float",
|
||||
"value": 10.0
|
||||
},
|
||||
"MinDistance": {
|
||||
"type": "float",
|
||||
"value": 1.0
|
||||
},
|
||||
"PitchVariation": {
|
||||
"type": "float",
|
||||
"value": 0.300000011920929
|
||||
},
|
||||
"Positional": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"Priority": {
|
||||
"type": "byte",
|
||||
"value": 19
|
||||
},
|
||||
"Random": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"RandomPosition": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"RandomRangeX": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"RandomRangeY": {
|
||||
"type": "float",
|
||||
"value": 0.0
|
||||
},
|
||||
"Sounds": {
|
||||
"type": "list",
|
||||
"value": [
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost10"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost6"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost7"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"Sound": {
|
||||
"type": "resref",
|
||||
"value": "as_hr_x2ghost9"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "Ghosts"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
"value": "ghosts"
|
||||
},
|
||||
"Times": {
|
||||
"type": "byte",
|
||||
"value": 3
|
||||
},
|
||||
"Volume": {
|
||||
"type": "byte",
|
||||
"value": 127
|
||||
},
|
||||
"VolumeVrtn": {
|
||||
"type": "byte",
|
||||
"value": 0
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 44.90550231933594
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 63.29695510864258
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
"value": 0.5304120182991028
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"StoreList": {
|
||||
"type": "list",
|
||||
@ -10789,7 +11425,7 @@
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 64.95079040527344
|
||||
"value": 65.00263214111328
|
||||
},
|
||||
"YOrientation": {
|
||||
"type": "float",
|
||||
@ -10797,11 +11433,74 @@
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 55.74816131591797
|
||||
"value": 56.3236198425293
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
"value": 0.1999903917312622
|
||||
"value": 0.2008581161499023
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 5,
|
||||
"Appearance": {
|
||||
"type": "byte",
|
||||
"value": 3
|
||||
},
|
||||
"Description": {
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"HasMapNote": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"LinkedTo": {
|
||||
"type": "cexostring",
|
||||
"value": ""
|
||||
},
|
||||
"LocalizedName": {
|
||||
"id": 14814,
|
||||
"type": "cexolocstring",
|
||||
"value": {}
|
||||
},
|
||||
"MapNote": {
|
||||
"id": 14815,
|
||||
"type": "cexolocstring",
|
||||
"value": {
|
||||
"0": "Stairs Down"
|
||||
}
|
||||
},
|
||||
"MapNoteEnabled": {
|
||||
"type": "byte",
|
||||
"value": 1
|
||||
},
|
||||
"Tag": {
|
||||
"type": "cexostring",
|
||||
"value": "RA_MAPNOTE01"
|
||||
},
|
||||
"TemplateResRef": {
|
||||
"type": "resref",
|
||||
"value": "nw_mapnote001"
|
||||
},
|
||||
"XOrientation": {
|
||||
"type": "float",
|
||||
"value": 4.224568749218635e-039
|
||||
},
|
||||
"XPosition": {
|
||||
"type": "float",
|
||||
"value": 44.94459915161133
|
||||
},
|
||||
"YOrientation": {
|
||||
"type": "float",
|
||||
"value": 1.0
|
||||
},
|
||||
"YPosition": {
|
||||
"type": "float",
|
||||
"value": 64.83341979980469
|
||||
},
|
||||
"ZPosition": {
|
||||
"type": "float",
|
||||
"value": -1.5999995470047
|
||||
}
|
||||
}
|
||||
]
|
||||
|
82
_module/git/tdm01_prefab.git.json
Normal file
82
_module/git/tdm01_prefab.git.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"__data_type": "GIT ",
|
||||
"AreaProperties": {
|
||||
"__struct_id": 100,
|
||||
"type": "struct",
|
||||
"value": {
|
||||
"__struct_id": 100,
|
||||
"AmbientSndDay": {
|
||||
"type": "int",
|
||||
"value": 63
|
||||
},
|
||||
"AmbientSndDayVol": {
|
||||
"type": "int",
|
||||
"value": 32
|
||||
},
|
||||
"AmbientSndNight": {
|
||||
"type": "int",
|
||||
"value": 63
|
||||
},
|
||||
"AmbientSndNitVol": {
|
||||
"type": "int",
|
||||
"value": 32
|
||||
},
|
||||
"EnvAudio": {
|
||||
"type": "int",
|
||||
"value": 0
|
||||
},
|
||||
"MusicBattle": {
|
||||
"type": "int",
|
||||
"value": 39
|
||||
},
|
||||
"MusicDay": {
|
||||
"type": "int",
|
||||
"value": 9
|
||||
},
|
||||
"MusicDelay": {
|
||||
"type": "int",
|
||||
"value": 45000
|
||||
},
|
||||
"MusicNight": {
|
||||
"type": "int",
|
||||
"value": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"Creature List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Door List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Encounter List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"Placeable List": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"SoundList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"StoreList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"TriggerList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
},
|
||||
"WaypointList": {
|
||||
"type": "list",
|
||||
"value": []
|
||||
}
|
||||
}
|
@ -1777,6 +1777,20 @@
|
||||
"type": "resref",
|
||||
"value": "cre_stomach001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 6,
|
||||
"Area_Name": {
|
||||
"type": "resref",
|
||||
"value": "lvl01_core"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 6,
|
||||
"Area_Name": {
|
||||
"type": "resref",
|
||||
"value": "tdm01_prefab"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -2048,6 +2062,13 @@
|
||||
"value": "tin01_retex"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 8,
|
||||
"Mod_Hak": {
|
||||
"type": "cexostring",
|
||||
"value": "tdm01_raised"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 8,
|
||||
"Mod_Hak": {
|
||||
|
@ -208,6 +208,17 @@
|
||||
"type": "resref",
|
||||
"value": "ra_wood_door001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
"type": "cexostring",
|
||||
"value": "Sturdy Wooden Door"
|
||||
},
|
||||
"RESREF": {
|
||||
"type": "resref",
|
||||
"value": "ra_wood_door002"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -38698,6 +38698,17 @@
|
||||
"value": "ra_wmswss_flmspd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
"type": "cexostring",
|
||||
"value": "Keen Short Sword +1"
|
||||
},
|
||||
"RESREF": {
|
||||
"type": "resref",
|
||||
"value": "ra_wswmss_keen01"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
|
@ -10624,6 +10624,17 @@
|
||||
"value": 16812340
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
"type": "cexostring",
|
||||
"value": "Ornate Coffin"
|
||||
},
|
||||
"RESREF": {
|
||||
"type": "resref",
|
||||
"value": "ra_coffin002"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"RESREF": {
|
||||
@ -10668,6 +10679,17 @@
|
||||
"value": 16814108
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
"type": "cexostring",
|
||||
"value": "Wooden Coffin"
|
||||
},
|
||||
"RESREF": {
|
||||
"type": "resref",
|
||||
"value": "ra_coffin001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"RESREF": {
|
||||
@ -19003,6 +19025,17 @@
|
||||
"value": 16811278
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
"type": "cexostring",
|
||||
"value": "Cave-In"
|
||||
},
|
||||
"RESREF": {
|
||||
"type": "resref",
|
||||
"value": "ra_cavein001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"RESREF": {
|
||||
|
@ -282,6 +282,17 @@
|
||||
"value": "sp_waypoint"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
"type": "cexostring",
|
||||
"value": "SP_SN01_SA_SD90_SF_PL0_DS2"
|
||||
},
|
||||
"RESREF": {
|
||||
"type": "resref",
|
||||
"value": "sp_cavein001"
|
||||
}
|
||||
},
|
||||
{
|
||||
"__struct_id": 0,
|
||||
"NAME": {
|
||||
|
BIN
_module/ncs/at_give_coins.ncs
Normal file
BIN
_module/ncs/at_give_coins.ncs
Normal file
Binary file not shown.
BIN
_module/ncs/at_spn_grn_slime.ncs
Normal file
BIN
_module/ncs/at_spn_grn_slime.ncs
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
_module/ncs/cavein_retex.ncs
Normal file
BIN
_module/ncs/cavein_retex.ncs
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
_module/ncs/lvl01_bone_src10.ncs
Normal file
BIN
_module/ncs/lvl01_bone_src10.ncs
Normal file
Binary file not shown.
BIN
_module/ncs/lvl01_bone_srch5.ncs
Normal file
BIN
_module/ncs/lvl01_bone_srch5.ncs
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user