Products Support > GSX Support FSX/P3D

Airport Customization Order

<< < (2/2)

virtuali:

--- Quote from: Captain Kevin on September 27, 2024, 11:11:59 am ---Wondering if the above issue has been looked at, as it's been 11 weeks since I asked. This is happening with FlyTampa Boston if this helps.
--- End quote ---

There was nothing wrong with GSX, I wrote that sample code by memory, and it wasn't correct, the ordering number is an optional parameter of the CustomizedName function, so it goes like this:

None : ( CustomizedName(“Terminal 1|Gate #”, 2), ),

NOT like this, as I initially posted:

None : ( CustomizedName(“Terminal 1|Gate #”, ), 2 ),

I edited my previous post with the correct syntax, and I attached the complete fixed file, which show all gates ordered as you wanted.

Note that, you originally set different priorities to parking spots with the same group name, and this will cause "de-grouping", which is not what you probably wanted. Usually, you want to give all gates in the same group the same priority, so I changed the file this way. Of course, if you really wanted to have the spots separated, you can do it that way, by giving each spot a different priority.

I'm sorry for the confusion.

Captain Kevin:
It works now. Thanks. The reason I had it set the way I did before was I had tried it the other way, but it didn't work, so I wasn't sure if I had misunderstood how it was supposed to work. Obviously, this was before I knew the syntax was incorrect.

Navigation

[0] Message Index

[*] Previous page

Go to full version