Search found 132 matches

by zamirk
Thu Apr 19, 2018 3:36 am
Forum: SimConnect Interface Questions
Topic: SimConnect WeaponFired Event is not working with Missile Simobject Sample in Prepar3d v4.
Replies: 4
Views: 14450

Re: SimConnect WeaponFired Event is not working with Missile Simobject Sample in Prepar3d v4.

Hi, Thanks for your quick response,i am using 4.2.21.24048 version of prepar3d and its sdk also, and version of SimConnect is 4.2.0.0. No i have no issue with Missile PDK sample but when i am using this Missile PDK sample and fire/launch that Missile its fired and working fine but i did not received...
by zamirk
Wed Apr 18, 2018 5:57 am
Forum: SimConnect Interface Questions
Topic: SimConnect WeaponFired Event is not working with Missile Simobject Sample in Prepar3d v4.
Replies: 4
Views: 14450

SimConnect WeaponFired Event is not working with Missile Simobject Sample in Prepar3d v4.

hi everyone, i am recently moved from prepar3d v3 to prepar3d v4 and facing many problems, one of them is that i configure Missile Simobject sample instead of built in missile so its successfully configured. But problem is that when i fired that missile Simobject than i did not received WEAPON_FIRED...
by zamirk
Fri Sep 22, 2017 3:50 am
Forum: Software Development Kit (SDK) Questions
Topic: Dynamically Create Objects(Elements) in XML-(Panel & Gauges)
Replies: 1
Views: 6651

Dynamically Create Objects(Elements) in XML-(Panel & Gauges)

Hi, i want to create objects(Elements) dynamically in HUD using xml, means at run time i want to create multiple rectangles, number of rectangles not static they are dynamic. i think CustomDraw can help me but there is no any detail example. help me how i can implement this. Any one from LM? Thanks
by zamirk
Tue May 02, 2017 9:53 am
Forum: SimConnect Interface Questions
Topic: Countermeasures Attach using SimConnect Problem?
Replies: 0
Views: 6055

Countermeasures Attach using SimConnect Problem?

Hi, everyone I am working on Countermeasures, i want to attach Countermeasures using SimConnect, before this i attached Weapons using SimConnect_AttachWeaponToObject function its successfully attached weapons. But for countermeasures there is no specific function in SimConnect, and i am using this S...
by zamirk
Thu Apr 20, 2017 7:00 am
Forum: Software Development Kit (SDK) Questions
Topic: Countermeasures Fire in Burst?
Replies: 0
Views: 4651

Countermeasures Fire in Burst?

Hi, everyone I am working on Countermeasures fire handling, i have issue with firing Countermeasures in burst mode, I want to fire burst of Countermeasure program with specific burst quantity(e.g 20) and burst interval(e.g 0.1 sec) using Simconnect and P3d. How i can achieve this? Any one from LM? T...
by zamirk
Wed Mar 22, 2017 8:01 am
Forum: Simulation Object Development Questions
Topic: Missile Release delay and lag User Aircraft in SimObject sample
Replies: 1
Views: 9241

Missile Release delay and lag User Aircraft in SimObject sample

Hi, When I fire missile sample simobject. Initially, after release from rail, it lags behind then gets away from User aircraft and then goes forward, so some time missile hits own User aircraft due to this lag, I want to remove this lag? I also changes and increase initial thrust of missile but agai...
by zamirk
Mon Feb 20, 2017 6:16 am
Forum: Simulation Object Development Questions
Topic: [RESOLVED] Missile release delay in SimObject sample
Replies: 2
Views: 7573

Re: Missile release delay in SimObject sample

Hi Clifton,

Thanks for your guidance, i solve my problem by increasing the thrust value on launch missile :)
by zamirk
Mon Feb 20, 2017 5:54 am
Forum: Simulation Object Development Questions
Topic: INDICATED ALTITUDE Problem-On different Systems
Replies: 1
Views: 7241

INDICATED ALTITUDE Problem-On different Systems

hi everyone, I purchase Prepar3D license and install on two systems, than i found a problem that Prepar3D shows wrong Indicated Altitude on different Systems while aircraft is on the same position, one System show 610 feet indicated altitude and other system shows 1380 feet on same position, i don't...
by zamirk
Fri Feb 17, 2017 8:08 am
Forum: Simulation Object Development Questions
Topic: [RESOLVED] Missile release delay in SimObject sample
Replies: 2
Views: 7573

[RESOLVED] Missile release delay in SimObject sample

Hi,

When I fire missile sample simobject. Initially, after release from reil, it lags behind then gets away from User aircraft and then goes forward. I want to remove this lag. Is it inherited or I have to do something to get it done?

Regards,
Zamirk.
by zamirk
Thu Feb 02, 2017 10:18 am
Forum: Simulation Object Development Questions
Topic: VisualEffectOff() on Attached Missile SimObject API
Replies: 0
Views: 5551

VisualEffectOff() on Attached Missile SimObject API

hi everyone, i am working on Missile SimObject API using Missile Sample Code, when i load this Missile.dll created by Missile Sample Code with your AMRAAM-Aim_120 missile model its shows some Visual Effect ON by default when missile attached with aircraft, but i check code there is no VisualEffectON...
by zamirk
Tue Jan 31, 2017 5:24 am
Forum: SimConnect Interface Questions
Topic: Passing Structure data using SimConnect_TransmitClientEvent()
Replies: 1
Views: 7077

Passing Structure data using SimConnect_TransmitClientEvent()

Hi everyone, i created my Custom Client Event in SimConnect, and i found SimConnect_TransmitClientEvent() function to transmit custom Client Events to any Connected SimConnect Client. SimConnect_TransmitClientEvent() allow me to send only DWORD dwData(unsigned long) data when i transmit event, but i...
by zamirk
Tue Jan 31, 2017 5:08 am
Forum: Simulation Object Development Questions
Topic: SimConnect_ReportWeaponDamaged() is not working? SimObject API
Replies: 8
Views: 12808

Re: SimConnect_ReportWeaponDamaged() is not working? SimObject API

Hi @Clifton,

Thanks for your guidance, i got it your point.
by zamirk
Thu Jan 26, 2017 6:18 am
Forum: Simulation Object Development Questions
Topic: SimConnect_ReportWeaponDamaged() is not working? SimObject API
Replies: 8
Views: 12808

Re: SimConnect_ReportWeaponDamaged() is not working? SimObject API

Hi Clifton, Thanks for your guidance, i found there is an Option in SimObject API to register event's, so i am using this functionality to register Weapon_Detonated event in Missile SimObject API Sample, so it is possible to trigger this Weapon_Detonated event in SimConnect? Is possible, then how? b...
by zamirk
Thu Jan 19, 2017 6:47 am
Forum: Simulation Object Development Questions
Topic: SimConnect_ReportWeaponDamaged() is not working? SimObject API
Replies: 8
Views: 12808

Re: SimConnect_ReportWeaponDamaged() is not working? SimObject API

hi,
Any from from LM?
who can help me to solve my problem, i am confusing how i can generate/trigger event in SimConnect
when my Missile SimObject destroy?

Thanks
by zamirk
Tue Jan 17, 2017 3:47 am
Forum: Simulation Object Development Questions
Topic: Accessing Simulation Variables & Events
Replies: 6
Views: 14437

Re: Accessing Simulation Variables & Events

hi,

you can use GetProperty() method of SimObjects for e.g
simObjectOfAirPlane->GetProperty("Total Velocity", "knots", dParentVel, 0);

i think this will help you :)