June 12, 200223 yr I'm getting the path error when I try to export a building. I've exported the smae building with no modification before, but now it just won't work. Here is the erro log:Running modelStart! (C:WINDOWSDesktoptermc)Loading X C:WINDOWSDesktoptermc...Processing...Model units are 2.00 units/meterSorting by Material...Optimize Parts...Welding...Generate BGL...Done!WARNING: radius is too big for crash dataGenerate crash tree 1 (6128 bytes) Assembling: C:WINDOWSDesktoptermc.azmC:WINDOWSDesktoptermc.asm(30) : error A2071: initializer magnitude too large for specified size SCALE_AGL(6): Macro Called From C:WINDOWSDesktoptermc.asm(30): Include FileError!If anyone knows what is going on I would appreciate the help. Thanks
June 12, 200223 yr Commercial Member If it worked before, just try again. Or do a small change (edit a texture but don't change it really). After that it works for me most of the time.Also make sure you have no objects that are empty in the scene, the exporter doesn't like that :).ArnoMember NL2000 Teamhttp://home.wanadoo.nl/arno.gerretsen Arno If the world should blow itself up, the last audible voice would be that of an expert saying it can't be done. FSDeveloper.com | Former Microsoft FS MVP | Blog
June 12, 200223 yr Arno,By empty do you mean no texture? I exported it before with a lot of missing textures and it worked fine. I'm just trying to get placement and size figured out. I cannot get this building to export at all! I can go and change/edit/tweak any and everything and the same damn error message pops up (see above)! I cannot fathom why this would work once and then all of a sudden, with no changes made to the building, start this error crap. I do not want to start over. I will destroy my computer before that happens. If you know of anything to do, let me know.Thanks
June 26, 200223 yr Hi.Check the "keep files" in makemdl.Open with notepad your termc.asmGo to line 30. It should look like this :SCALE_AGL OBJECT_0_RETURN, 10000, 3, 131072, 00040A32Ah, 08444h, 00E94F918h, 0F48Ch, 0, 0The second parameter (10000 above) is the size. My guess is that the number you have is more than 65535. This is wrong. If this is the case, you most probably have wrong size per design unit, or your design is MASSIVE.Go to gmax Customize->Preferences->General and check that you have 1 unit= 1 meter.George
Create an account or sign in to comment