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: CFGSurfaces???  (Read 1429 times)

0 Members and 1 Guest are viewing this topic.

Mandible

  • Guest
CFGSurfaces???
« on: 03 Oct 2002, 23:55:35 »
Hi,
looked at all the tuts, but either there is nothing to find or I'm too dumb. I've done some texture-tiles I want to use on my Island. So, now there are nine tiles, they are visible in WRPedit, but in OFP they're only white ground.
this is one part of the cpp:
class CfgSurfaces
      {

      class VisField1
      {
      files="fl";
      rough=0.150000;
      dust=0.300000;
      soundEnviron="dirt";
      };
            
      class VisField2
      {
      files="flfltntn";
      rough=0.150000;
      dust=0.300000;
      soundEnviron="dirt";
      };

There is no path name and no ".paa" because there were none in the example cpp's. I tried putting the right path and the .paa extension, but it does no difference. Does anyone have a link or some suggestions?
Thanks a lot!