• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Increasing the number of cargo aircraft.

Messages
855
Country
indonesia
How do I (you) increase the number of cargo aircraft assigned to your airport? My scalar is set at 1.0 and I have 12 x 50m cargo ramps. Vehicular traffic is dense enough, there are fuel trucks at half the empty parking spots! However, there is only ever one aircraft there.
I remember reading somewhere that the aircraft.cfg file needs modifying. Which one and how? I have 54 when I search :eek:
 
Surely this relates to AI flight plans?
 
Yes, of course, using TrafficDatabaseBuilder. My gates and GA ramps (42 in total) are 80% filled. This is FSX generated traffic plus my customAircraftSchedules (which accounts for six slots at 0600hrs decreasing to zero at 0800hrs then back to six at 1000hrs). I've converted all my Dash-8s to cargo only (fs10.AircraftTypes) by increasing the required ramp size to 40m so that even a gate_heavy won't handle it. I could of course, add some cargo flights manually, but I don't see why TDBB can't do it. My last airport had just four cargo ramps and occupancy was 100%.
 
Aarrgggh! The obviousity is glaring.
Open fs10.AircraftTypes.csv for editing.
Copy "B744-8a,Boeing 747-400 Paint8,505,280,400,1000,5394,11000,HARD,40,CARGO,100,yes,no"

Spawn thusly;
B744-8b,Boe...
B744-8c,Bo...
.
.
Same for any other aircraft that you want to modify. However if they are not already 'CARGO' then then the respective aircraft.cfg file requires the line;
atc_parking_types=GATE,RAMP
changing to
atc_parking_types=CARGO
and spawn liberally, or at least until TDBB spits out;
: error: Unable to find available parking at VVVI for blah blah aircraft that I have in my CustomAircraftSchedules.dat

Now we're getting traffic jams, just the way I like it.
 
Last edited:
Back
Top