FSDeveloper Community

Go Back   FSDeveloper Community > Search Forums

Showing results 1 to 25 of 28
Search took 0.01 seconds.
Search: Posts Made By: TYC4496
Forum: SimConnect 24 Mar 2011, 05:19
Replies: 21
Views: 8,305
Posted By TYC4496
OK I got it. Opening a client with the IP...

OK I got it.

Opening a client with the IP adress and port of the server computer works.

Regards
Forum: SimConnect 14 Mar 2011, 17:26
Replies: 21
Views: 8,305
Posted By TYC4496
Hi, I have 2 computers running FSX on a...

Hi,

I have 2 computers running FSX on a LAN.

One computer (let's call it the server) is generating some AI traffic via the SimConnect_AICreateNonATCAircraft function and they are correctly...
Forum: SimConnect 14 Mar 2011, 11:33
Replies: 6
Views: 2,151
Posted By TYC4496
I remember that the SDK say something about...

I remember that the SDK say something about highest priority or so...

May be you could try to have a look at that...
Wether it's relevant or not, I don't know...

Good luck
Forum: SimConnect 14 Mar 2011, 06:06
Replies: 6
Views: 2,151
Posted By TYC4496
I guess that you use the...

I guess that you use the SimConnect_RequestDataOnSimObject function to receive data values.

In that case you can specify a SIMCONNECT_PERIOD. For exemple the SIMCONNECT_PERIOD_SIM_FRAME specifies...
Forum: SimConnect 13 Mar 2011, 17:37
Replies: 4
Views: 1,723
Posted By TYC4496
Hi Adiemus, So finally is it possible to...

Hi Adiemus,

So finally is it possible to get information about Multiplayer Aircraft with SimConnect using ITrafficInfo :eek:

Could you please give us some technical details how to use...
Forum: SimConnect 03 Jan 2011, 11:47
Replies: 1
Views: 825
Posted By TYC4496
Simconnect_data_waypoint syntaxe

Hi All,

There is something I don't understand with the FSX WAYPOINT structure.

it is define as follow :

struct SIMCONNECT_DATA_WAYPOINT{
double Latitude;
double Longitude;
double ...
Forum: SimConnect 02 Jan 2011, 16:32
Replies: 0
Views: 834
Posted By TYC4496
FSX roads nodes

Hi all,

although this is not a SimConnect issue I think that some of you here could help me in that task.

I would be interested to get the coordinates (latitudes, longitudes) of the FSX roads...
Forum: SimConnect 12 Dec 2010, 08:48
Replies: 2
Views: 1,547
Posted By TYC4496
Thanks Daniel :)

Thanks Daniel :)
Forum: SimConnect 09 Dec 2010, 13:22
Replies: 3
Views: 922
Posted By TYC4496
Hi Tim, Thanks it works (with the additional...

Hi Tim,

Thanks it works (with the additional change sprintf(num, "%1d", n) because num is already a string no need of the \").
Forum: SimConnect 08 Dec 2010, 04:15
Replies: 2
Views: 1,547
Posted By TYC4496
Triggering FSX effect with Simconnect

Hi All,

Does anybody know if it's possible to trigger an FSX effect with Simconnect ?

Let's imagine that I want to trigger an engine fire effect if my plane fly one minute long above 25000ft. I...
Forum: SimConnect 08 Dec 2010, 04:05
Replies: 3
Views: 922
Posted By TYC4496
Hi Tim, Thanks. I will give it a try ;)

Hi Tim,

Thanks. I will give it a try ;)
Forum: SimConnect 06 Dec 2010, 11:13
Replies: 3
Views: 922
Posted By TYC4496
Question C variables in SimConnect_MapClientEventToSimEvent()

Hi All,

I would like to map 0,1,..9 keystroke in a Simconnect application. Although the following code works :


hr = SimConnect_MapClientEventToSimEvent(NewSimConnect, EVENT_0);
hr =...
Forum: SimConnect 25 Nov 2010, 03:56
Replies: 3
Views: 1,092
Posted By TYC4496
Oh yes sure. You must use the...

