OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Powerslide on 18 Sep 2002, 22:28:33

Title: LST config.cpp
Post by: Powerslide on 18 Sep 2002, 22:28:33
Does anyone have a copy of the LST config cpp? I would like to have a look at it for our carrier. www.operationnorthstar.com (http://www.operationnorthstar.com)
Title: Re:LST config.cpp
Post by: major asshole on 18 Sep 2002, 22:38:39
G'day

There's this from the game config

class CarrierW: BigShip
   {
      vehicleClass="Armored";
      scope=2;
      crew="SoldierWB";
      side=1;
      displayName="$STR_DN_LST";
      model="newport";
      picture="im113";
      accuracy=0.500000;
      maxSpeed=50;
      transportSoldier=50;
      class TransportMagazines
      {
      };
      transportAmmo=10000000;
      transportVehiclesCount=15;
      cost=200000000;
      armor=10000;
      weapons[]={};
      magazines[]={};
   };

hth
L8R