Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > FMB, Mission & Campaign builder Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 10-19-2011, 11:38 AM
adonys adonys is offline
Approved Member
 
Join Date: Apr 2010
Posts: 850
Default

it is as simple as adding a flight for Bf-110C-4 or Bf-110C-7, for the BoB_LW_ZG2_Stab or BoB_LW_ZG26_Stab airgroups into the Template.mis file.
Reply With Quote
  #2  
Old 10-19-2011, 12:00 PM
addman's Avatar
addman addman is offline
Approved Member
 
Join Date: Mar 2010
Location: Vasa, Finland
Posts: 1,593
Default

Quote:
Originally Posted by adonys View Post
it is as simple as adding a flight for Bf-110C-4 or Bf-110C-7, for the BoB_LW_ZG2_Stab or BoB_LW_ZG26_Stab airgroups into the Template.mis file.
Never mind, I've figured it all out!
__________________

Last edited by addman; 10-19-2011 at 12:44 PM.
Reply With Quote
  #3  
Old 10-20-2011, 12:20 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Some questions from sukhoi.ru users http://www.sukhoi.ru/forum/showthrea...=1#post1715124

Quote:
1. Many people from sukhoi.ru have problems when starting new compaign. Breafing is empty, no flightplan on map and only available button is aircraft settings. If i press Esc and enter the mission, there ships and radars only and nothing more. I've deleted compaign and trying to start new one many times, it starts on 5th or 6th try. But, when i'm enter the mission, there only my plane, no ai planes, no other combat units. What am i doing wrong? May be wrong installation or maybe i should install something else except binaries?
2. This is a true dynamic compaign, with front movements or its a mission generator?
Reply With Quote
  #4  
Old 10-20-2011, 08:45 PM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

Small update: http://il2dce.googlecode.com/files/IL2DCE-0.2.1.306.exe

Includes a bugfix for russian language culture, added a Bf 110 C-4 squadron and moved some squadrons to other airfields to avoid takeoff crashes.
Reply With Quote
  #5  
Old 10-20-2011, 09:14 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

Thank you very much for the fix!

Was it a regional settings issue like decimal comma or data format, anything we need to know?
Reply With Quote
  #6  
Old 10-20-2011, 09:35 PM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

Quote:
Originally Posted by Ataros View Post
Thank you very much for the fix!

Was it a regional settings issue like decimal comma or data format, anything we need to know?
For some reason I was unable to post it at sukhoi, thanks for posting the update. Yes I missed to parse 2 values in with invariant culture number format. This caused the flight size to be 0 so no flight was available in the mission.

If you want to convert a string to a double value, for example
Code:
string inputString = "0.5";
you should use
Code:
double outputDouble;
double.TryParse(inputString, System.Globalization.NumberStyles.Any, System.Globalization.CultureInfo.InvariantCulture.NumberFormat, out outputDouble);
If you want to convert a double value to a string you should use
Code:
double someDoubleValue = 0.5;
someDoubleValue.ToString(System.Globalization.CultureInfo.InvariantCulture.NumberFormat)
If you don't use the InvariantCulture the default language culture of your system (or application) is used. Depending on this language culture the expected seperator can be "," which causes the parsing to fail if the input string uses "." as seperator. The same goes for the convertion from double to string.

Last edited by 41Sqn_Banks; 10-21-2011 at 07:26 AM.
Reply With Quote
  #7  
Old 10-20-2011, 09:43 PM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

If you are unsatisfied with one of the missions, please give me feedback. At least I need the mission type and a description what you didn't like. Even better if you can provide the mission files. They are located at:

"C:\Users\<windows login>\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\mission\IL2DCE\<pilot name>\<campaign name>_<mission date>.mis" and the .briefing file.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:51 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.