I have error E1115: on a map called physics.wmp. The Error reads:

Bad format (24 & 32 bit RLE only)

Strangly I am using no textures. The code read like this:

// physics test


function main()
{
freeze_mode = 1;
level_load ("physics.wmp"); //load the room
wait(3); // give the game time to start
freeze_mode = 0;
}

Any clues? I have no idea how to solve this.

EDIT: I know it should be wmb but this shows an error saying 'cannot find map'. I have built the map.

SOLVED: Sorry, I am knew to A7. The A7 map buld is different and I was only constructing the BSP tree which would have been incorrect. Thanks for your help darkinferno and delinkx.


Last edited by sydan; 05/08/09 16:47.

For some reason, my ambition always seems to beat my ability.