Jump to content
Sign in to follow this  
black150

got a prob...

Recommended Posts

I am making my first island, got all the items put in and everything using wrptool  smile_o.gif . I used one of their example configs and read tutorials on how to make configs. I made it into a PBO then put it in addons, I load it up on OFP but takes half an hour to load  confused_o.gif  , and then crashes when it finishes...  mad_o.gif Is it more likely to be a problem with the acutal map or the config file?  confused_o.gif

thx

Share this post


Link to post
Share on other sites

Could you post the config here?

We could take a look at it then and spot any obvious problems smile_o.gif

Wildo

Share this post


Link to post
Share on other sites

class CfgPatches {

class darkspire {

units[] = {};

weapons[] = {};

worlds[] = {darkspire};

requiredVersion = 1.91;

};

};

class CfgWorlds {

class DefaultWorld {};

class Intro : DefaultWorld {};

class Casurina : Intro {

access = 3;

description = "darkspire";

icon = "\darkspire\_wrptool_51km.paa";

worldName = "\darkspire\darkspire.wrp";

cutscenes[] = {"..\addons\darkspire_anims\intro"};

centerPosition[]={51200,51200,200};

class Grid

{

offsetX=0;

offsetY=0;

class Zoom1

{

zoomMax=0.200000;

format="XY";

formatX="Aa";

formatY="00";

stepX=512;

stepY=512;

};

class Zoom2

{

zoomMax=1e30; //1000000015047466219900000000000.000000;

format="XY";

formatX="A";

formatY="0";

stepX=5120;

stepY=5120;

};

};

};

};

class CfgWorldList {

class darkspire {};

};

theres the config file

Share this post


Link to post
Share on other sites

I don't think its to do with me island file itself as it hasn't broken any obvious rules and the object count is under that of most islands that work fine with me.

Share this post


Link to post
Share on other sites
Quote[/b] ]class CfgWorlds {

class DefaultWorld {};

class Intro : DefaultWorld {};

class Casurina : Intro {

Put Darkspire instead of Casurina there. wink_o.gif

Share this post


Link to post
Share on other sites

bloomin templates, didn't notice that thx for the help  biggrin_o.gif

Must have forgottern my glasses, it works now but alot of the maps key features alot different from the 3d view in wrpedit confused_o.gif gonna have to fine tune it

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×