by Charl » Mon Sep 18, 2006 8:18 pm
Here's the lowdown from the horse's mouth about how to do the banners on HTAI Cessna's:
There are only two aircraft that have banners: the 152 and the 172. Each has a specific model that has the conditional banner. You cannot add a physical banner to any other aircraft.
As for custom banners, you will notice a texture called "banner.bmp"Â in the texture folders of those specific aircraft. All you need to do is create a new texture called "banner.bmp"Â and overwrite the texture in the folder you wish. I don't recall the specific dimensions of the banner.bmp, but you can use the originals as a guide. The banner.bmp texture will also need to have an alpha channel so that the banner is transparent and the text is opaque.
First, I would double check to make sure that you have the correct model version listed for the aircraft you're using (model=banner_tow).
[fltsim.XX]
title=HTAI Cessna 172 Skyhawk Banner Tow 01
sim=HTAI Cessna 172 Skyhawk
model=banner_tow
panel=
sound=
texture=01
atc_heavy=0
atc_id_enable=1
atc_id_color=0x00ffffff
atc_id=
atc_airline=
atc_flight_number=
ui_manufacturer=HTAI
ui_type="Cessna 172 Skyhawk"
ui_variation="Banner Tow 01"
atc_parking_codes=
atc_parking_types=RAMP
description=HTAI Cessna 172 Skyhawk by Henry Tomkiewicz.
If that checks out I would make sure that your aircraft.cfg is setup for retractable gear. Even thought the Skyhawks obviously have fixed gear, the banner "condition" is setup to show the banner when the center gear is up and disappear when the gear is down. You can check this behavior in your flyable version by taking off and cycling the gear. In the example below for contact point.0 (center gear), the "¦1,1,"¦ toward the end of the line are the gear retraction and extension times (1 second each in this case). If those values are set to 0 (fixed gear) then the banner will never show up in an AI aircraft.
[contact_points]
static_pitch = -1
static_cg_height = 3.7
tailwheel_lock = 0
gear_system_type = 0
max_number_of_points = 3
point.0 = 1, 4.15, 0, -3.75, 10000, 0, 0.4, 90, 0.25, 2, 0.7, 1, 1, 0, 0, 0
point.1 = 1, -1.45, -4.2, -3.87, 10000, 1, 0.5, 0, 0.3, 2, 0.7, 1, 1, 0, 0, 0
point.2 = 1, -1.45, 4.2, -3.87, 10000, 2, 0.5, 0, 0.3, 2, 0.7, 1, 1, 0, 0, 0
Hope that helps,
Henry Tomkiewicz