Home   Help Search Login Register  

Author Topic: disable turn in\out action  (Read 1015 times)

0 Members and 1 Guest are viewing this topic.

Offline oyman

  • Members
  • *
  • king of pings
disable turn in\out action
« 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

swift88

  • Guest
Re:disable turn in\out action
« Reply #1 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/
« Last Edit: 01 Nov 2003, 13:47:52 by swift88 »