Page 1 of 1

Missing bridges on the Italy map

Posted: Sat 01 May 2010 1:27 pm
by EAF331_Starfire
I am testing a campaign on the original Italy map and I got several messages as you seen in the pictures:

[img]http://www.europeanaf.org/shared/starfi ... 200_01.jpg[/img]

[img]http://www.europeanaf.org/shared/starfi ... 200_05.jpg[/img]


I am not a database shark, but I suspected that Objects 8 and 24 in the Bridges table.

During a short investigation I found that there are gaps between 7 and 9. 12 and 15. 21 and 25.
In short, there where no objects with the names: 8, 13,14,22,23,24.

I diggied into an original and untouched SEDB32E and SEDB32D and found the same patteren.

So have I done somthing wrong?
What have I done to get this message?
What do I do to fix it?

Posted: Sat 01 May 2010 9:01 pm
by IV/JG7_4Shades
Bummer! This basically means that the Italy Bridge data does not match the Italy Highways and Railways data. I'll take a look to see if we can easily fill in the missing records.

Cheers,
4S

Posted: Sat 01 May 2010 9:23 pm
by IV/JG7_4Shades
Hi Starfire,

I just had a look at my DB. The missing bridges are the railway bridges. Add them to your Bridges table with the following SQL commands:

Code: Select all

INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 4, '4', 0, 'Railway Bridge', 849, 126200, 82000);
INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 5, '5', 0, 'Railway Bridge', 849, 116800, 85800);
INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 8, '8', 0, 'Railway Bridge', 566, 124500, 94300);
INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 13, 'd', 0, 'Railway Bridge', 1414, 79800, 101400);
INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 14, 'e', 0, 'Railway Bridge', 1980, 81600, 99600);
INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 22, 'm', 0, 'Railway Bridge', 600, 84400, 98300);
INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 23, 'n', 0, 'Railway Bridge', 400, 85900, 98300);
INSERT INTO `Bridges` VALUES ('Italy', 'Metal', 24, 'o', 0, 'Railway Bridge', 566, 123500, 107500);
Many thanks for the bug report.

Cheers,
4Shades

Posted: Sun 02 May 2010 4:01 am
by EAF331_Starfire
IV/JG7_4Shades wrote: Many thanks for the bug report.
Thanks 4Shades.

But I had no idear it was a bug and It is me that should thank you for the SEOW :D