I've got a custom island made with Wrptool and its fine, i can use it in OFP, but i've tried to add ils details for the runway and i pbo the wrp and the new config it no longer appears in the laptop when i open the misson editor, i think its something ive done wrong with the brackets or layout.
Heres the config:
class CfgPatches {
class wrptool_12km {
units[] = {};
weapons[] = {};
worlds[] = {wrptool_12km};
requiredVersion = 1.91;
};
};
class CfgWorlds {
class DefaultWorld {};
class Intro : DefaultWorld {};
class wrptool_12km : Intro {
access = 3;
description = "WrpTool 12km";
icon = "\wrptool_12km\_wrptool_12km.paa";
worldName = "wrptool_12km.wrp";
cutscenes[] = {"..\addons\wrptool_12km_anims\intro"};
ilsposition[]={4573.3, 8262.1,0};//north end
ilsDirection[] ={0,0.08,1};
ilsTaxiIn[]=
{
4694.0, 7928.1,
4606.5, 7881.5,
4610.3, 7973.4,
4601.3, 8076.1,
4576.0, 8179.0,
4576.0, 7719.4,
4576.0, 7684.5,
4576.0, 7665.1,
};
ilsTaxiOff[]=
{
4573.3, 8262.1,
4576.0, 7984.0,
4576.0, 7972.0,
4644.7, 7929.5,
4702.2, 7624.7,
4717.9, 7926.2,
};
class CfgWorldList {
class wrptool_12km {};
}:
};
Can someone tell me what ive done wrong with this?