OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: Serial Killer on 26 Dec 2005, 03:23:55

Title: No textures
Post by: Serial Killer 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?
Title: Re:No textures
Post by: Planck on 26 Dec 2005, 04:30:45
Are the textures in the pbo with your .wrp file?

Planck
Title: Re:No textures
Post by: Serial Killer on 26 Dec 2005, 14:31:07
No, but I used BIS textures
Title: Re:No textures
Post by: Planck 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
Title: Re:No textures
Post by: Serial Killer 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 {
   };
};
Title: Re:No textures
Post by: Pilot 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
Title: Re:No textures
Post by: Serial Killer 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