Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   FMB, Mission & Campaign builder Discussions (http://forum.fulqrumpublishing.com/forumdisplay.php?f=203)
-   -   Organising flights in a multisquad campaign. (http://forum.fulqrumpublishing.com/showthread.php?t=30979)

5./JG27.Farber 04-15-2012 04:29 PM

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.

FG28_Kodiak 04-15-2012 05:14 PM

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.

5./JG27.Farber 04-15-2012 06:32 PM

I will test again.

I did not change anything, only where I spawned.

5./JG27.Farber 04-15-2012 06:53 PM

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

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. :-P

FG28_Kodiak 04-15-2012 09:00 PM

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 :rolleyes:

Memo to myself: Add a message if the mission file is not found ;)

5./JG27.Farber 04-15-2012 09:21 PM

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?

FG28_Kodiak 04-16-2012 04:23 AM

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.

5./JG27.Farber 04-16-2012 07:08 AM

Very good explination, thank you Kodiak!

ok, so now we have a working example, how about 4 min delay and 4 min lock out? ;)

FG28_Kodiak 04-16-2012 07:41 AM

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. :rolleyes:

5./JG27.Farber 04-16-2012 07:49 AM

I dont think Radar could give much details, other than, aircraft 10+,30+,50+ location and heading. Thats it I think.


All times are GMT. The time now is 01:31 PM.

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