Missing bridges on the Italy map

For bug reports and fixes, installation issues, and new ideas for technical features.

Moderator: SEOW Developers

Post Reply
EAF331_Starfire
Posts: 97
Joined: Wed 31 Oct 2007 4:50 am
Location: Denmark
Contact:

Missing bridges on the Italy map

Post 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?
IV/JG7_4Shades
Posts: 2237
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post 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
IV/JG7_4Shades
SEOW Developer

Image
IV/JG7_4Shades
Posts: 2237
Joined: Mon 08 Jan 2007 11:10 pm
Location: Perth, Western Australia

Post 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
IV/JG7_4Shades
SEOW Developer

Image
EAF331_Starfire
Posts: 97
Joined: Wed 31 Oct 2007 4:50 am
Location: Denmark
Contact:

Post 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
Post Reply