Currently, I have been having issues with the Crysis Wars Sandbox 2 editor.
Namely, attempting to use a custom height map and texture map.
When I import the custom texture map to overlay onto the height map, it works fine the first time, then it turned the map completely black. When I attempted to fix this, it then turned completely yellow. I am using the Grass base texture materials.
I also have been having issues following the MWLL Pub Crawlers instructions, as that pertains to the Crysis version of MWLL.
Namely, in that respect the Solaris Arena and whatnot in that following the aforementioned instructions does not get it to show up in the game list when creating a new server.
I only am able to see Instant Action, Power Struggle, Solaris Arena, and Trial of Possession.
All the current Terrain Control maps show up in Solaris Arena, and ToP is blank. I used to be able to host all of the maps during earlier versions.
My .xml file contains the following:
<MetaData>
<Display Name="SA_Greenwold"/>
<HeaderText text="SA_Greenwold"/>
<DescriptionText text="Greenwold is named for it's Lush Forest Terrain."/>
<Gamerules MP1="TeamSolarisArena" MP2="TestofStrength"/>
</MetaData>
Edit: added MetaData information.
Emy,
You seem to be missing a little from your level XML file metadata. Here is an example from TSA_Clearcut. You may not have a Strategic map or mini-map created yet but I would imagine you should still have a line for it with null values in the X,Y,Z coordinate fields.
<MetaData>
<MiniMap Filename="minimap.dds" startX="1724.784424" startY="1846.922363" endX="6324.784180" endY="6446.922363"/>
<Gamerules MP1="TeamSolarisArena" MP2="TestofStrength"/>
<LoadingScreens screen1="loading.dds"/>
<HeaderText text="Clearcut (Team Solaris Arena)"/>
<DescriptionText text="Due to Helen's vast natural resources and its location on the Draconis Combine border, it has always been strategically important to the Federated Commonwealth. Some of the older industrial facilities have been secretly modified to facilitate combined arms training."/>
<Display Name="TSA_Clearcut"/>
</MetaData>
Using the DDS image format will give you good image fidelity and compress the image file size down.
Also, are you starting your Crysis Dedicated server from the MWLL Launcher or from a shortcut you have configured on your desktop?