Log in

View Full Version : what mod takes away land bridge with england?



ket222
01-02-2003, 17:34
Which mod takes away land bridge bt england and france? where can i find it? thnks

Edratman
01-02-2003, 18:48
Russia Q has no land bridges.

Kraellin
01-02-2003, 19:21
russia q is my mod and modifies a number of other things as well. if you want a nice clean mod with no land bridges, but not all the other stuff, i also posted a mod that does just that. look for K_s_nolandbridges, or something like that, in the download section of the .org.

K.

cugel
01-05-2003, 00:27
You should be aware however, that severing the land bridges without making further modifications can confuse the (already easily confused) AI pathfinding. This can be a problem, especially for crusades. Yesterday, in my game, one Spanish crusade had to go to Morrocco via Palestine, because the Spanish didn't have a port or shipyard and the land bridge at Gibraltar was severed. (They made it though). You should consider, for example, adding a port and shipyard to the Almos./ and or Spanish as well as the English in Wessex, so they can maintain contact with their provinces. Paladin's 1092 mod (available for download from the Org.) is very good in this regard. You might want to give this a try and modify it from there to suit your needs. (Paladin's mod has the added advantage of being historically quite accurate).

USMCNJ
01-06-2003, 19:03
just do it your self, go to what ever time period file you want to play

and replace this line
SetNeighbours:: ID_WESSEX ID_MERCIA ID_WALES ID_FLANDERS ID_ENGLISH_CHANNEL ID_IRISH_SEA
with
SetNeighbours:: ID_WESSEX ID_MERCIA ID_WALES ID_ENGLISH_CHANNEL ID_IRISH_SEA

and replace
SetNeighbours:: ID_FLANDERS ID_WESSEX ID_NORMANDY ID_ILE_DE_FRANCE ID_CHAMPAGNE ID_LORRAINE ID_FREISLAND ID_ENGLISH_CHANNEL
with

SetNeighbours:: ID_FLANDERS ID_NORMANDY ID_ILE_DE_FRANCE ID_CHAMPAGNE ID_LORRAINE ID_FREISLAND ID_ENGLISH_CHANNEL

i think you get the point,(just remove them from being each others neighbot)

barech
01-08-2003, 20:10
You also have to take out "setborderinfo" for these regions. It might be better to put // in front of these lines. This way if you wwant to put them back just remove the // instead of having to recreate or copy from another file. Good luck