OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: oyman on 25 Oct 2003, 21:56:32

Title: disable turn in\out action
Post by: oyman on 25 Oct 2003, 21:56:32
im making a tank and i dont want the crew guys turn out

or in.. is there anyway to disable this action
Title: Re:disable turn in\out action
Post by: swift88 on 01 Nov 2003, 13:46:29
de-pbo it so you have all the file to view. Then open the config.cpp and look along the lines of:
      class HatchDriver
      {
         selection="poklop_driver";
         axis="osa_poklop_driver";
         angle=110;
      };
      class HatchCommander
      {
         selection="poklop_commander";
         axis="osa_poklop_commander";
         angle=115;
      };
     class HatchGunner
      {
         selection="poklop_gunner";
         axis="osa_poklop_gunner";
         angle=115;
   };
   
  well delete these lines and hey presto you have a tank with no turn out animis
http for the de-pbo is here:
http://members.aol.com/cheesemeistergen/