Game.constructGame(registry);
Game game = Game.getGame();
game.loadUnitRulesets();
constructMap();
game.initialize();
GUIBuilder.buildScenarioEditorGUI(civQuest);
} catch (RulesetException ex) {
CivQuest.showErrorQuitDialog("There is a problem related to ruleset-loading:", ex);
} catch (GameChangeException ex) {