i am getting stuck here everytime.
http://i.imgur.com/gQ5yc.jpg
I used the "Dump RActors" function in DB and found this everytime i got stuck.
: Destructible Name: caOut_Breakable_Wagon_C-12689 ActorSNO: 93306 Distance: 26.11874 Position: <3659.942, 4390.15, 100.0023> Barracade: False Radius: 21.19782
then i added {93306, 30} to this structure in giles\dictionary.cs but it is still not breaking the wagon.
/// <summary>
/// Destructible things that are very large and need breaking at a bigger distance - eg logstacks, large crates, carts, etc.
/// </summary>
internal static Dictionary<int, int> dictSNOExtendedDestructRange = new Dictionary<int, int> {
{2972, 10}, {80357, 16}, {116508, 10}, {113932, 8}, {197514, 18}, {108587, 8}, {108618, 8}, {108612, 8}, {116409, 18}, {121586, 18},
{195101, 10}, {195108, 25}, {170657, 8}, {181228, 10}, {211959, 25}, {210418, 25}, {174496, 8}, {193963, 10}, {159066, 12}, {160570, 12},
{55325, 14}, {5718, 14}, {5909, 10}, {5792, 8}, {108194, 8}, {129031, 25}, {192867, 8}, {155255, 8}
};
my guess is that its because the wagon is not targetable, you have to hold down the attack button (shift)+left click to break the wagon, so maybe something weird is happening with that.
can you change the profile to go around the island so it doenst run into the wagon?