Home   Help Search Login Register  

Author Topic: Configing and Empty Vehicle  (Read 1034 times)

0 Members and 1 Guest are viewing this topic.

Bluelikeu

  • Guest
Configing and Empty Vehicle
« on: 21 Jun 2005, 23:56:08 »
Hello all,
ok, I've created a small p3d, but now i want to know how to config it as a vehicle. I don't really care about moving parts or anything. Basically its a circle.

All i want is it to be a vehicle that you can shoot at and it will move exactly like the soccerball in OFP.

Can someone help me with this?

Offline Platoon Patton

  • Members
  • *
  • "Barbecue" CreateVehicle getpos LLama
Re:Configing and Empty Vehicle
« Reply #1 on: 22 Jun 2005, 17:35:59 »
I once made a Football-addon,maybe the config is usefull for U:

Code: [Select]
class CfgPatches
{
   class pattonball
   {
      units[] = {pattonball};
      weapons[] = {};
      requiredVersion = 1.0;
   };
};
class CfgVehicles
{
        class All {};
        class Thing: All {};
        class BarrelHelper: Thing {};
        class BarrelBase: BarrelHelper {};
   
   class pattonball: BarrelBase
   {
      model="\pattonball\pattonballdouble";
      armor=2000000;
      scope=2;
       
      displayName="Pattonball";
   }
}
http://www.platoon-clan.com/ We always wellcome dedicated OFP players :)

http://www.european-combat-league.com/index.php To play with us in the best OFP league ;)