Author Topic: Adding a new handler as an option  (Read 2124 times)

luke11brown

  • Newbie
  • *
  • Posts: 2
Adding a new handler as an option
« on: November 09, 2019, 09:01:38 am »
Hi,

I would like to add a couple of custom handlers as options for certain airports.

I have seen the option for overriding all handlers with a single custom one for a certain parking spot, however, all I want to do is add some handlers to the list of available ones, so that I may get it as an option, not that same custom one always.

For example, I’ve used the override arc parking codes to present realistic handlers, e.g. Menzies,_SWP,_WFS

BUT I would like to add the option of a few for, namely Stobart Aviation Services and Signature.

I’ve been unable to find a way to achieve this in the docs.

Rgds,
Luke

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: Adding a new handler as an option
« Reply #1 on: November 10, 2019, 03:21:36 pm »
Read the comments in the rules_handling.cfg file or the rules_catering.cfg files in the %APPDATA%\Virtuali\GSX texture folder.

luke11brown

  • Newbie
  • *
  • Posts: 2
Re: Adding a new handler as an option
« Reply #2 on: November 16, 2019, 02:57:05 pm »
Thanks Umberto,

Have added the following to the file you mentioned:

Code: [Select]
[Stobart Aviation Services]
couatl.atc_parking_codes = STK
couatl.icaoprefixes = EGPH EGPF EGMC EGSS
couatl.basecolor = blue

[Signature Aviation]
couatl.atc_parking_codes = _SIG
couatl.icaoprefixes = EGPH
couatl.basecolor = cool_grey

With the following folders in %appdata%\Roaming\Virtuali\GSX\texture\handling containing the dds files as required

https://prnt.sc/pxsont

Unfortunately, they still don't show as an option.

For info, I'm trying to call them with airlinecodes = Menzies,_SWP,_WFS,STK,_SIG

With the first three, it works as expected, with the custom ones, not so.

« Last Edit: November 16, 2019, 03:13:32 pm by luke11brown »