Home   Help Search Login Register  

Author Topic: No textures  (Read 1700 times)

0 Members and 1 Guest are viewing this topic.

Serial Killer

  • Guest
No textures
« on: 26 Dec 2005, 03:23:55 »
It seems that my island doesn't have any textures, when I test it in game. (I DID add textures on it in WRPtool) Everything is just white.
How can I fix this?

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:No textures
« Reply #1 on: 26 Dec 2005, 04:30:45 »
Are the textures in the pbo with your .wrp file?

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

Serial Killer

  • Guest
Re:No textures
« Reply #2 on: 26 Dec 2005, 14:31:07 »
No, but I used BIS textures

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re:No textures
« Reply #3 on: 26 Dec 2005, 16:01:25 »
Where did you put your .wrp file then........is it in it's own pbo with a config.cpp?

And is the pbo in the addons folder?


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

Serial Killer

  • Guest
Re:No textures
« Reply #4 on: 26 Dec 2005, 17:33:56 »
Yes and yes. Here's the config, just in case..

Code: [Select]
class CfgPatches {
   class saari {
      units[] = {};
      weapons[] = {};
      worlds[] = {saari};
      requiredVersion = 1.85;
   };
};

class CfgWorlds {
   class DefaultWorld {
   };
   class Intro : DefaultWorld {
   };
   class saari : Intro {
      access = 3;
      description = "Island";
      icon = "";
      worldName = "\saari\saari.wrp";
      cutscenes[] = {""};
   };
};

class CfgWorldList {
   class saari {
   };
};

Offline Pilot

  • Contributing Member
  • **
Re:No textures
« Reply #5 on: 26 Dec 2005, 17:48:48 »
Did you set up WRPTool properly?  If you didn't, your island could be looking for the textures in the wrong place.

-Pilot

Serial Killer

  • Guest
Re:No textures
« Reply #6 on: 26 Dec 2005, 17:52:10 »
Yeah, the settings are ok, because it has worked before...

Edit: Oops, just noticed that one setting was wrong. :-[ Thanks anyway
« Last Edit: 26 Dec 2005, 18:04:17 by Serial Killer »