Zahl Posted January 31, 2006 Share Posted January 31, 2006 Hi, dont know if this is already known, didnt find any topic on that. I just made a map and when I tried to play it on my server it said "starting of xx faild due to errors in the map file. The server log also said: [23:49:39] ERROR: invalid rotation specified in spawnpoint (range 0-359) So I had a look at the map file and saw some spawnpoints that looked like this: 2205.371582 -1436.485352 23.644753 360 522 Removing the rotation line solves the problem and everything works like it should. I dont know exactly how to reproduce, but I think I added a spawn point, cloned it, rotated it by 180°, cloned it again and rotated again by 180° so that it hat the same rotation like the first one.[/code] Link to comment
mp17 Posted February 1, 2006 Share Posted February 1, 2006 Yeah right, you have to rotate ist back, -> the first spawn point has a ratation of 0°, the second of 180°, and then you have to ratate the third to 0° and not to 360°. Link to comment
Aeron Posted February 1, 2006 Share Posted February 1, 2006 mp17 said: Yeah right, you have to rotate ist back, -> the first spawn point has a ratation of 0°, the second of 180°, and then you have to ratate the third to 0° and not to 360°. i suggest: rotation = rotation % 360 Link to comment
eAi Posted February 1, 2006 Share Posted February 1, 2006 We'll fix this in the next release. Link to comment
BTH Posted February 1, 2006 Share Posted February 1, 2006 Shouldn't this be in the mapping forum? Link to comment
Brophy Posted February 1, 2006 Share Posted February 1, 2006 Its ok, the error has been agknowledged by eAi Link to comment
Recommended Posts