Ebbingford wrote:Playing the 1812 campaign, latest patch, Brits. Cap Breton is now an objective, shouldn't it be Nouvelle Orleans instead? I thought Nouvelle Orleans was an objective when I played this scenario a patch or so ago. It is a strategic town still though but not being an objective means you haven't got to take it.
a bug snuck into the DB

technical answer, if you like to mod:
In the DB, Objectives are defined in the setup [or modified by events] with a command followed by a string that looks like:
$Rouille|1|$Mont Royal|10|$Cataraqui|2|$Shanous|1|$Niagara|2|$Mobile|1|[color="Red"]$[/color]Nouvelle Orleans|10|
In this case, the simple omission of the $ before Nouvelle Orleans caused the game engine to "say what? Where's that?" With these kinds of references, the enging defaults to "UID=0", which for regions is Cap Breton...
So, by remembering what UID = 0 helps debug!
Thanks! 1812 is under significant scrutiny right now
