-
Posts
1,699 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Gallery
Downloads
Everything posted by jcboliveira
-
FSUIPC_SDK programming question
jcboliveira replied to Highvolt's topic in FSUIPC Support Pete Dowson Modules
Why don't you use a timer? I don't know what you are doing with the data but generally if it an external program there is no need for such intensive query. Even in T/D analisys I use timers to light up the requests. José -
In the readme there's a mantion about putting the player name in the AIBridge dialog. This will prevent the own target problem. José
-
Fsuipc and Afcad
jcboliveira replied to Stewart Pearson's topic in FSUIPC Support Pete Dowson Modules
And you didn't look here http://www.forums.simflight.com/viewtopic.php?t=10812 Jsoé -
getting error in FSUIPC_Open2(..)
jcboliveira replied to fig's topic in FSUIPC Support Pete Dowson Modules
I use a timer and FSUIPC connection is delayed 2 seconds. The retries are also 2 second apart but since it is a module / gauge I think there is no need for retries. José -
Just connected with the new version: 2.3 October 07, 2003, 15:23:00 Downloaded from the link http://www.airsim.net/modules.php?name=etit&lid=2 and the log shows: 252390 Client Application: "AIBridge" (Id=4032) 252390 D:\jcarlos\desktop\AIBridge.exe 252390 Product="AIBridge" 252390 Company="Jose Oliveira" 252390 Key is provided 426890 WRITE0 1F80, 40 bytes: 0C 19 00 00 C4 DD 53 42 2D 0E D3 BF 00 80 B9 45 426890 80 F8 FA 00 C9 09 55 50 53 31 31 30 38 00 00 00 426890 00 00 00 00 00 00 00 00 431547 WRITE0 1F80, 40 bytes: 0C 19 00 00 C4 DD 53 42 2D 0E D3 BF 00 80 B9 45 431547 80 F8 FA 00 C9 09 55 50 53 31 31 30 38 00 00 00 431547 00 00 00 00 00 00 00 00 José
-
And the Eric gauge has the FSUIPC key? One easy way to see what is happenning is using trafficlook that cames With FSUIPC if the planes are listed in the program the AIBridge is working as it should. Anyway there are several AIBridge versions: 2.0 - Works with FS2002 multiplayer or VATSIM/IVAO (Pete site); 2.1, 2.2 - Works with FS2004/FS2002 VATSIM/IVAO 2.3 - Works with FS2002/FS2004 VATSIM/IVAO and multiplayer. I changed the way the multiplayer data is grabbed and injected in the tables in 2.3. José
-
The AIBridge in the above link should work OK. Since I have a registered FSUIPC version didn't saw the problem. Regarding the problem with AIBRidge and the registered version how are you using AIBridge? Thanks José
-
Hi I'm having lot of problems with Simflight sites my ISP doesn't like the Domain :x so it takes a loong ime to check foruns. Finished 2.3 and made the initial tests. You can grab the beta over here: http://www.airsim.net/modules.php?name=etit&lid=2 Pete as usual when it's tested I will send you. Thanks José
-
For using in FS2004 or FS2002? For FS2004 and SB operations try this: http://pt.simflight.com/downloads/AIBridge21.zip I'm just finishing a version and the key will be automated. Best José
-
Distance Travelled
jcboliveira replied to VANZ Webmaster's topic in FSUIPC Support Pete Dowson Modules
Or just record the Ground speed and flight Time. With a samplig rate of 5s the final value is accurate enougth. José -
FSUIPC 3.04 and accraFIR location ??
jcboliveira replied to sulbaran's topic in FSUIPC Support Pete Dowson Modules
Now I'm lost. I think the VATSIM forum over AVSIM http://forums.avsim.net/dcboard.php?az=&forum=141 or the newsgroups in simflight are maybe the next place to ask. http://snn.simflight.com/cgi-bin/dnewswtsim&utag= Usually over Pete forum the users have a full license like myself but in those places you can find someone with the same proble. José -
FSUIPC 3.04 and accraFIR location ??
jcboliveira replied to sulbaran's topic in FSUIPC Support Pete Dowson Modules
two things: Use FSUIPC code for SB; Make sure you are using . as decimal and not , The place Accra is the 0W,0N the best place to test anything at VATSIM there are always lot of planes over there :) José -
Done some MS SPY++ on FS9 and it seems that in my processor, not HT There are 13 threads in FS9 but only one as a significant processor time so every thing seems to be contained there. By what you said it seems that the logical processor in HT are adaptative. If one logical processor is loaded and the other is free the processor gives more resources to the loaded one. So the load balance it isn't critical and instead it is desirable that the threads belonging to a process should reside in the same processor, I'm not used to HT only MP where load balance is critical. José
-
If you are using SB in FS2004 the you need SBRelay in the readme it is everything that you want to know about: SB and FSUIPC registration; CSL; The onlly missing bit is the need to put the decimal as . instead of , José
-
Of course this is very personnal. This is how I have done it: 1 - Install last CH control manager; This will prevent the pedals disconnect that happens with certain USB chipsets; I'm not using the mapping facilities; 1a - make sure in USB root that "allow the computer to turn off this device" is unchecked; 2 - Use CH control manager to calibrate pedals and yoke; 3 - Reassign rudder in FS. FS assigns yoke mixture to rudder. Don't ask me why. 4 - In FS sensitivities put the maximum for sensitivity and 0 for null zone 5 - In FSUIPC calibrate again the axes Brakes: min 1300 max 16192 Rudder: null zone -2000 2000 Of course these values are largely ditated by controls age, dust etc since they are resistance based. José Oliveira
-
This was always a complete mystery for me. Never could make the sequence work. Things like shift E 2 for doors. After reading the FSUIPC for advanced users and keys/buttons programming I got the impression that this sequences are only supported in joystick button programming, is that right? In FS2002 I used the Lago FSassist but now I have to use shift P and couldn't get the proper left and right. Thanks José
-
Live manipulation of AI Traffic
jcboliveira replied to a1cbyrnes's topic in FSUIPC Support Pete Dowson Modules
Aircraft manipulation is something that I only know how to do in multiplayer. If you search the forum I have an idea dealing with 2 computers to manipulate AI but never tried. FS2004 multiplayer interface is very diferent from FS2002. SDK and API. So maybe it's wise to wait a litle for the SDK and start to learn DX8 directplay. José -
Hi Pete Just one question. As far I understand FSUIPC3 has two models for weather: Global (same as FS2002) and multiple stations (new in FS2004). If I understood the FSUIPC manual (this time I read it :) ) that could mean: if the aloft winds are injected using local weather model the Wind Smoothness doesn't apply and abrupt wind changes can happen when going from one station to another Is there any workaround? Best regards José
-
FLAPS NOT WORKING IN FS2004
jcboliveira replied to isaac's topic in FSUIPC Support Pete Dowson Modules
Pete Just to be sure. In FS2004 the flaps range changed? FSUIPC 3.03 will continue to provide in 0x0BDC 0-16384? Best Regards José -
For now. Joystick calibration I found FS9 calibration with some problems in my setup specially CH pedals they keep reporting diferential braking. I have calibration like this: In FS9 sensitivities: Null zone 0, sensitivitie maximum then in FSUIPC I recalibrate again using default null zone except for brakes. You can make some flights and test if the FS clock delays regarding system clock, use FSUIPC option for that too. Do some flights with aloft winds, see if you have any problems when winds change direction, use FSUIPC to correct. José