PDA

View Full Version : Euro-Server - Quick Fix for Map not loading



LordCrush
05-26-2003, 11:27 PM
Hi all,

if you play on the new french or german server you experience the following behaviour:

When you zone into first the map loads and after some seconds it vanishes again. On the console you see that SEQ first tries to load the correct map (english zonename) and then it tries to load the map with the translated zonename. This does not exist and so you have no map :p

To fix this find the following in map.cpp



// load the map if it's not already loaded
if (fileName != m_mapData.fileName())
loadFileMap(fileName);


and comment out the 2 lines



// load the map if it's not already loaded
// if (fileName != m_mapData.fileName())
// loadFileMap(fileName);


I am not sure why this part is in the code perhaps it has some history. For me it works fine now =)