I wanted to play around with the BF2 editor so I took all the steps to set up the BF2 editor for PR. I then made a quick map with two spawnpoints, two objectspawnpoints and a couple of buildings. Before I go further with mapping I would like to try to load my map but the game crashes at 14%. I ran it in the debug window mode and I get this message:

Does this mean I have to make the overgrowth part before I can I run a map? Can I just copy/paste from another map?
Also I copied Kashan's .desc file directly into my map's folder. Should I change anything there?:
Code: Select all
<map gsid="5055">
<name> Zatar </name>
<briefing locid="MAPDESCRIPTION_kashan_desert">map description for modders maps not localized (english only)</briefing>
<music> common/sound/menu/music/map7.ogg </music>
<modes>
<mode type="gpm_cq">
<maptype players="16" type="headon" locid="GAMEMODE_DESCRIPTION_aasinfantry">Unlocalized test for this mode on this map</maptype>
<maptype players="32" type="headon" locid="GAMEMODE_DESCRIPTION_aasalternative">Unlocalized test for this mode on this map</maptype>
<maptype players="64" type="headon" locid="GAMEMODE_DESCRIPTION_aasfullassets">Unlocalized test for this mode on this map</maptype>
</mode>
<mode type="gpm_vehicles">
<maptype players="64" type="headon" locid="GAMEMODE_DESCRIPTION_vehiclewarfare">Unlocalized test for this mode on this map</maptype>
</mode>
<mode type="gpm_skirmish">
<maptype players="16" type="skirmish" locid="GAMEMODE_DESCRIPTION_skirmish">Unlocalized test for this mode on this map</maptype>
</mode>
<mode type="gpm_cnc">
<maptype players="16" type="cnc" locid="GAMEMODE_DESCRIPTION_cnc">Unlocalized test for this mode on this map</maptype>
<maptype players="32" type="cnc" locid="GAMEMODE_DESCRIPTION_cnc">Unlocalized test for this mode on this map</maptype>
<maptype players="64" type="cnc" locid="GAMEMODE_DESCRIPTION_cnc">Unlocalized test for this mode on this map</maptype>
</mode>
<mode type="gpm_coop">
<maptype ai="1" players="64" type="headon" locid="GAMEMODE_DESCRIPTION_coopfullassets">Unlocalized test for this mode on this map</maptype>
</mode>
</modes>P.S. can someone explain me what the Audit thing is? Do I need to do it for basic mapping?
