Hi there.
I've played civ:ctp for some years now, and I truly enjoy the game.
However, one of the most frustrating things I've encountered is the situation where two very large oceans are separated by two tiles at the narrowest (land) point.
So I decided to try to implement a "canal" type option, where land tiles can be terraformed into beach (water) tiles (at great pw cost and time of course to make it realistic and consistent with modern day dredging).
I've managed to make the necessary changes to the terrain.txt file so that the terrain type can be terraformed, but im unable to find my way into the control panel to add an icon that will allow me to do this in the game.
I need some way of modding this section (from the script.slc file):
'ControlPanelWindow.TileImpPanel.TerraButton' { Text(ID_HELP_CP_TILEIMP_TERRA);}
If anyone has any suggestions, they would be greatly appreciated.
Thank you.
I've played civ:ctp for some years now, and I truly enjoy the game.
However, one of the most frustrating things I've encountered is the situation where two very large oceans are separated by two tiles at the narrowest (land) point.
So I decided to try to implement a "canal" type option, where land tiles can be terraformed into beach (water) tiles (at great pw cost and time of course to make it realistic and consistent with modern day dredging).
I've managed to make the necessary changes to the terrain.txt file so that the terrain type can be terraformed, but im unable to find my way into the control panel to add an icon that will allow me to do this in the game.
I need some way of modding this section (from the script.slc file):
'ControlPanelWindow.TileImpPanel.TerraButton' { Text(ID_HELP_CP_TILEIMP_TERRA);}
If anyone has any suggestions, they would be greatly appreciated.
Thank you.
Comment