CV-65 traffic file

Scenery design for Flight Simulator series from Team SDB

Moderators:fsafranek, DBushell, admin, mickeyd

Post Reply
CaptHunt
Posts:18
Joined:Wed Feb 21, 2018 2:40 am
CV-65 traffic file

Post by CaptHunt » Wed Feb 21, 2018 2:47 am

I was poking around in the CV-65 traffic .bgls with the boat traffic compiler and I noticed that the boats files call for a ship that is not being used called "VEH_cruiser01" I was looking at adding to the battlegroup anyway, so I was wondering what it would take to get this cruiser to work?

fsafranek
Posts:256
Joined:Tue Jan 10, 2012 12:37 am
Location:Sunny Southern California
Contact:

Re: CV-65 traffic file

Post by fsafranek » Wed Feb 21, 2018 7:25 am

"VEH_cruiser01" is a default ship included with FSX and P3D. You can find it under "\SimObjects \ Boats \ VEH_cruiser01".
It was used in early testing of the Enterprise package but dropped once we were given use of the "VEH_Robison".
Since it wasn't used in any of the compiled boat traffic files, being listed has no negative effect.

If you want to use it in an AI Carrier formation along with the "VEH_destroyer01" with the 90's Enterprise you could try something like this:

Code: Select all

[formation.0]
title=USS Enterprise + Carrier Croup
unit.0=VEH_CVN65_Enterprise_90s, 0, 0
unit.1=VEH_destroyer01, -2000, -1000
unit.2=VEH_destroyer01, 2000, -1000
unit.3=VEH_cruiser01, 200, -5000
unit.4=VEH_cruiser01, 900, 4000
unit.5=VEH_SH-3H_Seaking_90s, 200, 0

Post Reply