• Categories
  • Recent
  • Tags
  • Popular
  • Users
Collapse
Just Flight Community Forum

Missing Ground Services

Scheduled Pinned Locked Moved PA-28R Arrow III
7 Posts 5 Posters 850 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • RetiredMan93231R Offline
    RetiredMan93231R Offline
    RetiredMan93231
    wrote on last edited by
    #1

    You may have noticed that when you land at your destination airport there is currently no Marshaller available to guide you into your parking spot. And, you may have also noticed that you can't request a Fuel Truck from Ground Services... This is because no Ground Services are currently configured for this aircraft.

    To configure these Ground Services just add the following [SERVICES] section to the aircraft.cfg file, after the [PILOT] section...

    [SERVICES]
    FUELTRUCK =1
    BAGGAGE_LOADER =0
    CATERING_TRUCK =0
    BOARDING_RAMP =0
    GROUND_POWER_UNIT =0
    PUSHBACK =0
    SMALL_PUSHBACK =0
    MARSHALLER =1
    JETWAY =0

    If you also want the small pushback tug to be available, change the SMALL_PUSHBACK parameter from 0 to 1, although I prefer to just do manual pushbacks using [CTRL] + [P].

    1 Reply Last reply
    1
  • C Offline
    C Offline
    Cristi Neagu
    wrote on last edited by
    #2

    I am really hoping they're adding all of the config changes you're suggesting to the upcoming update...

    DerekD 1 Reply Last reply
    0
  • DerekD Offline
    DerekD Offline
    Derek JF Staff
    replied to Cristi Neagu on last edited by
    #3

    @Cristi-Neagu said in Missing Ground Services:

    I am really hoping they're adding all of the config changes you're suggesting to the upcoming update...

    Just to be clear, we can only fix issues that are unique to our aircraft and are not as a result of limitations of the host simulation or compromises made to get around issues with the host simulation. If you see something that you think doesn't work as it should, raise a support ticket with JF and we will look into it. We are always open to suggestions (via support tickets) on how to improve the software, but please bear in mind that some changes suggested may also impact adversely in other areas of the aircraft's performance.

    1 Reply Last reply
    1
  • MartynM Offline
    MartynM Offline
    Martyn JF Staff
    wrote on last edited by
    #4

    Regarding the ground services, those changes will be included in the next update.

    Martyn - Development Manager

    1 Reply Last reply
    1
  • RetiredMan93231R Offline
    RetiredMan93231R Offline
    RetiredMan93231
    wrote on last edited by RetiredMan93231
    #5

    The following additional changes must be made to the aircraft.cfg file for the Marshaller to appear... He will not appear when the parking type is set to "ANY", so it must be changed to "RAMP".

    [FLTSIM.0]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.1]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.2]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.3]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.4]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.5]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.6]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.7]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.8]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.9]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.10]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    [FLTSIM.11]
    ;atc_parking_types = "ANY" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"
    atc_parking_types = "RAMP" ; "ANY" / "RAMP" / "CARGO" / "MIL_CARGO" / "MIL_COMBAT" / "GATE" / "DOCK"

    S 1 Reply Last reply
    0
  • S Offline
    S Offline
    Sender46
    replied to RetiredMan93231 on last edited by
    #6

    @RetiredMan93231 Interesting. I'm assuming by Marshaller you mean the man with the wands. I have not made those changes and he does appear for me. For instance, when I land at EGKA Shoreham in the Piper Arrow and request taxi to parking I am directed to H3 and the man with the wands is there directing me in (with his mate on the phone there as well). I'm using Brighton City Airport Shoreham v1.3 by mkvy on Flightsim.to.

    RetiredMan93231R 1 Reply Last reply
    0
  • RetiredMan93231R Offline
    RetiredMan93231R Offline
    RetiredMan93231
    replied to Sender46 on last edited by RetiredMan93231
    #7

    @Sender46 , Yes... the Marshaller is the guy with the two flashlights. It's interesting that he appears with that add-on airport, because he doesn't appear at any of the default airports unless these configuration changes are made to the aircraft. The MSFS default GA aircraft all have these configuration settings. I also have my WORKER DENSITY set very low, to get rid of the guys that are just standing around, on the phone, and getting in the way... This might also affect when the Marshaller will appear or not.

    1 Reply Last reply
    0

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Users