Quisoves Potoo Posted November 8, 2014 Share Posted November 8, 2014 Yes! Does it work with ply or obj? It's currently .obj only, though I hope to eventually make a LEGO Racers Blender extension, but that may be a ways off. Link to comment Share on other sites More sharing options...
KevinVG207 Posted November 8, 2014 Share Posted November 8, 2014 It's currently .obj only All hail Quisoves! When is that going to be released! I can't wait! Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted November 8, 2014 Share Posted November 8, 2014 Does this mean I can starting getting to work on making a custom track now? Even though I see you don't yet have texturing covered there, just shape. Link to comment Share on other sites More sharing options...
KevinVG207 Posted November 8, 2014 Share Posted November 8, 2014 Does this mean I can starting getting to work on making a custom track now? Even though I see you don't yet have texturing covered there, just shape. I had the same idea. Hey, deja vu! (I got into this community via xiron's Mario Kart Custom Track tutorial ) Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted November 8, 2014 Share Posted November 8, 2014 When the time comes, I'll probably make a tutorial on making custom tracks for LR, yes. (Yes, yes you did. ) Link to comment Share on other sites More sharing options...
Quisoves Potoo Posted November 8, 2014 Share Posted November 8, 2014 Making a custom track would require a collision mesh generator. Looking at collision meshes with the binary editor, I it looks like they're essentially raw .GDB files with terrain sections. Sadly, the editor starts glitching out on the K_8E sections (which I imagine define the terrain characteristics.) But ultimately, it shouldn't be that difficult to make a collision generator, given their similarity to GDB files. As for releasing the converter, I'm not sure as to when it will be in a presentable form, but since the basic form is primarily complete (texture capability looks to be fairly easy to add,) I wouldn't be surprised if I released it before the end of the month. But I make no guarantees. Link to comment Share on other sites More sharing options...
Quisoves Potoo Posted November 9, 2014 Share Posted November 9, 2014 Bit of a side-step, this, but I figured out what the two GCB files are. They are essentially GDB-packs, and contain all the character parts. One is for the races, one is for the front-end. I switched the two files around, and voila! Wow, these are almost as high-quality as the LEGO Island 2 Playstation models! Here are some of the level select screens: These, on the other hand, are much improved. Note the open visors. A bit less emaciated, no? Sadly, Royal Kings crown doesn't fare very well: Also, the high-poly models seem a bit more stiff. Cheers! Jimbob and le717 2 Link to comment Share on other sites More sharing options...
Quisoves Potoo Posted November 19, 2014 Share Posted November 19, 2014 I've got a conundrum. I can't figure out exactly how the K_8E section of .BVB files work. The binary editor gives a readout of it which seems glitched (though I could be mistaken,) but it can nonetheless save a valid collision mesh. Replacing one file's K_8E with that of another's resulted in my car falling through the floor of the appropriate track upon the start of the race. Though I'm puzzled as to the exact nature of the section, I suspect that it has something to do with which .GDB files are assigned which parts of the .BVB file. My hypothesis springs from the fact that although some decorative models, like the boxes on Imperial Grand Prix, are tangible, they lack individual .BVB files. Any help would be greatly appreciated, and will hopefully hasten the genesis of custom tracks! Link to comment Share on other sites More sharing options...
Sluicer Posted November 20, 2014 Share Posted November 20, 2014 I've got a conundrum. I can't figure out exactly how the K_8E section of .BVB files work. The binary editor gives a readout of it which seems glitched I had a first look at the .BVB files. I looked into two COLLIDE files. There are vertices without additional information and triangles with additional information. I was able to create the following images with the data from the 34 and the 2d sections: The test track The 8e section fills the rest of the file. It looks like the Binary Editor could not handle dynamic (unknown) structures. I am not able to interprete the content of the 8e section yet. There are always a variable number of integers followed by 4 shorts (except the last group of integers). Here is an extract from the TESTCOLLIDE.BVB Please remember: 0x04 is an integer 0x17 is a struct that was defined in this file 0x14 is an array with 0x__ 0x__ entries of type 0x__ 04 01000000 04 02000000 04 00000040 17 0000 0000 0000 0800 14 0400 04 03000000 04000000 00000000 000000C0 17 0000 0800 0200 CC01 04 CD010000 04 000000C0 17 0000 0000 0A00 0800 04 05000000 04 06000000 04 000000C0 17 0000 0000 1200 0C00 14 0C00 04 EA000000 FEFFFFFF 00000000 00000000 00000040 1E000000 24000000 07000000 FEFFFFFF 01000000 00000000 00000040 17 4200 3F00 D400 D500 04 000000C0 17 0000 0000 8100 0600 14 0500 04 08000000 09000000 00000000 3BDA60E3 8B4B3E39 17 8700 0200 0A00 0B00 04 C00F450B 04 40F0BAF4 04 A2D6FB3D 17 8900 0100 BC00 BD00 04 000000C0 17 0000 0000 8A00 0400 14 0400 04 0C000000 0D000000 CC3C412D CC3C412D 17 0000 8E00 0400 5D00 14 1800 04 5E000000 E9441AEC 9C7FCEFD 79F1C93C 92000000 01000000 0E000000 FEFFFFFF 00000000 00000000 000000C0 93000000 01000000 FFFFFFFF FEFFFFFF 00000000 00000000 000000C0 94000000 01000000 0F000000 FEFFFFFF C076B138 644AB21D 17 0000 9500 0200 1000 14 0A00 04 11000000 79A210FB 4028BC00 8422CE3F 97000000 01000000 12000000 FEFFFFFF 8D5E24C1 4760090C 17 0000 9800 0200 5500 14 0400 04 56000000 20BF1EF2 2BD37701 F4A3753E 17 9A00 0100 1300 1400 14 0900 04 3D98F115 2378A11A CE8EE635 9B000000 01000000 15000000 FEFFFFFF ACB1173F 7A39BD0A 17 0000 9C00 0200 5300 [...] 17 0000 9204 0200 6103 14 0A00 04 62030000 1388A603 847EC5FE 4D4DE23F 94040000 01000000 FFFFFFFF FEFFFFFF 00000000 00000040 17 0000 9504 0200 6303 14 0400 04 FEFFFFFF C1292CFE E5E33A01 AD4AF63F 17 9704 0100 6403 6503 14 0A00 04 868D9401 E0CDB1FE 4798F73F 98040000 01000000 FFFFFFFF 66030000 C49106FD 05027502 8934E23F 17 9904 0100 6703 6803 14 1A00 04 3802AF01 00000000 6E54FA3F 9A040000 01000000 FFFFFFFF FEFFFFFF 0F6C2CFE 8A6E7502 043AED3F 9B040000 01000000 FFFFFFFF FEFFFFFF 00000000 00000000 00000040 9C040000 01000000 FFFFFFFF FEFFFFFF 00000000 384C4E01 D296FC3F 9D040000 01000000 ProfessorBrickkeeper, alan, Quisoves Potoo and 2 others 5 Link to comment Share on other sites More sharing options...
Fluffy Cupcake Posted November 20, 2014 Share Posted November 20, 2014 You guys really make me want to make custom models. ._. I know you guys are slowly working on it, but I hope you guys will be able to start going in the opposite dirrection of decompiling soon and make full out converters for making textured custom tracks and everything modely! Link to comment Share on other sites More sharing options...
KevinVG207 Posted November 21, 2014 Share Posted November 21, 2014 Oh boy! Custom Tracks HYPE! Link to comment Share on other sites More sharing options...
Sluicer Posted November 21, 2014 Share Posted November 21, 2014 I am not able to interprete the content of the 8e section yet. There are always a variable number of integers followed by 4 shorts (except the last group of integers). I have no idea what this file format should be except confusing. I am still not able to interprete the content of the 8e section but it looks like there are always 7 numbers that belong together. I wrote a small test where I counted the numbers of the 8e section (ignoring the type) and the result was always the same like the number in the [] brackets multiplied by 7. Here is a new visualisation of the 8e section of the TESTCOLLIDE.BVB file: 00000045 678 // number of positions 00002017 1182 // number of triangles (with area type) 0000451c 873 // number of unknown (7 numbers) 6111 // count of numbers = 873 * 7 // ??? ??? ??? ??? ??? start trian number trian <- suggestion 1 2 40000000 00000000 00000000 0 8 3 4 00000000 c0000000 00000000 8 2 460 461 c0000000 00000000 00000000 10 8 5 6 c0000000 00000000 00000000 18 12 234 -2 00000000 00000000 40000000 30 36 7 -2 00000001 00000000 40000000 66 63 212 213 c0000000 00000000 00000000 129 6 8 9 00000000 e360da3b 393e4b8b 135 2 10 11 0b450fc0 f4baf040 3dfbd6a2 137 1 188 189 c0000000 00000000 00000000 138 4 12 13 2d413ccc 2d413ccc 00000000 142 4 93 94 ec1a44e9 fdce7f9c 3cc9f179 146 1 14 -2 00000000 00000000 c0000000 147 1 -1 -2 00000000 00000000 c0000000 148 1 15 -2 38b176c0 1db24a64 00000000 149 2 16 17 fb10a279 00bc2840 3fce2284 151 1 18 -2 c1245e8d 0c096047 00000000 152 2 85 86 f21ebf20 0177d32b 3e75a3f4 154 1 19 20 15f1983d 1aa17823 35e68ece 155 1 21 -2 3f17b1ac 0abd397a 00000000 156 2 83 -2 1a124266 22a1cea6 2f158360 158 1 22 23 f108c33d 092aa204 3d8bf6b1 159 1 24 25 c4ec4ec5 189d89d8 00000000 160 2 -1 -2 f242ca65 09354755 3dd3713d 162 1 26 -2 3a4371c2 1a7bbf58 00000000 163 2 82 -2 c7e24e36 1ec5f624 00000000 165 2 27 28 cf9106ea 19af3684 2105d860 167 1 29 -2 1d2683fc 38f9d36e 00000000 168 2 -1 -2 f5ac1b7e 16c494d9 3aea34a2 170 1 30 -2 00caaf75 115f434f 3d97919f 171 1 31 -2 d2bec334 2d413ccc 00000000 172 2 32 -2 06730cd8 10fd6886 3d5d9e86 174 1 33 -2 e298d09e 38d88ed0 00000000 175 2 34 35 ff644126 108372a7 3dd473a4 177 1 36 -2 e360da3b 393e4b8b 00000000 178 2 81 -2 fda44587 115c9540 3d8e10f1 180 1 37 38 fb15fe0a 0dfa9ab6 3e42d5c7 181 1 39 -2 02676f33 0ff5686d 3dee87d1 182 1 -1 -2 f879b568 0e4bf421 3ded60ca 183 1 40 41 eaa378a3 1d93cf1e 3494fe6f 184 1 42 43 f13724ec 24c011f0 32448277 185 1 80 -2 ea6fcd74 173f767f 3797c251 186 1 44 -2 090f36d4 0f1c5780 3d86f4e2 187 1 -1 -2 f34fa653 22f335e1 34175532 188 1 45 -2 ea6fcd74 173f767f 3797c251 186 1 46 -2 056df030 0efdb4a1 3dfb6fc3 189 1 47 -2 f7a56257 1daa44c1 38174727 190 1 48 49 f508bf07 3f0db59a 00000000 191 1 50 51 fb7db5a1 251b57e3 33f314a4 192 1 79 -2 f80fd09e 3f817b11 00000000 193 2 52 -2 f585009b 3f22cce1 001d6c2c 195 1 77 78 fc7c2f2e 2298c980 35ba6296 196 1 53 54 08755ed1 3f704726 00000000 197 2 55 56 02eba43b 2cbd3e67 2dabdd4f 199 1 75 -2 042fe5b0 251e9aba 33f7a56c 200 1 57 -2 fe620347 16f7a2b1 3bb70d4b 201 1 -1 -2 042fe5b0 251e9aba 33f7a56c 200 1 58 -2 0396dd48 1e894f48 382170b4 202 1 59 60 0b4285b2 2287bc23 34b23443 203 1 -1 61 ff786f1a 0dfaf168 3e73c0c2 204 1 -1 -2 09415249 1c61eb47 389c5974 205 1 62 -2 046245c0 16c32f19 3ba789d9 206 1 63 64 024ce946 16f5b65e 3bb20d82 207 1 65 -2 fdbcd4a4 1766087d 3b86c02a 208 1 -1 -2 01d26503 1786ebbe 3b7da762 209 1 66 67 fd5cf78c 13a33839 3cdb0d36 210 1 68 69 fdf0b665 09770300 3f43427e 211 1 -1 -2 f74cef33 1560e535 3bb17605 212 1 70 71 faef78e4 0ec33d93 3e115c93 213 1 72 73 fa32b8f8 0b08764b 3ec6371f 214 1 -1 -2 f8c0175b 0bf3bdd2 3e74673f 215 1 -1 -2 f6686fad 0eb8707f 3d8a8215 216 1 74 -2 f60083d3 054318ef 3efeae2e 217 1 -1 -2 f5cc02b4 0a33fd4c 3e5a285e 218 1 -1 -2 f6686fad 0eb8707f 3d8a8215 216 1 76 -2 09966874 3f4717cd ffe51802 219 1 -1 -2 09e7e879 3f3a8e94 00000000 220 1 -1 -2 f585009b 3f22cce1 001d6c2c 195 1 -1 -2 fe65e9a9 1f65b5e0 37bf0974 221 1 -1 -2 fe65e9a9 1f65b5e0 37bf0974 222 1 -1 -2 edf38ebd 1bb7adf0 36ca57d5 223 1 -1 -2 02676f33 0ff5686d 3dee87d1 182 1 -1 -2 f5ac1b7e 16c494d9 3aea34a2 170 1 84 -2 090f36d4 0f1c5780 3d86f4e2 187 1 -1 -2 13c69820 19927544 373c5974 224 1 87 -2 c1245e8d 0c096047 00000000 152 2 -1 -2 00000000 03afa960 3fe4cd35 225 1 88 89 f108c33d 092aa204 3d8bf6b1 159 1 90 -2 ffdf4e41 05d03f6a 3fbc3c03 226 1 -1 -2 f242ca65 09354755 3dd3713d 162 1 91 92 fe5ec9c6 0750d14a 3f8f42e5 227 1 -1 -2 fe5c1dfa 0142fca2 3ff76f10 228 1 -1 -2 fcdf0edd 0641e246 3f9dd1c9 229 1 95 -2 38b176c0 1db24a64 00000000 149 2 134 135 fe7d8c30 f6f1491f 3f567d58 230 1 96 97 035d1fb9 00000000 3fe95ac1 231 1 98 -2 3a4371c2 1a7bbf58 00000000 163 2 132 -2 1925e702 0483855c 3aadc5af 232 1 99 -2 056df030 0efdb4a1 3dfb6fc3 189 1 100 -2 3f17b1ac 0abd397a 00000000 156 2 101 102 09860a87 018ead4d 3f44ae47 233 1 103 104 01af0237 00000001 3ffa546e 234 1 127 128 191cea30 05a2627d 3a98cd1b 235 1 105 -2 13c69820 19927544 373c5974 224 1 -1 -2 00000000 0135ea1c 3ffd1190 236 1 106 -2 072ed9a3 0c6198d2 3e60f639 237 1 107 -2 16103802 0b49c94e 3b01b390 238 1 108 -2 090f36d4 0f1c5780 3d86f4e2 187 1 109 -2 2d413ccc 2d413ccc 00000000 144 1 110 111 06f3d254 09c352ef 3ede21ae 239 1 112 -2 06b29f3d 0cb9c828 3e5d094b 240 1 126 -2 07ef0149 087667c5 3ef0a3cc 241 1 113 114 04b42ad0 06a803ea 3f7a97c7 242 1 115 -2 1a124266 22a1cea6 2f158360 158 1 -1 -2 05f72e28 02d366b4 3fa89f10 243 1 116 117 18624f6c 15220090 37453c8e 244 1 118 -2 01af00b8 00559666 3ffa1b39 245 1 -1 -2 17a9352a 145fedc8 37ddbd88 246 1 119 120 098817fe 0748575d 3edda6e0 247 1 121 -2 13baae64 12212aa1 3a1f08aa 248 1 -1 125 08fe5bf8 0731e32c 3ef483c8 249 1 122 -2 08708eb2 0a7a123e 3e91ecf5 250 1 123 -2 06730cd8 10fd6886 3d5d9e86 174 1 124 -2 097c6f6d 0dabcdc2 3dcc8a9c 251 1 -1 -2 0912d2f7 0e37e3a9 3dbcc852 252 1 -1 -2 0995be21 075b57e6 3ed95d13 253 1 -1 -2 06b29f3d 0cb9c828 3e5d094b 240 1 129 -2 1925e702 0483855c 3aadc5af 232 1 130 -2 0909471e 03a63556 3f40f1d4 254 1 -1 -2 03592e6e 061e0122 3f9e7232 255 1 131 -2 16103802 0b49c94e 3b01b390 238 1 -1 -2 08fe5bf8 0731e32c 3ef483c8 249 1 133 -2 00000000 0275b032 3ff3e524 256 1 -1 -2 090b5eab 026f5e69 3f4f96b2 257 1 136 -2 056df030 0efdb4a1 3dfb6fc3 189 1 142 143 1711526f fc2f8cb9 3b9387b9 258 1 137 -2 07ef0149 087667c5 3ef0a3cc 241 1 138 -2 02676f33 0ff5686d 3dee87d1 182 1 139 -2 06b29f3d 0cb9c828 3e5d094b 240 1 140 -2 fda44587 115c9540 3d8e10f1 180 1 141 -2 072ed9a3 0c6198d2 3e60f639 237 1 -1 -2 00caaf75 115f434f 3d97919f 171 1 -1 144 fb10a279 00bc2840 3fce2284 151 1 -1 145 fd483f6e fdc6bf89 3fe751d0 259 1 -1 -2 ffdf4e41 05d03f6a 3fbc3c03 226 1 -1 146 156c93e0 f4a8666b 3b3b3e7c 260 1 -1 147 fe05e7b7 fd24f95d 3fe7db6c 261 1 -1 148 0d961659 f61e7b62 3dc17cdd 262 1 149 -2 07ef0149 087667c5 3ef0a3cc 241 1 -1 150 fe40ff9a f751b963 3f626ee8 263 1 151 152 fc02452d f6aff6bd 3f31636e 264 1 -1 -2 fbb2ab5b f7dfb573 3f5608d5 265 1 153 154 f8ac209b f56a67fc 3eb121f5 266 1 -1 -2 f8ec4509 f860e7e2 3f26358f 267 1 155 156 ee71f8a6 f1a31142 3bd88d6f 268 1 -1 -2 f3d7c2d4 fa476abe 3e92e084 269 1 157 158 f8b494aa 00000001 3f953ac2 270 1 159 160 f86e4043 fc8747c4 3f74b703 271 1 162 163 f9c93c12 ff35e885 3fb156c9 272 1 -1 -2 f9cd1605 048518fa 3f89dcd1 273 1 -1 161 f61eb06f 00000000 3f3b96d3 274 2 -1 -2 00000000 fdbd862f 3ff5c8da 276 1 -1 -2 f9cd1605 048518fa 3f89dcd1 273 1 164 165 05326dbc 04fe6987 3f97c66d 277 1 -1 166 0996694d 00000000 3f471d64 278 1 -1 175 04b866ec f715767a 3f33292a 279 1 167 168 008f19cc ffe396c4 3fff59b5 280 1 169 170 00000000 fca759af 3fe996e2 281 1 172 173 0677f606 fef861f5 3fa9f7c2 282 1 -1 171 00000000 fdbd862f 3ff5c8da 283 2 -1 -2 06b9db93 fb9540f4 3f7dfc86 285 1 -1 -2 008ef0c9 fcf872ab 3fed027c 286 1 174 -2 06b9db93 fb9540f4 3f7dfc86 285 1 -1 -2 00d7260d ffa5719f 3ffe5647 287 1 -1 -2 05367f50 00000001 3fc98fb2 288 1 -1 176 008f19cc ffe396c4 3fff59b5 280 1 -1 177 0531c4c9 f757b806 3f32da3f 289 1 -1 178 00d7260d ffa5719f 3ffe5647 287 1 -1 179 038d8f44 f7b5b1b7 3f5c7ae9 290 1 180 181 01964b3e f6f61866 3f56b111 291 1 -1 -2 0150de75 f73a34f4 3f61db05 292 1 -1 182 020a31ba fe8438ed 3ff34590 293 1 -1 183 feb0f26d fcf235a9 3fe9e82e 294 1 -1 184 014f638c fdd104c1 3ff306cb 295 1 185 186 00d6fe9b fd8de99e 3ff29f19 296 1 -1 187 0065b929 fdbcabae 3ff5703c 297 1 -1 -2 ff653cb8 fcfe9810 3fed313a 298 1 -1 -2 00fb39f1 fdb5ce23 3ff39525 299 1 190 191 f8eeb09c 00000000 3f9bca86 300 2 202 203 1c9f25c5 00000000 393e4b8b 302 2 192 193 e360da3b 00000000 393e4b8b 304 2 -1 200 f61eb06f 00000000 3f3b96d3 306 5 194 195 00000000 0275b032 3ff3e524 256 1 -1 199 00000000 40000000 00000000 311 1 196 -2 090d0c28 00000000 3f5b551e 312 1 -1 -2 035d1fb9 00000000 3fe95ac1 231 1 197 -2 090b5eab 026f5e69 3f4f96b2 257 1 198 -2 1925e702 0483855c 3aadc5af 232 1 -1 -2 07f02dc8 ffd75b3f 3f816e42 313 1 -1 -2 00000000 c0000000 00000000 314 1 201 -2 00000000 00000000 40000000 315 1 -1 -2 f8f99f54 f8f99f54 3f396612 316 1 -1 -2 0996694d 00000000 3f471d64 317 6 204 205 00000000 40000000 00000000 323 1 206 207 40000000 00000000 00000000 324 3 208 209 40000000 00000000 00000000 327 1 -1 -2 07114f64 00000000 3f9bca86 328 2 -1 -2 00000000 00000000 40000000 330 4 210 -2 00000000 00000000 40000000 334 1 -1 -2 00000000 00000000 40000000 335 2 211 -2 00000000 c0000000 00000000 337 1 -1 -2 038b6d03 fc7492fd 3fcdaa3e 338 1 214 -2 00000000 00000000 40000000 339 6 221 222 40000000 00000000 00000000 345 6 215 -2 00000000 00000000 c0000000 147 1 216 217 c0000000 00000000 00000000 351 2 218 -2 00000000 40000000 00000000 353 3 219 -2 00000000 40000000 00000000 356 2 -1 -2 00000000 c0000000 00000000 358 3 220 -2 00000000 00000000 c0000000 361 2 -1 -2 00000000 c0000000 00000000 363 2 223 -2 00000000 00000000 40000000 365 4 227 -2 00000000 00000000 40000000 369 2 224 -2 c0000000 00000000 00000000 371 2 225 -2 00000000 00000000 c0000000 373 2 226 -2 00000000 c0000000 00000000 375 2 -1 -2 00000000 40000000 00000000 377 2 228 229 00000000 40000000 00000000 379 2 230 231 00000000 00000000 c0000000 381 2 -1 -2 c0000000 00000000 00000000 383 2 232 233 c0000000 00000000 00000000 385 2 -1 -2 c0000000 00000000 00000000 383 2 -1 -2 00000000 c0000000 00000000 387 2 -1 -2 00000000 c0000000 00000000 389 2 235 236 c0000000 00000000 00000000 391 1 237 238 eab22491 0bd5ebaf 3b2d9a6e 392 1 335 336 1bad705e 045ec0e6 398a412f 393 1 239 240 07f02f62 00000000 3f817b11 394 2 297 298 f98b4089 faef5844 3f78c56d 396 1 241 -2 00000000 00000000 c0000000 397 2 296 -2 07f02dc8 ffd75b3f 3f816e42 313 1 242 243 3f0db59a f508bf07 00000000 399 1 244 245 00e11f09 ee069d15 3d6afa39 400 1 -1 -2 3f030e6a f4cc41b5 0016f123 401 1 246 247 07f02f62 c07e84ef 00000000 402 2 -1 -2 02c57357 ed32376e 3d1ccba2 404 1 248 249 026858e3 db48b476 345d8d4f 405 1 294 295 0b47c524 c10092c4 ffcf8c38 406 1 250 251 00d57a98 e996ef45 3bf139e1 407 1 292 -2 0513b6f2 d755d127 3128af45 408 1 252 253 028eff11 f31bd376 3ea2d09a 409 1 -1 -2 01b41c0e e908921b 3bb68421 410 1 254 -2 2d413ccc d2bec334 00000000 411 2 289 290 05989035 f0aea954 3de32dd5 413 1 255 256 0feeb953 fc499e24 3ddfb45e 414 1 257 -2 1c9f25c5 c6c1b475 00000000 415 2 -1 -2 07e98cfe fad530fc 3f4c67f6 417 1 258 259 03b92850 ed1af2d3 3d08a7f9 418 1 260 261 0cb059ad dd0cca1f 34175532 419 1 -1 -2 0812dcf2 ebd6d0df 3c33de82 420 1 262 -2 1d672f62 c7277130 00000000 421 2 288 -2 0ec8db14 db3fee10 32448277 423 1 263 -2 0c511a2e f3aee5d2 3d9582e7 424 1 264 -2 06cb784a ef417300 3d655a58 425 1 265 -2 10a9bb42 f3e1a65c 3c97c037 426 1 266 267 3b13b13b e7627628 00000000 427 2 268 269 187d2b8a ecce5380 37ed6dd0 429 1 287 -2 38e4f589 e2b0d6d9 00000000 430 2 270 271 155c875d e26c30e2 3494fe6f 432 1 -1 286 0b03ce13 ef4612ed 3cc92560 433 1 272 273 01c0a7f8 f567320b 3f179eee 434 1 -1 -2 120c7143 e4485210 36ca57d5 435 1 274 275 00000000 fd7129e6 3ff2e893 436 1 276 277 04980160 f9037de8 3f739304 437 1 -1 -2 01c61e9c fc2b1a0a 3fdc4e07 438 1 -1 -2 032af5a3 fd8228f1 3fdf7b5e 439 1 278 279 03247649 fb905a70 3fc4c8f1 440 1 -1 -2 085583bf fabc845f 3f3c8299 441 1 280 281 ff7a6c40 fffd4e5a 3fff748b 442 1 -1 -2 06951a58 ff13eedb 3fa76726 443 1 282 -2 07259ac5 ef440c3e 3d5bd31f 444 1 -1 -2 00000000 00183eed 3ffffb68 445 1 283 284 076edad2 f3d63cd7 3e647298 446 1 285 -2 032af5a3 fd8228f1 3fdf7b5e 439 1 -1 -2 0b75ea16 f4fd9814 3dfedc1a 447 1 -1 -2 097e9c55 fa73de30 3f0c58eb 448 1 -1 -2 1623b55b ed443f29 390d3fa6 449 1 -1 -2 0b03ce13 ef4612ed 3cc92560 433 1 -1 -2 0c567934 dddeec90 34b74bb1 450 1 291 -2 0b450fc0 f4baf040 3dfbd6a2 451 1 -1 -2 0838e229 f060b8b2 3d845af1 452 1 -1 -2 0812dcf2 ebd6d0df 3c33de82 420 1 293 -2 00d57a98 e996ef45 3bf139e1 407 1 -1 -2 03845cc2 dadb61e2 34000fdd 453 1 -1 -2 0513b6f2 d755d127 3128af45 408 1 -1 -2 0a858354 c0deec06 00000000 454 1 -1 -2 090d0c28 00000000 3f5b551e 312 1 299 300 00000000 fe1625ca 3ff8aced 455 1 318 319 fb19f3b4 0940c1e5 3f23492a 456 1 301 302 00000000 40000000 00000000 457 1 307 308 f6b066aa ff39ba30 3f50791c 458 1 303 304 00000000 00000000 40000000 459 1 305 -2 e3622aa3 01363fc4 393baaec 460 2 -1 -2 fc7492fd 038b6d03 3fcdaa3e 462 1 -1 -2 f6f0ce3e 00000000 3f5b0691 463 1 306 -2 f61f3e18 0156b265 3f380c37 464 1 -1 -2 f6f0ce3e 00000000 3f5b0691 463 1 309 310 ff7a6c48 ffea02c5 3fff70d2 465 1 314 315 f6b03aa1 0017fcb1 3f51a488 466 1 311 -2 f61f3e18 0156b265 3f380c37 464 1 -1 313 00000000 00183eed 3ffffb68 445 1 312 -2 f70a2c00 ffea3a07 3f5e9e34 467 1 -1 -2 f6f0ce3e 00000000 3f5b0691 463 1 -1 -2 ff7a6c40 fffd4e5a 3fff748b 442 1 -1 -2 00000000 00183eed 3ffffb68 445 1 -1 316 015531f9 013d767c 3ff95ece 468 1 -1 317 f973bf7c 020553f2 3fa1d01f 469 1 -1 -2 01553e1e ff5e3e4b 3ffba5b2 470 1 320 321 00e11f09 ee069d15 3d6afa39 400 1 322 323 00000000 00180b6e 3ffffb7b 471 1 -1 -2 0838e229 f060b8b2 3d845af1 452 1 -1 -2 02c57357 ed32376e 3d1ccba2 404 1 -1 -2 015531f9 013d767c 3ff95ece 468 1 -1 324 ff67c30a 02f930d2 3fed99a3 472 1 325 326 fe8afc4c 08be163b 3f622130 473 1 -1 -2 fe30c698 090c1f09 3f54d941 474 1 -1 327 e874d2c3 01474e20 3b7f982a 475 1 -1 328 00000000 02b88fa5 3ff12fae 476 1 -1 329 f2a43696 0a04d70f 3dc8838a 477 1 -1 330 fec8555d 030b2a98 3fea7e8a 478 1 -1 331 f4baf040 0b450fc0 3dfbd6a2 479 1 -1 332 fe268ade 02e07d52 3fe896d2 480 1 -1 333 fa4a564c 08e1b2a7 3f1f7eda 481 1 -1 334 fd34d399 0218614d 3fe797c7 482 1 -1 -2 fcaa3705 08567673 3f5deaa1 483 1 337 338 00d57a98 e996ef45 3bf139e1 407 1 407 408 015b7a9c 090c86be 3f57af33 484 1 339 340 0b47c524 c10092c4 ffcf8c38 406 1 406 -2 01b41c0e e908921b 3bb68421 410 1 341 -2 00000000 00000000 c0000000 397 2 405 -2 00000000 00000000 c0000000 398 1 342 -2 c0000000 00000000 00000000 485 6 343 344 fcb8e5c3 00000000 3fea7fa9 491 1 345 -2 d2bec334 d2bec334 00000000 492 4 397 398 f0973246 f84b9923 3da336eb 496 1 346 -2 f7957586 f26b5abc 3df94182 497 1 347 -2 c0e84e54 f542c686 00000000 498 2 348 349 f646f337 fd4710e7 3f32d320 500 1 350 -2 e2d97c04 c7062c92 00000000 501 2 393 394 00000000 fae5744c 3fcbd24f 503 1 351 352 f5475ae9 f76322a2 3e81479a 504 1 353 -2 c6c1b475 e360da3b 00000000 505 2 392 -2 f367a715 f4aa1660 3db74d4f 507 1 354 355 f890b5eb fc7a711f 3f7814c0 508 1 356 -2 c74e8940 e24db59c 00000000 509 2 390 -2 fcb8eb83 ff8821a5 3fea0f8d 511 1 357 -2 ff1d0dfd e9070d11 3bba77a2 512 1 358 -2 03845cc2 dadb61e2 34000fdd 453 1 359 -2 f9b5a3f0 efbbb5ed 3d93e93b 513 1 360 -2 fe864103 e9c6af10 3bffd50b 514 1 361 362 f79b5ecd f58ba2ff 3e947c0c 515 1 363 -2 f8849b18 f1c8c048 3df376b4 516 1 389 -2 f6b85266 f6b85266 3ea3d3d5 517 1 364 -2 0513b6f2 d755d127 3128af45 408 1 365 366 f6f2f3d8 c0a4aae2 00000000 518 2 367 368 fd1d7753 d46aaf5f 2ec727c7 520 1 387 388 f6dba522 c0a803a5 00000000 521 1 369 -2 fcb8eb83 ff8821a5 3fea0f8d 511 1 -1 -2 fc243bdd dade5137 33fbf578 522 1 370 -2 fcc3fafc db767928 34722530 523 1 371 -2 f367a715 f4aa1660 3db74d4f 507 1 372 -2 f378d397 ddee0d76 34b59885 524 1 373 -2 f627f565 f4da6c76 3e3f8e5e 525 1 374 -2 f3926239 de3e92ad 34ef542b 526 1 375 376 e5edbd9a dd5e315a 2f158360 527 1 377 -2 ff0ca364 ed2e3aa7 3d29c177 528 1 -1 -2 ea0e67c3 e55e87dd 35e68ece 529 1 378 -2 ec3967e0 e66d8abc 373c5974 530 1 379 380 e60f96d6 e93b31e9 35e54c49 531 1 381 -2 fdad5cda ee779d53 3d81fde7 532 1 -1 -2 e856cad6 eba01238 37ddbd88 533 1 382 -2 f3fb529b f2a5783b 3d6d3d5b 534 1 383 -2 faecf695 eade5003 3c327dc3 535 1 384 -2 f5b1e5e6 f36c9f10 3de67f4b 536 1 385 -2 f96367db ef201858 3d61569d 537 1 386 -2 f6ed2d09 f1c81c57 3dbcc852 538 1 -1 -2 f6f0c92c f0e3a880 3d86f4e2 539 1 -1 -2 fc243bdd dade5137 33fbf578 522 1 -1 -2 f66998af c0b8efb5 00292e5a 540 1 -1 -2 f8849b18 f1c8c048 3df376b4 516 1 391 -2 f6546b85 f8d211c4 3edb451f 541 1 -1 -2 f99f7980 f946e352 3f535b59 542 1 -1 -2 00000000 f8eeb09c 3f9bca86 543 1 395 -2 f367a715 f4aa1660 3db74d4f 507 1 396 -2 f0973246 f84b9923 3da336eb 496 1 -1 -2 00000000 f8eeb09c 3f9bca86 544 1 -1 -2 fcbef5d6 f85206bb 3f744639 545 1 399 -2 00000000 fd7129e6 3ff2e893 546 1 -1 -2 00000000 fae5744c 3fcbd24f 503 1 400 401 fcbef5d6 f85206bb 3f744639 545 1 402 403 00325066 fda90c30 3ff4f895 547 1 -1 -2 f646f337 fd4710e7 3f32d320 500 1 -1 -2 f084846c fb69a27f 3dedee53 548 1 -1 404 fcb8e5c3 00000000 3fea7fa9 549 1 -1 -2 00000000 fda90b77 3ff50c59 550 1 -1 -2 0a858354 c0deec06 00000000 454 1 -1 -2 ff1d0dfd e9070d11 3bba77a2 512 1 409 410 01b41c0e e908921b 3bb68421 410 1 420 421 00000000 40000000 00000000 551 1 411 412 02c57357 ed32376e 3d1ccba2 404 1 -1 -2 00d57a98 e996ef45 3bf139e1 407 1 413 -2 f6b85266 f6b85266 3ea3d3d5 517 1 -1 -2 00e11f09 ee069d15 3d6afa39 400 1 414 -2 ff0ca364 ed2e3aa7 3d29c177 528 1 415 -2 f8849b18 f1c8c048 3df376b4 516 1 416 -2 fdad5cda ee779d53 3d81fde7 532 1 417 -2 f7957586 f26b5abc 3df94182 497 1 418 -2 ff1d0dfd e9070d11 3bba77a2 512 1 419 -2 f9b5a3f0 efbbb5ed 3d93e93b 513 1 -1 -2 fe864103 e9c6af10 3bffd50b 514 1 422 423 05c72247 fb2f6370 3f8e790e 552 1 457 458 1c9dd55d 01363fad 393baaed 553 2 424 425 fcb8e5c3 00000000 3fea7fa9 491 1 439 440 00000000 00180b6e 3ffffb7b 471 1 426 427 00000000 01ee84c0 3ff88907 555 2 -1 -2 00000000 fd7129e6 3ff2e893 546 1 428 429 01553e1e ff5e3e4b 3ffba5b2 470 1 434 435 06a21d5e 044f6026 3f825d60 557 1 430 431 40000000 00000000 00000000 558 1 432 433 00000000 00180b6e 3ffffb7b 471 1 -1 -2 038b6d03 038b6d03 3fcdaa3e 559 1 -1 -2 00000000 1c9f25b1 393e4b95 560 2 -1 -2 015531f9 013d767c 3ff95ece 468 1 -1 -2 05cb4173 00ac452a 3fbbcff4 562 1 -1 436 06a5fa86 00000000 3fa75be7 563 1 437 438 00000000 00000000 40000000 564 1 -1 -2 05cb4173 00ac452a 3fbbcff4 562 1 -1 -2 038b6d03 038b6d03 3fcdaa3e 559 1 -1 -2 08ca4304 00000000 3f64bbac 565 2 -1 -2 015531f9 013d767c 3ff95ece 468 1 441 442 fe30c698 090c1f09 3f54d941 474 1 -1 -2 fe8afc4c 08be163b 3f622130 473 1 -1 443 00000000 02b88fa5 3ff12fae 476 1 444 445 0c283d2c 05b89542 3e92e084 567 1 446 447 16482d37 16482d37 37b4710b 568 1 -1 448 ff67c30a 02f930d2 3fed99a3 472 1 -1 -2 f6b85266 f6b85266 3ea3d3d5 517 1 -1 -2 0252fedd 0252fedd 3fea60ca 569 1 -1 449 019ca25f 0898b754 3f664810 570 1 450 451 03c5c039 096e6090 3f3053c7 571 1 -1 -2 0429ddd5 07dd4daf 3f60db76 572 1 452 453 0753df65 0a959804 3eb121f5 573 1 -1 -2 0713baf7 079f181e 3f26358f 574 1 -1 454 008caf08 02ee502b 3fee34b3 575 1 -1 455 0252fedd 0252fedd 3fea60ca 569 1 -1 456 012f07eb 02f593cb 3febab97 576 1 -1 -2 01e2069f 02b84274 3fea19b4 577 1 459 -2 08ca4304 00000000 3f64bbac 566 1 -1 -2 00000000 015ada7d 3ffc53fe 578 2 -1 -2 0995dfa9 0156f0d5 3f4390d8 580 1 462 463 00000000 c0000000 00000000 581 4 682 683 fe2c16c5 3ff8e31a ff8953b1 585 1 464 -2 00000000 00000000 c0000000 397 2 516 517 c0000000 00000000 00000000 586 12 465 -2 00000000 40000000 00000000 598 4 466 -2 3eac33e5 0cf77d7e 00000000 602 2 467 -2 f3088282 3eac33e5 00000000 604 2 468 -2 c2fe44ed 1357f6a2 00000000 606 2 469 470 fd6ec152 f95fe260 3f9ab602 608 1 471 -2 d7790835 31888432 00000000 609 2 511 512 fc727877 fa93c558 3fabb993 611 1 472 -2 feea678e 0153488b 3ffa2262 612 1 473 474 fddf0ecd fc59d03b 3fdc4400 613 1 475 476 ce777bce 2886f7cb 00000000 614 2 507 -2 028dc583 fc5a0a6a 3fd849cb 616 2 477 478 014e444d ff2127cd 3ffb12eb 618 1 488 489 00000000 01a3f6eb 3ffa9de1 619 2 479 -2 11fa3ec3 3d6c5671 00000000 621 2 480 481 0620eb6a fe2e3a1d 3fae0e1f 623 1 -1 -2 31888432 2886f7cb 00000000 624 2 482 -2 00000000 fe2c13a1 3ff95116 626 1 483 484 00000000 00000000 40000000 627 2 -1 -2 0734e084 01a14b2a 3f92736b 629 1 -1 -2 31888432 2886f7cb 00000000 624 1 485 486 fe6d4735 03c6884e 3fde81d8 630 1 -1 -2 00000000 0234a142 3ff64494 631 1 -1 487 01731268 0141987c 3ff8a3d7 632 1 -1 -2 00000000 048f4fc9 3fd65d03 633 1 490 -2 00000000 fe2c13a1 3ff95116 626 1 502 503 393e4b8b e360da3b 00000000 634 2 491 492 00000000 00000000 40000000 636 2 -1 -2 11fa3ec3 3d6c5671 00000000 621 2 493 494 26666666 33333333 00000000 638 2 495 496 014e444d ff2127cd 3ffb12eb 618 1 498 499 014e444d ff2127cd 3ffb12eb 618 1 -1 -2 11fa3ec3 3d6c5671 00000000 621 2 497 -2 0734e084 01a14b2a 3f92736b 629 1 -1 -2 0620eb6a fe2e3a1d 3fae0e1f 623 1 500 501 393e4b8b e360da3b 00000000 634 2 -1 -2 393e4b8b e360da3b 00000000 634 2 -1 -2 11fa3ec3 3d6c5671 00000000 621 1 -1 -2 11fa3ec3 3d6c5671 00000000 621 1 504 -2 ffa8a621 01a63265 3ffa538e 640 1 -1 -2 26666666 33333333 00000000 638 2 505 -2 02a9d9e3 01a399c6 3fec6d4e 641 1 506 -2 ffa03833 019f0c7a 3ffa7643 642 1 -1 -2 028ea36b 0192dab8 3fedf57e 643 1 508 -2 ffa03833 019f0c7a 3ffa7643 642 1 509 -2 00d7aea3 fc596092 3fe3e607 644 1 510 -2 028ea36b 0192dab8 3fedf57e 643 1 -1 -2 ffa8a621 01a63265 3ffa538e 640 1 513 -2 028dc583 fc5a0a6a 3fd849cb 616 1 514 515 fe5c0c9b 00849db4 3ffa1486 645 1 -1 -2 00d7aea3 fc596092 3fe3e607 644 1 -1 -2 00000000 00000000 40000000 646 1 -1 -2 ffe146fa fceb7310 3fecfbe5 647 1 518 519 d52fae8d d06dde64 00000000 648 2 618 619 0cf77d7e c153cc1b 00000000 650 2 520 521 40000000 00000000 00000000 652 20 591 -2 00000000 00000000 c0000000 398 1 522 523 08ee23b8 0a6b29ac 3e82fa0b 672 1 -1 -2 00000000 00000000 c0000000 398 1 524 525 069d9245 f8b51228 3f3cf130 673 1 545 546 032be790 10299728 3dd8237a 674 1 526 -2 00000000 00000000 c0000000 398 1 539 540 07b43a72 fa369906 3f454275 675 1 527 -2 2d413ccc d2bec334 00000000 676 2 528 -2 086454b8 fb6362be 3f479398 678 1 529 -2 3ef7b97f f48d2418 00000000 679 2 530 531 07e1f6c2 02d7ca4e 3f72f492 681 1 532 -2 3b13b13b e7627628 00000000 682 2 534 535 05987fbc f3f6c69b 3e9bc582 684 1 533 -2 3e945093 f297134f 00000000 685 2 -1 -2 09438187 f983f222 3efe3d97 687 1 -1 -2 08fdb0d2 f8a4cc6b 3eefd5c4 688 1 536 537 0947f590 052d88ff 3f1c85d8 689 1 -1 -2 09438187 f983f222 3efe3d97 687 1 -1 538 112a0d32 03c48c43 3d8a484c 690 1 -1 -2 098a55e7 f35f7f3f 3e032e62 691 1 -1 -2 2d413ccc d2bec334 00000000 676 1 541 542 0721fcf5 f856c0e6 3f236059 692 1 -1 -2 086454b8 fb6362be 3f479398 678 1 -1 543 0938e577 f9c9c24a 3f06d4a0 693 1 -1 544 08ca3dca fa34e2ea 3f20d308 694 1 -1 -2 08a6d481 f91422cc 3f089e88 695 1 547 548 097cecfe f1c49c83 3dac0477 696 1 584 585 00000000 00000000 40000000 697 1 549 550 038699ea f8867c43 3f76d276 698 1 582 583 112a0d32 03c48c43 3d8a484c 690 1 551 552 03cb400a 13eb1038 3cb400ac 699 1 -1 -2 0389b0ed fab1769c 3fae70b3 700 1 553 554 0b653247 f9d3da1a 3eac9487 701 1 558 559 38336b2a 04a7db6f 1e431252 702 2 -1 -2 0b72dbe8 00000000 3ef7b97f 704 1 -1 555 393e4b8b 00000000 1c9f25c5 705 1 -1 556 09346f40 09aa419d 3e97c14e 706 1 -1 557 33bb078f f89c237e 24f34e8b 707 1 -1 -2 094fc606 00000000 3f51a8fa 708 1 560 561 39229ed9 fdc9cee9 1cc07e2e 709 1 569 570 05e7a9d0 09b0ada5 3efc68b3 710 1 562 -2 00000000 09bb4e0e 3f417b5d 711 2 565 566 33abba7f 07ff2601 24e860a4 713 1 563 -2 3856406c fe9cfda1 1e55d3eb 714 1 564 -2 00000000 0c161360 3ed93191 715 1 -1 -2 00000000 fd7129e6 3ff2e893 716 1 -1 567 33bb078f f89c237e 24f34e8b 707 1 -1 568 03fe017e 00000000 3fe017ec 717 1 -1 -2 393e4b8b 00000000 1c9f25c5 705 1 -1 -2 05f4d424 fb1cdbc8 3f88d6de 718 1 -1 571 03fe017e 00000000 3fe017ec 717 1 -1 572 3827dd09 ffa02932 1eb2ce2a 719 1 -1 -2 05f4d424 fb1cdbc8 3f88d6de 718 1 -1 573 01c98b75 f2986a10 3e8e110b 720 1 -1 574 01ffc00b 00000000 3ff8017f 721 1 -1 575 03b903f7 f7399b3a 3f494368 722 1 576 577 32dae60b 076a96e1 26242c88 723 1 -1 578 01f2eb1c f1c20ece 3e5d638d 724 1 579 580 05c54ba7 05c54ba7 3f7a4035 725 1 -1 -2 330c97b1 fb176792 264971c5 726 1 581 -2 01f2eb1c f1c20ece 3e5d638d 724 1 -1 -2 03c21a02 00000000 3fe3ba32 727 1 -1 -2 05c7010e fb1c88f4 3f8d0b9f 728 1 -1 -2 086454b8 fb6362be 3f479398 678 1 -1 -2 098a55e7 f35f7f3f 3e032e62 691 1 586 587 01d3ec5f 00000000 3ff95116 729 2 588 589 01a3517f 038c85ea 3fe16a7c 731 1 -1 -2 01c98b75 f2986a10 3e8e110b 720 1 -1 -2 01d346f0 fca339f4 3fe2b2ec 732 1 -1 -2 03471a3d 00000000 3fea7fa9 733 1 590 -2 01a3f6eb 00000000 3ffa9de1 734 1 -1 -2 00000000 035d1fb9 3fe95ac1 735 1 592 593 2a24f082 cfd5c890 00000000 736 2 594 595 08ca3dca fa34e2ea 3f20d308 694 1 597 598 d2bec334 d2bec334 00000000 738 2 -1 -2 07ef48a2 f99bb028 3f2f0980 740 1 -1 596 07b43a72 fa369906 3f454275 675 1 -1 -2 0938e577 f9c9c24a 3f06d4a0 693 1 599 600 07b43a72 fa369906 3f454275 675 1 605 606 2d413ccc d2bec334 00000000 676 2 601 602 00000000 00000000 40000000 741 2 -1 -2 2f92219c 2ad05173 00000000 743 2 -1 -2 2d413ccc d2bec334 00000000 676 2 603 604 2f92219c 2ad05173 00000000 745 2 -1 -2 2d413ccc d2bec334 00000000 676 1 -1 -2 2d413ccc d2bec334 00000000 676 1 607 -2 1c9f25c5 c6c1b475 00000000 747 2 -1 617 00000000 00000000 40000000 749 2 -1 608 00000000 00000000 40000000 751 2 609 610 31888432 2886f7cb 00000000 753 2 611 612 08ca3dca fa34e2ea 3f20d308 694 1 613 614 07b43a72 fa369906 3f454275 675 1 -1 -2 07ef48a2 f99bb028 3f2f0980 740 1 -1 -2 07b43a72 fa369906 3f454275 675 1 -1 -2 2a24f082 cfd5c890 00000000 755 2 615 616 08ca3dca fa34e2ea 3f20d308 694 1 -1 -2 2a24f082 cfd5c890 00000000 755 1 -1 -2 2a24f082 cfd5c890 00000000 757 2 -1 -2 31888432 2886f7cb 00000000 753 2 620 -2 00000000 00000000 c0000000 398 1 637 -2 f69ef25e 00000000 3f4f1c09 759 2 621 -2 40000000 00000000 00000000 761 8 622 623 00000000 0d2f4695 3ea08f47 769 2 624 625 00597fe7 fe5e55c9 3ffa6e55 771 1 633 634 00000000 f2d0b96b 3ea08f47 772 3 626 -2 00000000 00000000 40000000 775 3 -1 -2 0234a142 00000000 3ff64494 778 1 627 -2 2886f7cb ce777bce 00000000 779 2 628 629 0229de7a fd5650a5 3fe87097 781 1 630 -2 3d6c5671 ee05c13d 00000000 782 2 -1 -2 0287684c ff4706c6 3ff228b1 784 1 631 -2 01ce33b1 09fa4618 3f311143 785 1 632 -2 026ee989 fdba9d81 3fe9d411 786 1 -1 -2 01d3e169 ff225f55 3ff7d17c 787 1 -1 -2 fe612bd9 f6058744 3f3251ff 788 1 -1 635 00000000 00000000 40000000 789 4 -1 636 00000000 fc732de0 3fe6c640 793 4 -1 -2 0052634a 0c8d204a 3ec1a173 797 1 638 639 f69fb7fe fe609114 3f49e610 798 1 640 -2 086454b8 fb6362be 3f479398 678 1 681 -2 00000000 c0000000 00000000 799 1 641 642 00000000 00000000 c0000000 398 1 643 -2 00000000 c0000000 00000000 800 2 -1 680 01baa630 3ffa04f3 00000000 802 2 644 -2 1c9f25c5 c6c1b475 00000000 747 2 645 646 0a40cadc c0d3b7c2 ffc7598d 804 1 647 -2 01baa630 c005fb0d 00000000 805 1 -1 -2 09a0d778 c0ba780f 00000000 806 1 648 -2 01e1ac88 c00715d1 fff59aab 807 1 649 650 ffde09bd fb176843 3fcfb4a1 808 1 651 652 e49a3bbc 39d6d73b 00000000 809 2 676 677 052ba1c7 fe526671 3fc4cb42 811 1 653 654 0751c5b9 f9d296dc 3f477e34 812 1 665 666 ce063ed5 27fb00ef 00000000 813 2 -1 -2 0461af2b fb1a5a58 3fa9698f 815 1 655 656 096e6090 fc3a3fc7 3f3053c7 816 1 -1 -2 067bd637 fe533576 3fa6107f 817 1 657 658 08ca3dca fa34e2ea 3f20d308 694 1 659 660 04c83f81 faaceb70 3f993cb9 818 1 663 664 0938e577 f9c9c24a 3f06d4a0 693 1 -1 -2 07ef48a2 f99bb028 3f2f0980 740 1 661 -2 07c3c9c2 f9878289 3f3262fc 819 1 662 -2 03858ee1 f890b5eb 3f7814c0 820 1 -1 -2 06006ae8 f8367767 3f3d863f 821 1 -1 -2 07c3c9c2 f9878289 3f3262fc 819 1 -1 -2 08a6d481 f91422cc 3f089e88 695 1 667 668 0938e577 f9c9c24a 3f06d4a0 693 1 670 671 f2d0b96b 3ea08f47 00000000 822 2 -1 -2 07c3c9c2 f9878289 3f3262fc 819 1 -1 669 08a6d481 f91422cc 3f089e88 695 1 -1 -2 0721fcf5 f856c0e6 3f236059 692 1 -1 -2 0461af2b fb1a5a58 3fa9698f 815 1 672 673 01baa630 3ffa04f3 00000000 802 2 -1 -2 00000000 40000000 00000000 824 2 674 675 ced5766b 28f8c7fc 00000000 826 2 -1 -2 07c3c9c2 f9878289 3f3262fc 819 1 -1 -2 c1215d6c 0bf9a510 00000000 828 2 678 -2 096e6090 fc3a3fc7 3f3053c7 816 1 -1 -2 0536e4bb fe5d6e85 3fc429df 830 1 679 -2 052c1652 00000000 3fca68a2 831 1 -1 -2 067bd637 fe533576 3fa6107f 817 1 -1 -2 f2d0b96b 3ea08f47 00000000 823 1 -1 -2 f8eeb09c 00000000 3f9bca86 832 1 684 685 00000000 40000000 00000000 833 23 737 738 c0000000 00000000 00000000 856 6 686 687 100fc396 00000000 3df3a943 862 4 -1 -2 00000000 00000000 c0000000 398 1 688 -2 00000000 00000000 c0000000 398 1 731 -2 00000000 c0000000 00000000 866 7 689 690 00000000 c0000000 00000000 873 22 691 692 10d6ea63 00000000 3dbeb0c1 895 4 727 -2 ef29159d c2414f3f 00000000 899 2 693 -2 ef29159d c2414f3f 00000000 901 2 723 724 ee147ae2 00000000 3d70a3d7 903 4 694 -2 c1d29c5c f0d5b5bf 00000000 907 2 695 696 00000000 00000000 40000000 909 2 -1 -2 d384c20b d1fc182e 00000000 911 2 697 698 fff44d02 019978d2 3ffae0d3 913 1 699 700 d384c20b d1fc182e 00000000 911 2 720 721 f6f2f3d8 00000000 3f5b551e 914 1 701 702 3284bf29 d8b5326e 00000000 915 2 -1 719 3284bf29 d8b5326e 00000000 917 2 703 704 00000000 00000000 40000000 919 1 706 707 cb613401 246defb0 00000000 920 2 -1 -2 fc94196e 0247ef0c 3fde2562 922 1 -1 705 f8bca181 fdecc06e 3f8d7add 923 1 -1 -2 ff2b2779 01589b86 3ffafe1a 924 1 -1 708 f7601bdb ffd4b541 3f6a7e7c 925 1 713 714 ff2b2779 01589b86 3ffafe1a 924 1 -1 709 f952c309 01ce7fee 3fa008bb 926 1 -1 710 f76554d4 0195c137 3f6630a8 927 1 -1 711 f8db6cf4 020fb59a 3f9115c0 928 1 -1 712 ff2b2779 01589b86 3ffafe1a 924 1 -1 -2 f6f2f3d8 00000000 3f5b551e 914 1 -1 -2 ddd30f10 c9e38284 00000000 929 2 715 -2 ddd30f10 c9e38284 00000000 931 2 -1 716 f7601bdb ffd4b541 3f6a7e7c 925 1 -1 717 f8bca181 fdecc06e 3f8d7add 923 1 -1 718 00000000 00000000 40000000 919 1 -1 -2 f952c309 01ce7fee 3fa008bb 926 1 -1 -2 cb613401 246defb0 00000000 920 2 -1 -2 fe2c13a1 00000000 3ff95116 933 3 -1 722 f8bca181 fdecc06e 3f8d7add 923 1 -1 -2 f7601bdb ffd4b541 3f6a7e7c 925 1 725 -2 09bb4e0e 00000000 3f417b5d 936 4 -1 726 09bb4e0e 00000000 3f417b5d 940 4 -1 -2 f5e37bd0 00000000 3f323a31 944 4 -1 -2 f6f2f3d8 00000000 3f5b551e 948 4 728 729 f76554d4 0195c137 3f6630a8 927 1 730 -2 01d3ec5f c006aeea 00000000 952 2 -1 -2 f8db6cf4 020fb59a 3f9115c0 928 1 -1 -2 fff44d02 019978d2 3ffae0d3 913 1 732 733 efd851d4 00000000 3ded70fe 954 4 734 735 f69fb7fe fe609114 3f49e610 798 1 -1 736 09bb4e0e 00000000 3f417b5d 958 4 -1 -2 f69ef25e 00000000 3f4f1c09 759 2 -1 -2 f8eeb09c 00000000 3f9bca86 832 1 -1 -2 f78aa12f 00000000 3f704726 962 4 739 740 00000000 40000000 00000000 966 16 801 802 00000000 40000000 00000000 982 6 741 742 10d6ea63 00000000 3dbeb0c1 988 1 787 788 00000000 00000000 40000000 989 15 743 744 00000000 c0000000 00000000 1004 16 782 -2 00000000 c0000000 00000000 1020 4 745 746 10d6ea63 00000000 3dbeb0c1 1024 1 -1 -2 00000000 00000000 c0000000 398 1 747 -2 00000000 00000000 c0000000 398 1 774 775 ef29159d 00000000 3dbeb0c1 1025 1 748 -2 c16baf6d f297134f 00000000 1026 2 749 -2 ee6af814 c2766443 00000000 1028 2 750 751 0c073865 fe346a36 3ed57aaa 1030 1 752 -2 eadb89e5 c397d31f 00000000 1031 2 769 770 faafef1e fe2db112 3fc0ca9b 1033 1 753 -2 cd293dc4 d91f8996 00000000 1034 2 754 -2 cfd5c890 d5db0f7e 00000000 1036 2 755 756 f81bcbad 09c53498 3ec16f5b 1038 1 -1 757 08cdb605 f7fb8360 3ee1ef97 1039 1 764 765 f79526c6 0be47704 3e51c973 1040 1 758 -2 08549c59 fd745e73 3f67898f 1041 1 759 760 f50ce238 056294f1 3ed37456 1042 1 -1 761 02d46daa fa29ddd0 3faba387 1043 1 763 -2 04010349 fb0aefbe 3fae95cc 1044 1 -1 762 f47bf52b 0384ca6b 3edb65cc 1045 1 -1 -2 f4a72bfe 0384166d 3ee34b4c 1046 1 -1 -2 02d46daa fa29ddd0 3faba387 1043 1 766 -2 08cdb605 f7fb8360 3ee1ef97 1039 1 -1 767 019dd0f3 f516bd94 3f0ad51d 1047 1 -1 -2 f9531b55 0aae3aab 3ebf98b0 1048 1 -1 768 00000000 f644b1f2 3f417b5d 1049 1 -1 -2 007e4b90 f6613e80 3f455b1e 1050 1 -1 -2 00000000 00000000 40000000 1051 1 771 772 0c151866 fe639659 3ed4187c 1052 1 -1 -2 08549c59 fd745e73 3f67898f 1041 1 773 -2 f57b591d fe61bef1 3f1be955 1053 1 -1 -2 faaf6203 00000000 3fc767dc 1054 1 -1 776 0f85b424 00000000 3e16d091 1055 4 777 778 ef2934cc ff84d5a0 3dbe3e6a 1059 1 -1 -2 f07a4bdc 00000000 3e16d091 1060 4 -1 -2 f07a4bdc 00000000 3e16d091 1064 1 779 780 0f85a078 ff9a1cb5 3e1681e3 1065 1 781 -2 10d6cb34 007b2a60 3dbe3e6a 1066 1 -1 -2 f07a5f88 0065e34b 3e1681e3 1067 1 -1 -2 0f85b424 00000000 3e16d091 1068 1 783 -2 00000000 00000000 40000000 1069 4 -1 784 f07a5f88 0065e34b 3e1681e3 1073 2 785 786 0f85b424 00000000 3e16d091 1075 2 -1 -2 0f85a078 ff9a1cb5 3e1681e3 1077 1 -1 -2 f07a4bdc 00000000 3e16d091 1078 2 789 790 fc48dbb7 feb2441d 3fe0f697 1080 1 800 -2 fd0040cd 097bbd7a 3f38ef2e 1081 1 791 -2 00000000 00000000 c0000000 397 2 797 798 00000000 f94cd831 3fa5fa32 1082 1 792 793 40000000 00000000 00000000 1083 2 794 -2 1dceca20 38a2800a 00000000 1085 2 796 -2 3feb8eee 03322d8b 00000000 1087 2 795 -2 3e16d091 0f85b424 00000000 1089 2 -1 -2 35777935 232ceab0 00000000 1091 2 -1 -2 40000000 00000000 00000000 1093 2 -1 -2 fd5349d2 014e0174 3fee4740 1095 1 -1 799 fd0040cd 097bbd7a 3f38ef2e 1081 1 -1 -2 fcb8e5c3 00000000 3fea7fa9 1096 1 -1 -2 01a3f6eb 00000000 3ffa9de1 1097 1 803 -2 00000000 00000000 c0000000 397 2 830 831 40000000 00000000 00000000 1098 2 804 805 00000000 c0000000 00000000 1100 6 806 807 fad4f6c3 fd734d5d 3fbd71f7 1106 2 813 -2 40000000 00000000 00000000 1108 4 808 809 00000000 03d54679 3fe29693 1112 1 811 -2 fe39107b 00000000 3ff9aec3 1113 2 810 -2 40000000 00000000 00000000 1115 2 -1 -2 0372bf6b 03d3d998 3fcad53f 1117 1 -1 -2 01d26f30 051a0422 3fc533af 1118 1 812 -2 fb176792 00000000 3fcfbd9d 1119 2 -1 -2 fe4559d0 00000000 3ffa04f3 1121 1 814 -2 c1d29c5c f0d5b5bf 00000000 907 2 815 816 c003469c 01479d4e 00000000 1122 2 817 818 f9209005 02ae2e3b 3f92cbd5 1124 1 829 -2 c0000000 00000000 00000000 1125 2 819 820 03a6b42a 00000000 3fe550e1 1127 1 827 828 f91f50de fed266be 3f9e5403 1128 1 821 822 fc94196e 0247ef0c 3fde2562 922 1 823 824 f8c944c8 07baa405 3f1ee62b 1129 1 -1 -2 00000000 00000000 40000000 919 1 -1 -2 fca2e047 00000000 3fe95ac1 1130 1 -1 825 00000000 00000000 40000000 919 1 826 -2 03a544f2 fc74a7a3 3fcc3696 1131 1 -1 -2 f8bca181 fdecc06e 3f8d7add 923 1 -1 -2 00000000 fed0a505 3ffd30ff 1132 1 -1 -2 00000000 fed0a505 3ffd30ff 1133 1 -1 -2 fad4d06a fda394ee 3fbf4aed 1134 1 -1 -2 fad4d06a fda394ee 3fbf4aed 1135 1 832 -2 00000000 00000000 c0000000 147 1 862 -2 00000000 00000000 c0000000 397 2 833 834 c0000000 00000000 00000000 1136 6 835 836 f508bf07 3f0db59a 00000000 1142 2 -1 861 00000000 00000000 40000000 1144 2 837 838 01d393f1 fd8a9176 3fed3a04 1146 1 849 850 01d3d63f fec51c1b 3ff64aad 1147 1 839 840 00000000 fb176792 3fcfbd9d 1148 1 845 846 fc594bd6 00000000 3fe550e1 1149 1 841 842 fc59fc0d 0274aa0b 3fd94520 1150 1 -1 844 fc8e4442 04e6c640 3fb81142 1151 1 -1 -2 01d3d63f fec51c1b 3ff64aad 1147 1 843 -2 00000000 0275b032 3ff3e524 1152 1 -1 -2 fe4615cb 03af517c 3fded9c5 1153 1 -1 -2 fc8c5223 fd8b3a72 3fdc1083 1154 1 847 -2 01d325ae fc50b8d7 3fde26cc 1155 1 848 -2 037454a3 00000000 3fe81dd9 1156 1 -1 -2 fc5977ed 013a817c 3fe24d4d 1157 1 -1 -2 fc8e4442 04e6c640 3fb81142 1151 1 851 852 00000000 0275b032 3ff3e524 1152 1 -1 -2 c0770cbb 07b38256 00000000 1158 2 853 854 fe4615cb 03af517c 3fded9c5 1153 1 859 -2 c0770cbb 07b38256 00000000 1160 2 855 856 c0770cbb 07b38256 00000000 1158 2 -1 -2 c0770cbb 07b38256 00000000 1158 2 -1 -2 00000000 40000000 00000000 1162 4 857 858 00000000 00000000 40000000 1144 2 -1 -2 00000000 40000000 00000000 1162 2 -1 -2 00000000 40000000 00000000 1162 2 860 -2 fc59fc0d 0274aa0b 3fd94520 1150 1 -1 -2 00000000 40000000 00000000 1164 1 -1 -2 f508bf07 3f0db59a 00000000 1142 2 863 -2 00000000 c0000000 00000000 1166 4 864 -2 09fb4a72 3f378228 00000000 1170 2 865 866 03a68813 fec57e84 3fe24d4d 1172 1 -1 -2 00000000 40000000 00000000 1173 2 867 -2 fe2c29c1 013ae3e5 3ff64aad 1175 1 868 869 01948d86 feb1cde0 3ff79847 1176 1 -1 870 fd0691c4 02750205 3fe23489 1177 1 871 872 01af0238 00000000 3ffa546e 1178 1 -1 -2 fe2c6c0f 02756e8a 3fed3a04 1179 1 -1 -2 00000000 00000000 40000000 1180 1 -1 -2 00000000 014e4c38 3ffc96d2 1181 1 0000a038 end I also had a look in the CHCKPT00.BVB files. They contain checkpoints of the track (I will upload an image tomorrow). The test track has no checkpoints ;-). Quisoves Potoo 1 Link to comment Share on other sites More sharing options...
Sluicer Posted November 22, 2014 Share Posted November 22, 2014 I will upload an image tomorrow Here are images of the RACE0R1: 1. IGCOLLID.BVB black is road blue is wood green is stone turqouise is walls red is goe_thru pink is shootme 2. CHCKPT00.BVB The scale is not the same and the colors in the second image are random. Fluffy Cupcake and Quisoves Potoo 2 Link to comment Share on other sites More sharing options...
KevinVG207 Posted November 22, 2014 Share Posted November 22, 2014 Looks great! I hope we can figure out how to customize these files. Link to comment Share on other sites More sharing options...
Recommended Posts