Spino
09-17-2003, 17:14
I'm happily working on my own little mod and I'm looking to link Rhodes with Nicaea so as to leave one less isolated island at mercy of the Strategic AI's shortcomings. The logic is sound; since Rhodes is no more distant from Turkey than the tip of Granada is from Morroco why bother requiring a fleet to cross ~25km of calm waters?
Anyway I changed the relevant Neighbors Info and Borders Info entries to reflect the new 'land bridge' but I get a CTD when the campaign tries to load.
Here are the changes that I've made:
- Changed the appropriate SetNeigbors values...
SetNeighbours:: ID_NICAEA ID_ANATOLIA ID_RHODES ID_TREBIZOND ID_AEGEAN_SEA ID_DODECANESE_SEA ID_EASTERN_MED
SetNeighbours:: ID_RHODES ID_NICAEA ID_DODECANESE_SEA
- Added the necessary SetBorderInfo lines. But I think the crux of the problem are those two numerical values that follow the //REGION FROM and //REGION TO columns; what do those values represent and how do I figure out what the proper values are for what I need? Since I was at a loss as to how those numbers have any relevancy I simply copied those values from other entries. I guess it should be no surprise that I get a CTD when the campaign tries to load...
SetBorderInfo:: ID_RHODES ID_NICAEA 21848 19880 0 ARID AT_EASTERN_EUROPEAN COAST HILLY NO_RIVER
SetBorderInfo:: ID_NICAEA ID_RHODES 19880 21848 0 ARID AT_SOUTHERN_EUROPEAN COAST HILLY NO_RIVER
All other data in my custom earlyera campaign file works without a problem. It is only when I tried to link Rhodes with Nicaea that I get a CTD. Do I need Wellington's LMM or some other specialized utility to do this? The changes I want to make are so minor, ANY help would be appreciated
Anyway I changed the relevant Neighbors Info and Borders Info entries to reflect the new 'land bridge' but I get a CTD when the campaign tries to load.
Here are the changes that I've made:
- Changed the appropriate SetNeigbors values...
SetNeighbours:: ID_NICAEA ID_ANATOLIA ID_RHODES ID_TREBIZOND ID_AEGEAN_SEA ID_DODECANESE_SEA ID_EASTERN_MED
SetNeighbours:: ID_RHODES ID_NICAEA ID_DODECANESE_SEA
- Added the necessary SetBorderInfo lines. But I think the crux of the problem are those two numerical values that follow the //REGION FROM and //REGION TO columns; what do those values represent and how do I figure out what the proper values are for what I need? Since I was at a loss as to how those numbers have any relevancy I simply copied those values from other entries. I guess it should be no surprise that I get a CTD when the campaign tries to load...
SetBorderInfo:: ID_RHODES ID_NICAEA 21848 19880 0 ARID AT_EASTERN_EUROPEAN COAST HILLY NO_RIVER
SetBorderInfo:: ID_NICAEA ID_RHODES 19880 21848 0 ARID AT_SOUTHERN_EUROPEAN COAST HILLY NO_RIVER
All other data in my custom earlyera campaign file works without a problem. It is only when I tried to link Rhodes with Nicaea that I get a CTD. Do I need Wellington's LMM or some other specialized utility to do this? The changes I want to make are so minor, ANY help would be appreciated