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?
Missing bridges on the Italy map
Moderator: SEOW Developers
-
- Posts: 97
- Joined: Wed 31 Oct 2007 4:50 am
- Location: Denmark
- Contact:
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 2237
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
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:
Many thanks for the bug report.
Cheers,
4Shades
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);
Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer

SEOW Developer

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