Tom_48_97 523 Posted August 5, 2006 Hello all, I am making again an other Island, and it's the first time that happened When I load the island under OFP, at the end of the loading, it crachs So the cpp is almost the same as usual for me, and I have test the wrp replacing desert Island, no problem So what's wrong This is my Cpp file <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches { class isl9_swr { units[] = {}; weapons[] = {}; worlds[] = {isl9_swr}; requiredVersion = 1.96; }; }; class CfgWorlds { class DefaultWorld { }; class Intro : DefaultWorld { }; class isl9_swr : Intro { access = 3; plateFormat="ER$ ## - ##"; plateLetters="ABCDEFHIKLMOPRSTVXYZ"; description = "Island9 (SWR)"; icon = "\swr_little1_PythonArtStudio\russia.paa"; worldName = "\swr_little1_PythonArtStudio\swr_island9.wrp"; cutscenes[] = {"..\addons\swr_little1_PythonArtStudio\intro"}; centerPosition[]={5931,6747,0}; startTime="00:00"; startDate="30/6/85"; startWeather=0.400000; startFog=0.100000; forecastWeather=0.200000; forecastFog=0.000000; seagullPos[]={10738,8509}; ilsDirection[]={0,0.080000,-1}; ilsPosition[]={580,10315}; }; }; class CfgWorldList { class isl9_swr { }; }; Share this post Link to post Share on other sites
.kju 3244 Posted August 5, 2006 maybe the reason is a different one - did you try to binarize it to see if there are still any errors left ? Share this post Link to post Share on other sites
Tom_48_97 523 Posted August 5, 2006 I have tested some minutes ago, and the same problem appear but with the file binarised, the problem take place during the loading Or I Re-make Desert Island ! Share this post Link to post Share on other sites
UNN 0 Posted August 5, 2006 Rename your wrp file to the same name as your class & Patch: isl9_swr.wrp Share this post Link to post Share on other sites
Tom_48_97 523 Posted August 5, 2006 Okay, I Try Thanks Share this post Link to post Share on other sites
Tom_48_97 523 Posted August 5, 2006 Fully Works Thanks UNN Conclusion : When you make a wrp for an island, name your wrp file to the same name as your class & Patch. That's all. Is this in the FAQ ? If not, it will be. An entiere night to found a simple solution <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches { class isl9_swr { units[] = {}; weapons[] = {}; worlds[] = {isl9_swr}; requiredVersion = 1.75; }; }; class CfgWorlds { class DefaultWorld { }; class Intro : DefaultWorld { }; class isl9_swr : Intro { access = 3; plateFormat="ER$ ## - ##"; plateLetters="ABCDEFHIKLMOPRSTVXYZ"; description = "Island9 (SWR)"; icon = "\swr_little1_PythonArtStudio\russia.paa"; worldName = "\swr_little1_PythonArtStudio\isl9_swr"; cutscenes[] = {"..\addons\swr_little1_PythonArtStudio\intro"}; centerPosition[]={5931,6747,0}; startTime="00:00"; startDate="30/6/85"; startWeather=0.400000; startFog=0.100000; forecastWeather=0.200000; forecastFog=0.000000; seagullPos[]={10738,8509}; ilsDirection[]={0,0.080000,-1}; ilsPosition[]={580,10315}; }; }; class CfgWorldList { class isl9_swr { }; }; Share this post Link to post Share on other sites
UNN 0 Posted August 5, 2006 Nice one, glad it sorted your problem. Quote[/b] ]When you make a wrp for an island, name your wrp file to the same name as your class & Patch. That's all. Is this in the FAQ ? If not, it will be. An entiere night to found a simple solution I know, I went through the same, myself It's a pity that is the case, as it stops you inheriting from existing maps. Even if all you want do, is change something as simple as the ILS position. Share this post Link to post Share on other sites
Tom_48_97 523 Posted August 5, 2006 Yes, but so many thing are not already discovered About Island Editing, Take a look here : www.arma-soviet.com in the site About, my problem, it was so simple that I haven't seen I make islands since some years, and I am not able to make a cpp But the errors is human Share this post Link to post Share on other sites