Targetware: 3D Dev Guide


External Ordnance and Droptanks

There is a good chance you will not have to create ordnance (bombs, rockets, etc) for your airplane. We are using a system of shared ordnance with Target Rabaul. All you need to do to place ordnance is to link to it via the .ACM file for your plane (and Wells or Yak might do this for you anyway). The only time you'll have to actually model a bomb is if we haven't already modeled the type you need. If it turns out you do need to model the ordnance, contact Yak before you start, because there are some special requirements for ordnance modeling.

DROPTANKS: If your plane uses drop tanks, you probably will have to model those. Check first, but the chances are slim that the same exact kind of drop tank has already been modeled. For drop tanks, it's best to save room on your external texture sheet for the drop tank. Save the drop tank geometry in the same directory as your airplane.

Illustration 2.32_1: Shared Ordnance Texture

Weapon and Ordnance Naming Conventions

You may need to create a new weapon (machine gun, cannon) for your airplane, or a new type of bomb or torpedo. Before doing so, remember that your plane doesn't exist in a vacuum, it must fit in with the rest of the Target Rabaul world. We have a few file naming rules that will help your new weapon seemlessly integrate into the rest of the simulation:

File names for machine guns and cannons use the following pattern:

  servicebranch_caliber_model(_subclass).acm

  servicebranch: ijn, ija, us, uk, ussr, etc.
  caliber: 20mm, 12_7mm, 50cal, etc.
  model/make: 99_2 (for Type 99 Model 2), ho3, hispano_m2, browning, etc.
  subclass (if required): 3 (for Mark 3), etc.

Examples:

  ijn_20mm_99_2_3.acm IJN Type 99 20mm cannon, Model 2, Mark 3
  ija_20mm_ho3.acm IJA Ho-3 20mm cannon
  us_20mm_hispano_m2.acm US Hispano Mark 2 20mm cannon

File names for bombs, torpedoes, and other ordnance use the following pattern:

  servicebranch_class_size/capacity_type/model.acm

Examples:

  ijn_bomb_800kg_t99mk5.acm IJN Type 99 Mk 5 800kg bomb
  ijn_droptank_300l_zero.acm IJN 300 liter droptank for Zero
  ijn_torp_t91m3.acm IJN Type 91 Model 3 Airborne Torpedo
  us_bomb_500lb_gp.acm US 500 lb General Purpose bomb
  us_droptank_170gal.acm US 170 gallon drop tank
  us_rocket_5in_hvar.acm US 5 inch HVAR rocket

If you have any questions, ask Yak. Naming your files correctly at the start saves Yak from having to re-name every reference to them later on.