Hi Vogler!
Those messages show you a normal operation.
Every time you send a battle stop or the mission is stopped by the normal countdown, HRCODWAR does this actions.
Server: [HRCODWAR - Final events]
<-- Examines if in this mission special events happened, events like conquer, embark or disembark (without port), rebuild infraestructures , etc...Server: [HRCODWAR - Creating debriefing...]
<-- With the events of the mission creates the briefing that you can read in http://www.halconesrojos.com/hrcodwar/en/campaign in the first tab (Report), which is the same you can read in the next misión in the CLOD Game in the tab "briefing" and is store in missions\hrcodwar\hrcodwar.briefingServer: [HRCODWAR - Saving config...]
<-- Update the time of the missión (the time between missions is real), weather and clouds altitude of the missions\hrcodwar\hrcodwar.misServer: [HRCODWAR - Config saved]
<-- Notice to you the success of last stepServer: [HRCODWAR - Saving campaign status]
<-- This is the most important point, in this fase the system stores all data in the memory of the mission in this "database" file in json format, in the folder missions\hrcodwar\datos_batalla , and make a backup of the last data (if exists) in a folder named with the number of the mission (probably you already saw it: backup_nmission)Server: [HRCODWAR - Campaign status saved]
<-- Notice to you the success of last stepServer: [HRCODWAR - Studying web communication]
<-- Now, examines If the campaign must communicate with the webserver, you know, http://www.halconesrojos.com/hrcodwar/en/conf-ini-reference , the web_activa_soporte variable must be TRUE, and creates the missions\hrcodwar\datos_batalla\web folder with copies of files that have to transfer to there.Server: [HRCODWAR - Without web support ]
<-- Here the communication not proceed, because the web_activa_soporte variable is set tu FALSE, right?Remember, you can program the duration of the missión with those variables in the missions\hrcodwar\datos_batalla\conf.ini (
http://www.halconesrojos.com/hrcodwar/en/conf-ini-reference)
segundos_mision_sin_final: Flying seconds left before end warning to be given.
segundos_mision_final_min: Minimum number of seconds to be counted down for actual end (granted time extension to get back to home base).
segundos_mision_final_max: Maximum number of seconds to be counted down for actual end (granted time extension to get back to home base).
In any case, the messages above always will appear, this is normal and notice to your a normal operation.
