

gillesdrone
Members-
Posts
146 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by gillesdrone
-
[DCSW: Mi-8MTV2] English Cockpit Mod
gillesdrone replied to Devrim's topic in Utility/Program Mods for DCS World
Thank's for this job... I wait for the 1.2.7 :) -
Thank's for your great work for this script , I use it for mission with my little groupe I have à question : if I pick soldiers : " extract1 " I creat a triggerzone " pose" and I have put soldiers insrgents in mode late activate I creat a trigger " if extract1 is in this zone then soldiers insurgents activates but when I drop extract1 in this zone the soldiers insurgents not here ... is the extract1 recognise on the MAp? it is really on view F10 I hope you anderstand my question with my poor english ;)
-
thank's for your answer ;) but it is bevor version 1.2.6 new update now for me it is not operational
-
hello I want modify the ARK22.lua for an other place is there 3 groups of 8 airports on DCS map but we have only the north side of it in ARK22 for last version of DCSBlackshark I have modify in 3 files for ANAPA zone for Tbilisi zone for Gudauta zone but with last version is not fonctionnal is there a pilot has make new version ? if I arrive to do I post here ;) thank's for your answer
-
[DCSW: Mi-8MTV2] English Cockpit Mod
gillesdrone replied to Devrim's topic in Utility/Program Mods for DCS World
Thank's for your Work , very nice :) -
thank's for your support :) I had in my pc , 5 c++ ( 2005 2008 2008 2010 2011 ) I uninstall all and I install only 2010 now I cross the digits but no problem after a few hours of test THANK'S
-
I have in thirst time , repair ... same ... and I have desactived all modules and uninstall DCS , and properly install ... same error I crash with KA50 , P51D, MI8 , UH-1H , to test I have rename uh1.protect.dll , and it crash with an other dll : Nom de l’application: dcs.exe Version de l’application: 1.2.6.17746 Horodatage de l'application: 5225b96f Nom du module par défaut: p51_protect.dll Version du module par défaut: 5.70.46.4 Horodateur du module par défaut: 5225b831 Code de l’exception: 40000015 Décalage de l’exception: 000000000002e2ee Version du système: 6.0.6002.2.2.0.256.6 this day I play with 3 hélicopters no problem , but it is Random
-
my system : intel core I7 940 2,93 Ghz oc 3,5 Ghz RAM 12Go VISTA Pro 64 Bits service pack 2 2 Graphic Cards NVIDAI 295GTX no problem bevor 1.2.6 just with last version
-
Since the last version of DCS 1.2.6 I have regularly this error ignature du problème*: Nom d’événement de problème: APPCRASH Nom de l’application: DCS.exe Version de l’application: 1.2.6.17746 Horodatage de l'application: 5225b96f Nom du module par défaut: uh1_protect.dll Version du module par défaut: 5.70.46.4 Horodateur du module par défaut: 5225bcb4 Code de l’exception: 40000015 Décalage de l’exception: 000000000002e2ee Version du système: 6.0.6002.2.2.0.256.6 Identificateur de paramètres régionaux: 1036 Information supplémentaire n°*1: 1602 Information supplémentaire n°*2: aae454a0611698af970df1f898b3efb9 Information supplémentaire n°*3: 493b Information supplémentaire n°*4: df553bdad83a3faaaf65a10524bc60f8 Lire notre déclaration de confidentialité*: http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x040c Signature du problème*: Nom d’événement de problème: BEX64 Nom de l’application: DCS.exe Version de l’application: 1.2.6.17746 Horodatage de l'application: 5225b96f Nom du module par défaut: StackHash_a22d Version du module par défaut: 0.0.0.0 Horodateur du module par défaut: 00000000 Décalage de l’exception: 0000000100000000 Code de l’exception: c0000005 Données d’exception: 0000000000000008 Version du système: 6.0.6002.2.2.0.256.6 Identificateur de paramètres régionaux: 1036 Information supplémentaire n°*1: a22d Information supplémentaire n°*2: b89362ec033565b407dae43605e0f8df Information supplémentaire n°*3: fd6f Information supplémentaire n°*4: 22b07481a40a09d560023c188053dac8 is there solution ? thank's for your answere
-
Mi-8 English helper in Cockpit
gillesdrone replied to Deus-Olympus's topic in Utility/Program Mods for DCS World
Merci Deus c'est super !! :thumbup: -
my last Panel of my pit perssure out of turbine
-
Kneebord Export for all DCS modules - I need your suggestions
gillesdrone replied to PeterP's topic in DCS Modding
With a simpit KA50 and its ecrans ( 4 ) , the interet shall be to be able to program every modules with its ecrans exports because if we change aeronefs in the course of game, there is problemes of display thus to be able to put the kneeboard and the HINTs or we want would be a good thing -
hello I want use my multi screen for Huey because I want not change config of my cockpit how is possible to modify position of kneemap ans situation armement HInts ? thank's for your answere
-
new video , and it is in place :) this panel is make with galvanometer and DAC ( digital analogique converter )
-
oops ! I have'nt see it ...
-
important! If you are a SERVER you have absolutely to have this line: Allow_object_export = true, In the network.cfg file situated here: C:\Users\ \Documents\Saved Games\DCS\Config\network.cfg Because it replaces the file config.lua which allowed the exchange of data Some one in the file and of other step, at any rate when it is has the origin there it is on false
-
Very Good Work , Nice :)
-
this is the video of galva on youtube
-
I continue my panel pressure and T° oil http://gilles.guesnel.free.fr/galva/GALVA1.jpg http://gilles.guesnel.free.fr/galva/GALVA3.jpg http://gilles.guesnel.free.fr/galva/AIGUILLES.jpg
-
for Takeoff-For-Fun Just to indicate that with your files we have problemes of Fps I solved them by changing the frequency of reading of files Export Here in Export.lua I change settimeout .01 to .001 c = socket.udp() c:setsockname("*", 0) c:setoption('broadcast', true) c:settimeout(.001) -- set the timeout for reading the socket and same Here in SIOCExport ( my file ) pit = socket.try(socket.connect(siocConfig.hostIP, siocConfig.hostPort)) -- connect to the listener socket pit:setoption("tcp-nodelay",true) -- set immediate transmission mode pit:settimeout(.001) -- set the timeout for reading the socket it is better for Fps vidéo and the send to Helios and Sioc
-
We have it concerns in the 319th of the 3rd-wing, since the patch DCS for FC3 I noticed that it occurs when the distance of the target is lost during a travel as the shkval tries to repointer on the distance it becomes crazy and leaves on the highly-rated If we take a mission charged well with the overcast, we shall have the concern, if for the same mission we put a sky without cloud the disparait problem can be the other Problems are connected but that this is sure
-
I have finalise version 10 I join my file SSI in txt Export10.zip KA50_GILLES.txt
-
Further to tries deepenedthis morning, I found one or two bugs of syntax, which made default Sioc I put you here the version 9 which is the last one and which works Saddened for the inconvenience;) Export9.rar
-
Hello I have finished the Export files with this gauges : gAGR_81_RollSIOCParam = 1400 --AGR_81_Roll gAGR_81_PitchSIOCParam = 1410 --AGR_81_Pitch--- AGR_81_failure_flagSIOCParam = 1420 ---AGR_81_failure gAPUTempSIOCParam = 2000 -- SIOC Var 2000, APUTemperature 0-900 KI_13_courseSIOCParam = 2010 -- MAGNETIC COMPAS NeedleOilPressEngLeftSIOCParam = 2020 -- PRESSION HUILE MOTEUR GAUCHE NeedleOilPressEngRightSIOCParam = 2030 -- PRESSION HUILE MOTEUR DROIT NeedleOilPressGearBoxSIOCParam = 2040 -- PRESSION HUILE GEAR BOX NeedleOilTempEngLeftSIOCParam = 2050 -- TEMPERATURE HUILE MOTEUR GAUCHE NeedleOilTempEngRightSIOCParam = 2060 -- TEMPERATURE HUILE MOTEUR DROIT NeedleOilTempGearBoxSIOCParam = 2070 -- TEMPERATUER HUILE GEAR BOX three files modified : siocConfig.lua ExportSupport.lua SIOCExport.lua I have no same configuration of files but you can find yourself there Thank's for your Help without you I think it's not possible for me to make that :thumbup: ExportGG.rar
-
Here is thus the result of the day And small video of the latest this evening, the dial APU temperature http: // gilles.guesnel.free.fr/video/tempAPU.avi Good evening