OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods General => Topic started by: AnarCHy on 30 Jul 2004, 11:25:56

Title: me island is not working :(
Post by: AnarCHy on 30 Jul 2004, 11:25:56
I am testing my island I just completed with a couple of friends, and me, and it won't let me play it,  I get an error message:

Quote
Error: no entry ...\config.bin\cfgWorlds.mileisle

My island is called Mile Isle, and I just copied a test config I use for all testing, and here it is:
Quote
class CfgPatches {
   class mileisle {
      units[] = {};
      weapons[] = {};
      worlds[] = {mileisle};
      requiredVersion = 1.91;
   };
};

class CfgWorlds {
   class DefaultWorld {};
   class Intro : DefaultWorld {};
   class Leskov : Intro {
      access = 3;
      description = "Mile Isle";
      icon = "\mileisle\leskov.paa";
      worldName = "\mileisle\mileisle.wrp";
      cutscenes[] = {"..\addons\mileisle_3km_km_anims\intro"};
   };
};

class CfgWorldList {
   class mileisle {};
};

From here it looks normal, or it just looks like all the others I have used.

Am I missing something small and unimportant here?\

Please respond the map is really good looking...

AnarCHy
Title: Re:me island is not working :(
Post by: AnarCHy on 30 Jul 2004, 12:20:03
oops it appears I had left one bit of code unchanged, it still had the first islands' name in it : Leskov, so i changed it and it worked!!  But, alas, I found out what I thought would've been a pretty nice map, turned out to be too open... (that's not good for this kind of map)...

I suppose I will be releasing it soon, so look for it mebbe in the future..thanks anyways,

AnarCHy