I've run into a small problem with trying to update Croydon. As you may have seen on the older pictures I have posted for Platinum Wings, I managed to create a ground polygon with GPW a while back to recreate the "chalk line" that was at the airfield. It's basically a groundpoly with a texture applied using "liberal" amounts of alpha channel.
After getting my hands on some Ordinance Survey maps, I decided to update some things. After getting the geo-referenced map coordinates and shifting things in SBuilder9 and ADE9X, I then went to load the original bgl file into the GPW to update the coordinates for the markings bgl to then export again for use. Unfortunately I'm now getting the following errors:
I'm not sure what I might be doing wrong here, but I'm getting the same thing with various other files I've made in the past. I've even gone into GMAX and re-created the markings plane, textured it again, and then exported into mdl again. I even tried loading another Croydon-related bgl that works fine in-sim, but when I load it into the GPW in MCX I get the same "This is an empty object!" caution line followed by an error report in the SCASM file.
I figured it was probably an older MCX that I hadn't updated so I updated to the latest one available in the dev releases (16-June-2024??) to see if that could clear up the issue. I'm still getting the same error when importing files for GPW, regardless of whether they are bgl's with coordinates or raw mdl files.
I've checked the actual "sca" files, and the latest ones that are made have empty or blank sections at the lines reporting the errors. In the original file there is data for the vertices and something called a "DrawTriList" in the file. Here is the code there:
By comparison, here is the listing of code for an "sca" file I haven't touched from the earlier builds:
Again, not sure what I might be doing wrong.
Hopefully I was able to give a good amount of info to troubleshoot. Let me know if anything additional may be needed.
Regards,
Jorge
Miami, FL
After getting my hands on some Ordinance Survey maps, I decided to update some things. After getting the geo-referenced map coordinates and shifting things in SBuilder9 and ADE9X, I then went to load the original bgl file into the GPW to update the coordinates for the markings bgl to then export again for use. Unfortunately I'm now getting the following errors:
I'm not sure what I might be doing wrong here, but I'm getting the same thing with various other files I've made in the past. I've even gone into GMAX and re-created the markings plane, textured it again, and then exported into mdl again. I even tried loading another Croydon-related bgl that works fine in-sim, but when I load it into the GPW in MCX I get the same "This is an empty object!" caution line followed by an error report in the SCASM file.
I figured it was probably an older MCX that I hadn't updated so I updated to the latest one available in the dev releases (16-June-2024??) to see if that could clear up the issue. I'm still getting the same error when importing files for GPW, regardless of whether they are bgl's with coordinates or raw mdl files.
I've checked the actual "sca" files, and the latest ones that are made have empty or blank sections at the lines reporting the errors. In the original file there is data for the vertices and something called a "DrawTriList" in the file. Here is the code there:
Code:
TextureList( 0
5 00 128 128 128 0 1000.0 "croydonaerodromemarkings.bmp"
)
VertexList( 0
)
SetMaterial( 0 0 )
DrawTriList( 0
)
EndVersion
By comparison, here is the listing of code for an "sca" file I haven't touched from the earlier builds:
Code:
TextureList( 0
5 00 128 128 128 0 1000.0 "croydonaerodromemap.bmp"
)
VertexList( 0
866.547974 0.000000 -864.948120 0.000000 1.000000 0.000000 0.999500 0.000500
866.547974 0.000000 864.948120 0.000000 1.000000 0.000000 0.999500 0.999500
-866.547974 0.000000 -864.948120 0.000000 1.000000 0.000000 0.000500 0.000500
-866.547974 0.000000 864.948120 0.000000 1.000000 0.000000 0.000500 0.999500
)
SetMaterial( 0 0 )
DrawTriList( 0
0 1 2
3 2 1
)
EndVersion
Again, not sure what I might be doing wrong.
Hopefully I was able to give a good amount of info to troubleshoot. Let me know if anything additional may be needed.
Regards,
Jorge
Miami, FL