USMC Sniper 0 Posted May 24, 2004 How would I config an island half the size of everon/malden? My current config causes a ctd when I try to load the island in the mission editor. Here it is: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">#define true 1 #define false 0 #define private 0 #define protected 1 #define public 2 class CfgPatches { class NewOceanCity { units[] = {}; weapons[] = {}; worlds[] = {NewOceanCity}; requiredAddons[]={"Art_BD"}; requiredVersion = 1.91; }; }; class CfgWorldList { class NewOceanCity {}; }; class CfgWorlds { class DefaultWorld {}; class Eden : DefaultWorld {}; class NewOceanCity : DefaultWorld { access = 3; description = "New Ocean City"; icon = ""; worldName = "\NewOceanCity\temp.wrp"; cutscenes[] = {""}; }; }; It's just an edited config from the example configs that came with wrp tool. (and yes, the working title for my island is new ocean city) Â Share this post Link to post Share on other sites