I use bfspc all the time & it crashes everytime when creating the pathmaps. No worries tho... it still creates essential pathmaps.
Make sure these lines are rem'd in the "AIPathFinding.con" file
after you've created the pathmaps & added them into the map .rfa... otherwise the game will create pathmaps everytime the map is loaded & probably crash.
Code: Select all
rem > *** Enables pathmap creation C:\Program Files\EA Games\Battlefield 1942\bf1942\levels ***
rem run StaticObjects.con
rem ai.createAllMaps
rem <
Also, make sure that your map .rfa has the "bf1942/levels/[yourmapname]" structure. You can check this by opening the map in "winrfa". If the files in the map .rfa don't have this structure, then the game shouldn't even start.