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

IL-2 Sturmovik: Cliffs of Dover Latest instalment in the acclaimed IL-2 Sturmovik series from award-winning developer Maddox Games.

Reply
 
Thread Tools Display Modes
  #11  
Old 06-02-2011, 06:04 PM
Vengeanze Vengeanze is offline
Approved Member
 
Join Date: Apr 2011
Location: Stockholm
Posts: 837
Default

Quote:
Originally Posted by Blackdog_kt View Post
You can, it's in (your CoD folder)\manual.

In fact, the manual might not explain much about the aircraft but it does explain the interface quite well.
They are called Info Window in-games so I searched the manual for Window. Got 12 hits of which only one talked about overlayed windows.
Don't care to read the hole thing. Could you give me a pageno. plz.
Reply With Quote
  #12  
Old 06-03-2011, 02:08 AM
jimbop jimbop is offline
Approved Member
 
Join Date: Jan 2011
Location: Australia
Posts: 1,064
Default

Yes, this would be a great feature and has been asked for several times - would be nice to see it included eventually. It would need to be a server option but would be very useful to learn how best to take specific planes down.
Reply With Quote
  #13  
Old 06-03-2011, 04:18 AM
machoo
Guest
 
Posts: n/a
Default

I don't care about online , I don't play online , nobody plays so why bother. I just mean for offline.
Reply With Quote
  #14  
Old 06-03-2011, 07:17 AM
Rattlehead Rattlehead is offline
Approved Member
 
Join Date: Sep 2010
Posts: 727
Default

Quote:
Originally Posted by PeterPanPan View Post
Agreed too, but what would be nice would be to have a mechanic's debrief after you land telling you just what you broke/damaged on your kite.
Nice idea.
Reply With Quote
  #15  
Old 06-03-2011, 08:35 AM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

Quote:
Originally Posted by machoo View Post
I read somewhere on here that you can make up info boxs and it will tell you what part of the enemy part you are damaging. How do you do this?
You can use a script
like
Code:
using System;
using maddox.game;
using maddox.game.world;

public class Mission : maddox.game.AMission
{

    public override void OnAircraftDamaged(int missionNumber, string shortName, AiAircraft Aircraft, AiDamageInitiator DamageFrom, part.NamedDamageTypes WhatDamaged) 
    {
    	base.OnAircraftDamaged(missionNumber, shortName, Aircraft, DamageFrom, WhatDamaged);
    	
    	if (DamageFrom.Player != null )
    	{
    	    GamePlay.gpLogServer (null, "{0} hits {1} : {2} \n", new object [] {DamageFrom.Player, shortName, WhatDamaged});//Test
      }
    	
    }
}
The script shows the damaged part in the chat bar and in console (or serverlog if enabled).

May be usefull for training missions.

Sample Mission in Attach Bf109 against single Anson, it's a single Mission so copy the files to "\Documents\1C SoftClub\il-2 sturmovik cliffs of dover\missions\Single"
Attached Files
File Type: zip OnAircarftDamaged1.zip (1.0 KB, 13 views)

Last edited by FG28_Kodiak; 06-03-2011 at 08:37 AM.
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 01:29 PM.


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