Home   Help Search Login Register  

Author Topic: What is the forest called in the data3d folder?  (Read 3576 times)

0 Members and 1 Guest are viewing this topic.

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:What is the forest called in the data3d folder?
« Reply #15 on: 06 Mar 2005, 01:07:56 »
les_nw_jehl_ctver_pruhozi.p3d

This is also a square and I think you can enter it, but, I'm not sure if it has trouble conforming to slopes or not.

It is a different forest type than the previously mentioned pieces.


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

RedHouse

  • Guest
Re:What is the forest called in the data3d folder?
« Reply #16 on: 06 Mar 2005, 02:56:51 »
ill look into it

Offline surpher

  • Members
  • *
Re:What is the forest called in the data3d folder?
« Reply #17 on: 07 Mar 2005, 18:03:51 »
You need to add this into your config, it swaps the unenterable square into two triangles.

Code: [Select]
class ReplaceObjects
      {
         class Forest1Border
         {
            replace="O\Tree\les_nw_ctver_mlaz.p3d";
            with[]={};
         };
         class Forest1Triangle
         {
            replace="O\Tree\les_nw_trojuhelnik.p3d";
            with[]={"O\Tree\les_nw_trojuhelnik.p3d"};
         };
         class Forest1Square
         {
            replace="O\Tree\les_nw_ctver_pruhozi.p3d";
            with[]={"O\Tree\les_nw_ctver_pruhozi_T1.p3d","O\Tree\les_nw_ctver_pruhozi_T2.p3d"};
            center="true";
         };
         class Forest2Border
         {
            replace="O\Tree\les_nw_jehl_mlaz.p3d";
            with[]={};
         };
         class Forest2Triangle
         {
            replace="O\Tree\les_nw_jehl_trojuhelnik.p3d";
            with[]={"O\Tree\les_nw_jehl_trojuhelnik.p3d"};
         };
         class Forest2Square
         {
            replace="O\Tree\les_nw_jehl_ctver_pruhozi.p3d";
            with[]={"O\Tree\les_nw_jehl_T1.p3d","O\Tree\les_nw_jehl_T2.p3d"};
            center="true";
         };
      };

Checkout the config in the Noe.pbo

RedHouse

  • Guest
Re:What is the forest called in the data3d folder?
« Reply #18 on: 07 Mar 2005, 18:57:29 »
thanks