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
  #71  
Old 04-15-2012, 04:29 PM
5./JG27.Farber 5./JG27.Farber is offline
Approved Member
 
Join Date: Aug 2011
Posts: 1,958
Default

I tested it.

Luton is the only station that picks up the bombers. I assume Luton is the station which gets bombed. It continues to function after been blown to pieces.

The other stations pick up nothing.

I altered the mission slightly. I airspawned myself in ad crashlanded near the towers.

Tab menu is disabled on killed.
Reply With Quote
  #72  
Old 04-15-2012, 05:14 PM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

Luton has two radarstations attached one for sectors A1..A3 and one for B1..B3, the Bombers destroyed this for A1..A3, so there should no informations from these sectors be available. But this is not the case?
Do you changed the MISSION_FILE variable to your needs? If it is not found there are no triggers for the Radars are generated, which are needed to register the destroying of it.
My testversion is in ..\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\missions\RadarTest


It's normal that the mission menu is vanished after death or parachute.

Last edited by FG28_Kodiak; 04-15-2012 at 05:22 PM.
Reply With Quote
  #73  
Old 04-15-2012, 06:32 PM
5./JG27.Farber 5./JG27.Farber is offline
Approved Member
 
Join Date: Aug 2011
Posts: 1,958
Default

I will test again.

I did not change anything, only where I spawned.
Reply With Quote
  #74  
Old 04-15-2012, 06:53 PM
5./JG27.Farber 5./JG27.Farber is offline
Approved Member
 
Join Date: Aug 2011
Posts: 1,958
Default

ok I tested it. Luton channel still works when the radar is destroyed. Is this becase each channel has two radars?

I changed the flight path of the bombers to go accross all radars. This works and you have to change channel to keep up with them.
Reply With Quote
  #75  
Old 04-15-2012, 09:00 PM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

Which path do you have the mission?
Is there a message "Radar destroyed" in the chat bar, if the radar is hit? If not the missionpath is wrong, if yes i there is a bug elsewhere

Memo to myself: Add a message if the mission file is not found
Reply With Quote
  #76  
Old 04-15-2012, 09:21 PM
5./JG27.Farber 5./JG27.Farber is offline
Approved Member
 
Join Date: Aug 2011
Posts: 1,958
Default

Ahh ok, I dont script. Sorry, I ddint realise it was s o specific.

Yes now in the right directory it works! A message comes up saying Radar Destroyed. When you ask for information after this it says, No enemy in other available sectors spottet. Maybe after its destroyed and a request is made it should read - Negative, Radar Blind?

So we just add grids in the .cs file for the grids we want it to be able to see?

Could radar actually tell the difference between fighters and bombers? Maybe it should say aircraft?
Reply With Quote
  #77  
Old 04-16-2012, 04:23 AM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

Quote:
So we just add grids in the .cs file for the grids we want it to be able to see?
If you look at the code you will find
Code:
 List<LocalHeadquarters> Headquarters = new List<LocalHeadquarters>{
        {new LocalHeadquarters("Luton", "CallSign24", 100.0, 100.0, new ObserverStation( "Static0","A,1","A,2","A,3"), new ObserverStation( "Static1","B,1","B,2","B,3"))},
        {new LocalHeadquarters("RadPoe", "CallSign32", 200.0, 200.0, new ObserverStation( "Static2","C,1","C,2","C,3"), new ObserverStation( "Static3","D,1","D,2","D,3"))},
        {new LocalHeadquarters("Forest", "CallSign15", 300.0, 300.0, new ObserverStation( "Static4","E,1","E,2","E,3"), new ObserverStation( "Static5","F,1","F,2","F,3"))}
    };
there you can add/remove the observed sectors from a "Radarstation".

Code:
new LocalHeadquarters("Luton", "CallSign24", 100.0, 100.0, ..
Here you can modify the Headquarter, first the name of it, second its callsign, third and fourth the Position of it (needed later for "in range communication"). The next parameters are the attached Radarstations to this sectors.
Code:
new ObserverStation( "Static0","A,1","A,2","A,3")
first parameter is the name of the object from the mis-file, the next parameters are the sectors which are observed, you can add so many sectors you like.
You can also add so many Radarstations to a HQ you need.



The message texts are only placeholders at the moment.

Last edited by FG28_Kodiak; 04-16-2012 at 04:32 AM.
Reply With Quote
  #78  
Old 04-16-2012, 07:08 AM
5./JG27.Farber 5./JG27.Farber is offline
Approved Member
 
Join Date: Aug 2011
Posts: 1,958
Default

Very good explination, thank you Kodiak!

ok, so now we have a working example, how about 4 min delay and 4 min lock out?
Reply With Quote
  #79  
Old 04-16-2012, 07:41 AM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

Working on it. Time delay is no problem.
i've added number, course and height information to the messages. May be i will add a message for Intercept course to the nearest or biggest enemy group, or make it able to select the target via mission menu and then get the course settings.
Reply With Quote
  #80  
Old 04-16-2012, 07:49 AM
5./JG27.Farber 5./JG27.Farber is offline
Approved Member
 
Join Date: Aug 2011
Posts: 1,958
Default

I dont think Radar could give much details, other than, aircraft 10+,30+,50+ location and heading. Thats it I think.
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 12:23 PM.


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