Hello Umberto
I'm trying to override some settings for the stock textures using the rules_handling.cfg files located in %APPDATA%\Virtuali\GSX\Texture.
Unfortunately I'm not having much success, as it seems the changes I'm making have zero effect.
The airport in question is Copenhagen, EKCH.
The file is as follows:
; This is a sample rules file for the Handling vehicles. You can use it
; to override any rules for the stock Handling operators, affecting the
; global presence of an operator without having to customize individual
; parking spots with the GSX editor.
;
; Add a section for each operator you want to override. See this sample
; section below:
;
; [AA]
; couatl.atc_parking_codes = AAL,AALX,LOF
; couatl.icaoprefixes = K KSEA KLAX KDFW
; couatl.basecolor = blue
;
; this rule overrides American Airlines rules, to assign to
; all of the US generically ( if not better choice is available )
; and add it with the maximum score at KSEA, KLAX and KDFW
;
;
; [AA]
; couatl.atc_parking_codes = AAL,AALX,LOF
; couatl.icaoprefixes = K KDFW KJFK KLAX KMIA KORD KBOS KSFO KDEN KMCO KDCA KTPA KPHX KPHL KMCI KMEM KCLT KSDF KPIT
; couatl.basecolor = blue
;
; this rule adds KPIT to the list of airports where American Airlines
; has a maximum score
[SK]
couatl.atc_parking_codes = SAS,SASX
couatl.icaoprefixes = EKCH ENGM ESSA
couatl.basecolor = full_red
[MENZ]
couatl.atc_parking_codes = Menzies
couatl.icaoprefixes = EKCH ESSA ENGM DB FA FAJS FACT FE FG DG OJ GO MD MX TN VM K LK LH LR LE ES EH LIRN Y NZ EG EGCC
couatl.basecolor =
[Aviator]
couatl.atc_parking_codes = Aviator
couatl.icaoprefixes = EN ES EK EKCH ENBR ENGM ENTO ENZV ENVA ESSA EFHK
couatl.basecolor =
[Novia]
couatl.atc_parking_codes = Novia
couatl.icaoprefixes =
couatl.basecolor = cyan
[NAX]
couatl.atc_parking_codes = NAX
couatl.icaoprefixes = EGKK
couatl.basecolor = blue
Despite this rule set I'm having the following issues:
1. SAS livery isn't using the "full_red" base colour.
2. Aviator still utilizes the "blue" base colour, despite specifying none to be used.
3. Novia & NAX still show up in the menu despite being removed from the airport.
4. Menzies does not show up at all.
What am I doing wrong?