For anyone who may want to try this discontinued tool with V3, Leopotam was kind enough to find out that the tool requires 6 parameters (1 more then the 5 the current V3 exports).
So simply export your objects from V3
Code:
"ca\structures\wall\wall_fen1_5";1533.33;1501.5;5;0;
"ca\structures\wall\wall_fen1_5";1506.98;1630.37;5;0;
"ca\structures\wall\wall_fen1_5";1509.85;1642.11;5;0;
Then add an extra param at the end of each line (this first experiment worked fine for me)
Code:
"ca\structures\wall\wall_fen1_5";1533.33;1501.5;5;0;0;
"ca\structures\wall\wall_fen1_5";1506.98;1630.37;5;0;0;
"ca\structures\wall\wall_fen1_5";1509.85;1642.11;5;0;0;
Many thanks to Leopotam