OFPEC Forum
Addons & Mods Depot => OFP - Addons & Mods General => Topic started 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?
-
Are the textures in the pbo with your .wrp file?
Planck
-
No, but I used BIS textures
-
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
-
Yes and yes. Here's the config, just in case..
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 {
};
};
-
Did you set up WRPTool properly? If you didn't, your island could be looking for the textures in the wrong place.
-Pilot
-
Yeah, the settings are ok, because it has worked before...
Edit: Oops, just noticed that one setting was wrong. :-[ Thanks anyway