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-01-2011, 12:43 PM
hc_wolf hc_wolf is offline
Approved Member
 
Join Date: Jul 2010
Posts: 439
Default

Quote:
Originally Posted by JG1_Wanderfalke View Post
sry, i dont get it, where do i have to install what ????
Just unzip the file to your drive so you have a hellscircus folder like below.

C:\Users\.......\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\missions\Multi\Dogfight\HellsCircus


to play go to multiplayer > Server > navigate to Multi\Dogfight\HellsCircus and select a mission
__________________
__________________
Win7, 64bit Ultra
Asus P8P67Pro MB
Intel i7-2600K
Coursair 16GB (4x 4GB), DDR3-1600MHz
Gainward Nvidia 580GTX 3GB DDR5
850-Watt Modular Power Supply
WIN7 and COD on Gskill SSD 240GB
40" Panasonic LCD
TrackIR5 +
Thrustmaster Warthog stick, throttle & pedals
Reply With Quote
  #2  
Old 10-04-2011, 08:49 PM
Ataros Ataros is offline
Approved Member
 
Join Date: Jun 2010
Location: USSR
Posts: 2,439
Default

I was trying to figure out aircraft limiting script in the Channel mission. I think it is missing a part which deducts aircraft numbers when exiting a plane.

Code:
    public override void OnPlaceLeave(Player player, AiActor actor, int placeIndex)
    {
        base.OnPlaceLeave(player, actor, placeIndex);

        if (actor != null && actor is AiAircraft)
        {
            //check limited aircraft
            switch ((actor as AiAircraft).InternalTypeName())
            {
                case "bob:Aircraft.Bf-109E-3":
                    current109s--;
                    break;
                case "bob:Aircraft.SpitfireMkI":
                    currentSpitIs--;
                    break;
                case "bob:Aircraft.HurricaneMkI":
                    currentRotols--;
                    break;
            }
        }

        Timeout(1, () =>
        { damageAiControlledPlane(actor); }
            );
    }
I saw this script here http://forum.1cpublishing.eu/showthr...eration+dynamo
Maybe it should be added.

Can number of planes be limited in the France and Fields missions as well?
To start with I think it is reasonable to limit say:
Spit 2a by 10
109E4 by 15
110C7 by 3
Stuka by 3

Please remove 109-E3B and 109-E4B completely if possible.

I noticed that Fields mission has this code
Code:
       GamePlay.gpHUDLogCenter(new Player[] { player }, "Your Task: Wait for Server to be Restarted. All markers are Captured");
	//	GamePlay.gpLogServer(pl, " GAME OVER!! score now is Red {0}:{1} Blue", new object[] { ScoreRed,ScoreBlue });
        GamePlay.gpHUDLogCenter(new Player[] { player }, "GAME OVER: Restart Server Game");
I do not think we can restart a server (launcher.exe) via script yet and we have no one at Repka to do this manually. I think when mission is ended all Actors must be destroyed by a script and then the main .mis file of the mission loaded again. This would start the mission from beginning again. What do you think?

Thank you again for your great missions and support you provide. Sorry if I misunderstand something.

BigRepa probably plans to run the France HCv6 map on Repka #3 and maybe the Fields map on Repka #2 in rotation with Steppe map if he figures out how rotation works and if it works correctly.

edit. HCv6a.cs has a different filename than a .mis file.

Last edited by Ataros; 10-04-2011 at 08:57 PM.
Reply With Quote
Reply


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 03:13 AM.


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