I'm also trying to make it work on the Chernarus Redux map ... Any help with that please?
I'm already find a way to do it work on any map.
Change This Line on the config.sqf of BigfootsShipwrecks_Server.pbo:
BS_locations_center = [SomeNumber,SomeNumber,SomeNumber]
For this two (To auto find map center):
_mapxy = worldSize/2;
BS_locations_center = [_mapxy,_mapxy,0];
Really works for me.
I read this solution on DMS discution forum.
All thanks to the one with the idea.