if(bRealBattleInterface)
{
BattleInterface.navigation.navigatorWidth = RecalculateHIcon(95); // ccc 192
BattleInterface.navigation.navigatorHeight = RecalculateVIcon(95); // ccc 192
BattleInterface.navigation.rightPos = sti(showWindow.left)+RecalculateHIcon(95); // ccc showWindow.right
BattleInterface.navigation.topPos = sti(showWindow.bottom)-RecalculateVIcon(180); // ccc showWindow.top
BattleInterface.navigation.speedShowFont = "bold_numbers";
BattleInterface.navigation.speedOutYOffset = RecalculateVIcon(-40); // ccc -88
BattleInterface.navigation.shipSpeedXOffset = RecalculateHIcon(37); // ccc 80
BattleInterface.navigation.windSpeedXOffset = RecalculateHIcon(-35); // ccc -80
BattleInterface.navigation.fontScale = 0.35; // ccc 0.75
BattleInterface.navigation.windWidth = 15; // ccc 30
BattleInterface.navigation.windHeight = 50; // ccc 120
BattleInterface.navigation.mapRadius = 5; // ccc 54
BattleInterface.navigation.chargePos = RecalculateHIcon(70)+","+RecalculateVIcon(73); //ccc 160 & 174
BattleInterface.navigation.chargePictureSize = "20,20"; //ccc "32,32"
if(show) Log_SetStringToLog(XI_ConvertString("NewStatusRadar")+"...");
}
else
{
BattleInterface.navigation.navigatorWidth = RecalculateHIcon(192);
BattleInterface.navigation.navigatorHeight = RecalculateVIcon(192);
BattleInterface.navigation.rightPos = showWindow.right;
BattleInterface.navigation.topPos = showWindow.top;
BattleInterface.navigation.speedShowFont = "bold_numbers";
BattleInterface.navigation.speedOutYOffset = RecalculateVIcon(-88);
BattleInterface.navigation.shipSpeedXOffset = RecalculateHIcon(80);
BattleInterface.navigation.windSpeedXOffset = RecalculateHIcon(-80);
BattleInterface.navigation.fontScale = 0.75;
BattleInterface.navigation.windWidth = 30;
BattleInterface.navigation.windHeight = 120;
BattleInterface.navigation.mapRadius = 54;
BattleInterface.navigation.chargePos = RecalculateHIcon(160)+","+RecalculateVIcon(174);
BattleInterface.navigation.chargePictureSize = "32,32";
if(show) Log_SetStringToLog(XI_ConvertString("OldStatusRadar")+"...");
}