Cool, thanks.
I've done it. Only TUNDRA to TAIGA needed to be changed, the rest didn't exist.
HOWEVER
The problem is still there.
Crash when selecting the scenario with the same logs that I've previously attached.
Looking through the python and c++ files(SVN latest) I noticed some things:
1. WORLDSIZE_GIGANTIC doesn't seem to be defined in the c++ enum nor exported to python
2. Assets/Python/pyWB/CvWBDesc.py* (CvMapDesc) fails when reading the map section(BeginMap). I don't understand why, as the section is there, the tokenizer reads the lines(CvWBParser). It's as it doesn't exist. I suspected the WORLDSIZE_GIGANTIC thing but it would need to read it first, I think. It fails with the "can't find map" message.
*File doesn't exist in the mod, I had to copy it from the game and mod it.
I strongly suggest that this is not a scenario problem, but something deeper.
Thanks.