Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: hut door name...  (Read 681 times)

0 Members and 1 Guest are viewing this topic.

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
hut door name...
« on: 20 Aug 2005, 22:29:17 »
i see the model is called "KEGres_Dum04", the white hut with slanting roof and two doors. i'm trying to find the names of the doors for an animation, but can't even locate the model in the data3d.pbo...



any ideas?

« Last Edit: 20 Aug 2005, 22:32:46 by bedges »

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:hut door name...
« Reply #1 on: 20 Aug 2005, 22:38:55 »
Ahhh.....yes

model="\O\Hous\Hlidac_budka";


Code: [Select]
class UserActions
{
   class OpenDoors1
   {
      displayName="$STR_DN_OUT_O_DOOR";
      position="osa_dvere1";
      radius=2.500000;
      condition="this animationPhase ""Dvere1"" < 0.5";
      statement="this animate [""Dvere1"", 1]";
   };
   class CloseDoors1
   {
      displayName="$STR_DN_OUT_C_DOOR";
      position="osa_dvere1";
      radius=2.500000;
      condition="this animationPhase ""Dvere1"" >= 0.5";
      statement="this animate [""Dvere1"", 0]";
   };
   class OpenDoors2
   {
      displayName="$STR_DN_OUT_O_DOOR";
      position="osa_dvere2";
      radius=2.500000;
      condition="this animationPhase ""Dvere2"" < 0.5";
      statement="this animate [""Dvere2"", 1]";
   };
   class CloseDoors2
   {
      displayName="$STR_DN_OUT_C_DOOR";
      position="osa_dvere2";
      radius=2.500000;
      condition="this animationPhase ""Dvere2"" >= 0.5";
      statement="this animate [""Dvere2"", 0]";
   };


Is that what you wanted?


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

Offline bedges

  • Administrator
  • *****
    • OFPEC The Editing Center
Re:hut door name...
« Reply #2 on: 20 Aug 2005, 22:54:08 »
a picture tells a story of a thousand words...



that's another pint i'm due ye...  8)

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:hut door name...
« Reply #3 on: 20 Aug 2005, 22:58:29 »
 8)


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