Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   IL-2 Sturmovik: Cliffs of Dover (http://forum.fulqrumpublishing.com/forumdisplay.php?f=189)
-   -   Detailed damage info? (http://forum.fulqrumpublishing.com/showthread.php?t=23486)

Vengeanze 06-02-2011 06:04 PM

Quote:

Originally Posted by Blackdog_kt (Post 292476)
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. :-D

jimbop 06-03-2011 02:08 AM

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.

machoo 06-03-2011 04:18 AM

I don't care about online , I don't play online , nobody plays so why bother. I just mean for offline.

Rattlehead 06-03-2011 07:17 AM

Quote:

Originally Posted by PeterPanPan (Post 292360)
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.

FG28_Kodiak 06-03-2011 08:35 AM

1 Attachment(s)
Quote:

Originally Posted by machoo (Post 292247)
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"


All times are GMT. The time now is 09:35 PM.

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