black150 0 Posted May 20, 2006 I am making my first island, got all the items put in and everything using wrptool  . 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   , and then crashes when it finishes...  Is it more likely to be a problem with the acutal map or the config file?  thx Share this post Link to post Share on other sites
wildo 0 Posted May 20, 2006 Could you post the config here? We could take a look at it then and spot any obvious problems Wildo Share this post Link to post Share on other sites
black150 0 Posted May 20, 2006 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
black150 0 Posted May 21, 2006 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
Sniperwolf572 758 Posted May 21, 2006 Quote[/b] ]class CfgWorlds {class DefaultWorld {}; class Intro : DefaultWorld {}; class Casurina : Intro { Put Darkspire instead of Casurina there. Share this post Link to post Share on other sites
black150 0 Posted May 21, 2006 bloomin templates, didn't notice that thx for the help  Must have forgottern my glasses, it works now but alot of the maps key features alot different from the 3d view in wrpedit gonna have to fine tune it Share this post Link to post Share on other sites