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 09-20-2012, 10:47 PM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

You mistake is not the actorname, its correct, but you used
Code:
(part.ParameterTypes.I_VelocityIAS, -1);
you must use
Code:
(part.ParameterTypes.Z_VelocityIAS, -1);
BTW. The simplest way to get the actorname is in game external view, right click -> enable show object names.

Last edited by FG28_Kodiak; 09-20-2012 at 10:50 PM.
Reply With Quote
  #2  
Old 09-21-2012, 06:00 AM
podvoxx podvoxx is offline
Approved Member
 
Join Date: Feb 2010
Posts: 190
Default

Quote:
Originally Posted by FG28_Kodiak View Post
You mistake is not the actorname, its correct, but you used
Code:
(part.ParameterTypes.I_VelocityIAS, -1);
you must use
Code:
(part.ParameterTypes.Z_VelocityIAS, -1);
BTW. The simplest way to get the actorname is in game external view, right click -> enable show object names.
Parameters info:
http://www.sukhoi.ru/forum/showthrea...=1#post1896460

Code:
/// [Misc.: Machine Spatial Coordinates]
        /// <para>Indicates machine position in world coordinates.</para>
        /// <para>Subtype 0 shows X-coordinate;</para>
        /// <para>Subtype 1 shows Y-coordinate;</para>
        /// <para>Subtype 2 shows Z-coordinate.</para>
        /// </summary>
        Z_Coordinates,
        /// <summary>
        /// [Misc.: Machine Spatial Orientation]
        /// <para>Indicates machine orientation, angles are in degrees.</para>
        /// <para>Subtype 0 shows yaw (0 degrees point E);</para>
        /// <para>Subtype 1 shows pitch (nose-up is negative);</para>
        /// <para>Subtype 2 shows roll (right roll is positive).</para>
        /// </summary>
        Z_Orientation,
        /// <summary>
        /// [Misc.: Machine Overload under Acceleration]
        /// <para>Indicates overload in m/s/s.</para>
        /// <para>Generic subtype (-1) shows accelerometer, being 0 under normal conditions;</para>
        /// <para>Subtype 0 shows acceleraton along machine's X axis;</para>
        /// <para>Subtype 1 shows acceleraton along machine's Y axis;</para>
        /// <para>Subtype 2 shows acceleraton along machine's Z axis.</para>
        /// </summary>
        Z_Overload,
        /// <summary>
        /// [Misc.: Machine Altitude AGL]
        /// <para>Indicates machine elevation above ground level in meters.</para>
        /// </summary>
        Z_AltitudeAGL,
        /// <summary>
        /// [Misc.: Machine Altitude MSL]
        /// <para>Indicates machine elevation above 0.0 Z-plane.</para>
        /// </summary>
        Z_AltitudeMSL,
        /// <summary>
        /// [Misc.: Machine's Velocity in Air]
        /// <para>Indicates machine's aerial velocity.</para>
        /// <para>Generic subtype (-1) shows velocity length;</para>
        /// <para>Subtype 0 shows aerial flow along machine's X-axis;</para>
        /// <para>Subtype 1 shows aerial flow along machine's Y-axis;</para>
        /// <para>Subtype 2 shows aerial flow along machine's Z-axis.</para>
        /// </summary>
        Z_VelocityIAS,
        /// <summary>
        /// [Misc.: Machine's Velocity in World Coordinates]
        /// <para>Indicates machine's absolute velocity.</para>
        /// <para>Generic subtype (-1) shows velocity length;</para>
        /// <para>Subtype 0 shows machine's speed along world's X-coordinate;</para>
        /// <para>Subtype 1 shows machine's speed along world's Y-coordinate;</para>
        /// <para>Subtype 2 shows machine's speed along world's Z-coordinate.</para>
        /// </summary>
        Z_VelocityTAS,
        /// <summary>
        /// [Misc.: Machine's Mach Factor]
        /// <para>Indicates machine's aerial velocity devided by sonic speed.</para>
        /// <para>Generic subtype (-1) shows velocity length;</para>
        /// <para>Subtype 0 shows aerial flow along machine's X-axis;</para>
        /// <para>Subtype 1 shows aerial flow along machine's Y-axis;</para>
        /// <para>Subtype 2 shows aerial flow along machine's Z-axis.</para>
        /// </summary>
        Z_VelocityMach,
        /// <summary>
        /// [Misc.: Ambient Temperature]
        /// <para>Indicates air temperature around machine's location, in K.</para>
        /// </summary>
        Z_AmbientAirTemperature,
Reply With Quote
  #3  
Old 09-21-2012, 03:22 PM
frantic69 frantic69 is offline
Approved Member
 
Join Date: Mar 2010
Posts: 17
Default

hello guys,

Thank you very much for your help.

You are right Kodiak (one more time ). This is not my instrument that I want to see but the AI instrument. So, I changed the I to Z and it works.

Thanks again,
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 08:47 PM.


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