Oh yes sure. You must use the SimConnect_AddToDataDefinition() and then SimConnect_SetDataOnSimObject() to set it at your convenience. Below are the corresponding parts of the code. See the...
Forum: SimConnect 23 Nov 2010, 16:35
Replies: 3
Views: 1,092
Posted By TYC4496
OK don't worry I got it :p :D

OK don't worry I got it :p :D
Forum: SimConnect 23 Nov 2010, 13:17
Replies: 3
Views: 1,092
Posted By TYC4496
Setting AI Flap position

Hi All,

I use SimConnect_AICreateSimulatedObject() with the SIMCONNECT_DATA_INITPOSITION to initialised position of a AI controlled aircraft, and it works fine.
I am also able to inject a flight...
Forum: SimConnect 14 Nov 2010, 09:46
Replies: 8
Views: 1,350
Posted By TYC4496
It's what I was thinking. Thanks again ;)

It's what I was thinking.

Thanks again ;)
Forum: SimConnect 14 Nov 2010, 05:33
Replies: 8
Views: 1,350
Posted By TYC4496
Hi Arno, It's what I was thinking about. ...

Hi Arno,

It's what I was thinking about.

Thanks and congrats for ModelConverterX ;) The tutorial is very nice and helped me to convert an object of a library into an MDL model. I have just a...
Forum: SimConnect 13 Nov 2010, 19:28
Replies: 8
Views: 1,350
Posted By TYC4496
Hi, It was just an exemple. Anyway thanks...

Hi,

It was just an exemple. Anyway thanks for your advise.
Forum: SimConnect 13 Nov 2010, 14:31
Replies: 8
Views: 1,350
Posted By TYC4496
Thanks. I was just having a look at the...

Thanks.

I was just having a look at the ModelConverterX video (http://www.fsdeveloper.com/wiki/index.php?title=ModelConverterX_video_tutorial)

Any idea if on can put directly an object in a bgl...
Forum: SimConnect 13 Nov 2010, 13:17
Replies: 12
Views: 3,992
Posted By TYC4496
Hi Daniel, many thanks for your help :)

Hi Daniel,

many thanks for your help :)
Forum: SimConnect 13 Nov 2010, 13:15
Replies: 8
Views: 1,350
Posted By TYC4496
Converting FSX scenary library objects into MDL ?

Hi All,

I am just wondering if it's possible to convert any scenary library object into a MDL one. it sounds that i just would like to do the opposite of what SAMM is actualy doing.


For...
Forum: SimConnect 11 Nov 2010, 09:15
Replies: 12
Views: 3,992
Posted By TYC4496
It sounds that I waw a little bit optmistic :mad:...

It sounds that I waw a little bit optmistic :mad: :p

When I tried to launch the program on the other computer with FS I get the following message :



I guess taht it's again some MS things...
Forum: SimConnect 11 Nov 2010, 06:53
Replies: 12
Views: 3,992
Posted By TYC4496
OK. So if I understand correctly I don't...

OK.

So if I understand correctly I don't need to care about these messages. Right ?

It's time to start with my own project :D

Thank you so much to help me starting with the Simconnect...
Forum: SimConnect 11 Nov 2010, 05:26
Replies: 12
Views: 3,992
Posted By TYC4496
So I tried and thanks to you I made some progress...

So I tried and thanks to you I made some progress because now it works : I mean that the DOS windows open and "Failed to connect to flight simulator" message appears and then the window close. This...
Forum: SimConnect 11 Nov 2010, 04:50
Replies: 12
Views: 3,992
Posted By TYC4496
Hi Daniel, Yes you are right, FSX is NOT...

Hi Daniel,

Yes you are right, FSX is NOT installed on the laptop, I just did what is depicted on the link I posted.

I will try to install simconect as you suggest and will let you know.
...
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT -4. The time now is 15:01.

Kirsch designed by Andrew & Austin


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.