You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The three letter code for certain provinces do not match between the daidepp grammar and the diplomacy game engine.
The ones I have encountered thus far are (diplomacy/daidepp):
Gulf of Bothnia (BOT/GOB)
English Channel (ENG/ECH)
Gulf of Lyon (GOL/LYO)
Encountering one of the diplomacy engine version of the province names causes the parser to crash. This is slightly inconvenient as we have to do some extra translation between DAIDE and diplomacy. Translating from the diplomacy engine to DAIDE for ENG is particularly thorny because it could be referring to either the english channel or England the power.
The text was updated successfully, but these errors were encountered:
I'd like to point out that you accidentally swapped the values for the Gulf of Lyon. diplomacy uses LYO while daidepp uses GOL. We discovered this when trying to implement a workaround based on this issue.
The three letter code for certain provinces do not match between the daidepp grammar and the diplomacy game engine.
The ones I have encountered thus far are (diplomacy/daidepp):
Encountering one of the diplomacy engine version of the province names causes the parser to crash. This is slightly inconvenient as we have to do some extra translation between DAIDE and diplomacy. Translating from the diplomacy engine to DAIDE for ENG is particularly thorny because it could be referring to either the english channel or England the power.
The text was updated successfully, but these errors were encountered: