Home   Help Search Login Register  

Author Topic: where are the doors?  (Read 830 times)

0 Members and 1 Guest are viewing this topic.

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
where are the doors?
« on: 16 Apr 2005, 20:29:12 »
i have this Command HQ E military building here, and it has doors in it.

in this comref here i see the object animate [animation, phase] command.

i wonder to myself - where's the config file for the objects in the editor?

and if any of you feel like being eeextra helpful, what's the animation and phase for that particular building?

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:where are the doors?
« Reply #1 on: 16 Apr 2005, 21:21:26 »
That particular model might have doors, but can you open and close them or are they permanently open?

Anyway, the model name is budova4_in and it resides in data3d.pbo.

There are no memory points assigned to the doors for animation in the model and the config entry for it in the game config doesn't list any animations or actions for it.

Code: [Select]
class Barracks:Shed
      {
      scope=1;
      side=3;
      vehicleClass="Objects";
      icon="Unknown_object";
      model="budova4_in";
      displayName="$STR_DN_BARRACKS";
      simulation="house";
      mapSize=15.3999996;
      };


Bet that wasn't too helpful was it  :'(


Planck
I know a little about a lot, and a lot about a little.

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:where are the doors?
« Reply #2 on: 16 Apr 2005, 21:28:39 »
hmmm, they did look quite stuck, and no action menu options pop up when nearby.

thanks for pointing me in the right direction though sir, much obliged :)