ENFIN
+3
Patten
helijah
bibi
7 participants
Page 1 sur 2
Page 1 sur 2 • 1, 2
ENFIN
bonjour j'ai mis cette infos dans exploit car pour moi s'en est un (je pense qu'il serai déplacé et ce sera normal)
J'ai enfin commandé mon joystick et mon micro, je les aurai donc pour samedi.
J'ai enfin commandé mon joystick et mon micro, je les aurai donc pour samedi.
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
Bonne nouvelle!
Qu'as tu commandé?
Et du coup, tes doigts vont s'ennuyer pendant les vols, j'avoue que tu je suis sckotché quand je vois la vitesse ou tu frappes tout en volant...
Qu'as tu commandé?
Et du coup, tes doigts vont s'ennuyer pendant les vols, j'avoue que tu je suis sckotché quand je vois la vitesse ou tu frappes tout en volant...
Re: ENFIN
a oui j'ai pris le logitech que tous le monde (ou presque) a.
et pour la vitesse, à force d'écrire on accelère, et si je ne veux pas me crasher j'ai interet à aller vite pour envoyer mes messages
et pour la vitesse, à force d'écrire on accelère, et si je ne veux pas me crasher j'ai interet à aller vite pour envoyer mes messages
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
Je vois bien de quoi tu parles ! Vu le nombre de fois où je me suis crashé à vouloir écrire un message à un moment où j'aurais mieux fait de me concentrer sur le pilotagebibi a écrit:a oui j'ai pris le logitech que tous le monde (ou presque) a.
et pour la vitesse, à force d'écrire on accelère, et si je ne veux pas me crasher j'ai interet à aller vite pour envoyer mes messages
Pour le logitech, tu parles de l'extrem 3D pro ?
Amicalement,
JM-26- Contrôleur aérien
- Messages : 1911
Date d'inscription : 04/07/2010
Age : 57
Localisation : Anneyron-26 (LFLR)
Re: ENFIN
oui jm
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
bon je viens de resevoir et j'ai mis mon joystick ... j'ai pas de 3eme axes (celui de la dérive), comment y remedier? et sinon comment ajouter des fonctionx aux boutons
merci d'avance
merci d'avance
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
Salut bibi,
Tu dois avoir le fichier "extrem-3d-pro.xml" dans :
data
> Input
>> Joystick
>>> Logitech
Dis moi ce que tu as dedans.
Amicalement,
Tu dois avoir le fichier "extrem-3d-pro.xml" dans :
data
> Input
>> Joystick
>>> Logitech
Dis moi ce que tu as dedans.
Amicalement,
JM-26- Contrôleur aérien
- Messages : 1911
Date d'inscription : 04/07/2010
Age : 57
Localisation : Anneyron-26 (LFLR)
Re: ENFIN
<?xml version="1.0" ?>
- <!-- ************************************************************************
* Bindings for Logitech Extreme Digital 3D Pro joystick.
*
*
* Axis 0: ailerons
* Axis 1: elevator
* Axis 2 (twist): rudder
* Axis 3 (slider): throttle
* Axes 4 and 5 (hat): view direction
*
* Buttons according to the numbers printed on the joystick:
* Button 1: all brakes
* Button 4: flap down
* Button 6: flap up
* Button 5: elevator trim up
* Button 3: elevator trim down
* Button 11: left brake only
* Button 12: right brake only
************************************************************************
$Id: extreme-3d-pro.xml,v 1.9 2006-03-01 18:17:26 mfranz Exp $
-->
- <PropertyList>
<name>Logitech Extreme Digital 3D Pro</name>
<name>Logitech Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro USB</name>
<name>Logitech Extreme 3D Pro USB</name>
- <axis n="0">
<desc>Aileron</desc>
- <binding>
<command>property-scale</command>
<property>/controls/flight/aileron</property>
<squared type="bool">true</squared>
</binding>
</axis>
- <axis n="1">
<desc>Elevator</desc>
- <binding>
<command>property-scale</command>
<property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor>
<squared type="bool">true</squared>
</binding>
</axis>
- <axis>
<desc>Rudder</desc>
- <number>
<unix>2</unix>
<windows>3</windows>
</number>
- <binding>
<command>property-scale</command>
<property>/controls/flight/rudder</property>
<factor type="double">1.0</factor>
</binding>
</axis>
- <axis>
<desc>Throttle</desc>
- <number>
<unix>3</unix>
<windows>2</windows>
</number>
- <binding>
<command>nasal</command>
<script>controls.throttleAxis()</script>
</binding>
</axis>
- <axis>
<desc>View Direction</desc>
- <number>
<unix>4</unix>
<windows>6</windows>
</number>
- <low>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">5.0</step>
</binding>
</low>
- <high>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">-5.0</step>
</binding>
</high>
</axis>
- <axis>
<desc>View Elevation</desc>
- <number>
<unix>5</unix>
<windows>7</windows>
</number>
- <low>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">5.0</step>
</binding>
</low>
- <high>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">-5.0</step>
</binding>
</high>
</axis>
- <button n="0">
<desc>Brakes</desc>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(0)</script>
</binding>
</mod-up>
</button>
- <button n="4">
<desc>Elevator trim up</desc>
<repeatable type="bool">true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">0.001</step>
</binding>
</button>
- <button n="2">
<desc>Elevator trim down</desc>
<repeatable type="bool">true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">-0.001</step>
</binding>
</button>
- <button n="3">
<desc>Flaps down</desc>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(0)</script>
</binding>
</mod-up>
</button>
- <button n="5">
<desc>Flaps up</desc>
<repeatable>false</repeatable>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(-1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(0)</script>
</binding>
</mod-up>
</button>
- <button n="10">
<desc>Left brake</desc>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(1, -1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(0, -1)</script>
</binding>
</mod-up>
</button>
- <button n="11">
<desc>Right brake</desc>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(1, 1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(0, 1)</script>
</binding>
</mod-up>
</button>
</PropertyList>
sinon il me dit que mon micro n'est pas supporté (no coment)
après ne m'y connaissant pas du tous (mais vraiment) en xml, comment on programme les bouton ?
- <!-- ************************************************************************
* Bindings for Logitech Extreme Digital 3D Pro joystick.
*
*
* Axis 0: ailerons
* Axis 1: elevator
* Axis 2 (twist): rudder
* Axis 3 (slider): throttle
* Axes 4 and 5 (hat): view direction
*
* Buttons according to the numbers printed on the joystick:
* Button 1: all brakes
* Button 4: flap down
* Button 6: flap up
* Button 5: elevator trim up
* Button 3: elevator trim down
* Button 11: left brake only
* Button 12: right brake only
************************************************************************
$Id: extreme-3d-pro.xml,v 1.9 2006-03-01 18:17:26 mfranz Exp $
-->
- <PropertyList>
<name>Logitech Extreme Digital 3D Pro</name>
<name>Logitech Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro USB</name>
<name>Logitech Extreme 3D Pro USB</name>
- <axis n="0">
<desc>Aileron</desc>
- <binding>
<command>property-scale</command>
<property>/controls/flight/aileron</property>
<squared type="bool">true</squared>
</binding>
</axis>
- <axis n="1">
<desc>Elevator</desc>
- <binding>
<command>property-scale</command>
<property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor>
<squared type="bool">true</squared>
</binding>
</axis>
- <axis>
<desc>Rudder</desc>
- <number>
<unix>2</unix>
<windows>3</windows>
</number>
- <binding>
<command>property-scale</command>
<property>/controls/flight/rudder</property>
<factor type="double">1.0</factor>
</binding>
</axis>
- <axis>
<desc>Throttle</desc>
- <number>
<unix>3</unix>
<windows>2</windows>
</number>
- <binding>
<command>nasal</command>
<script>controls.throttleAxis()</script>
</binding>
</axis>
- <axis>
<desc>View Direction</desc>
- <number>
<unix>4</unix>
<windows>6</windows>
</number>
- <low>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">5.0</step>
</binding>
</low>
- <high>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">-5.0</step>
</binding>
</high>
</axis>
- <axis>
<desc>View Elevation</desc>
- <number>
<unix>5</unix>
<windows>7</windows>
</number>
- <low>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">5.0</step>
</binding>
</low>
- <high>
<repeatable>true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">-5.0</step>
</binding>
</high>
</axis>
- <button n="0">
<desc>Brakes</desc>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(0)</script>
</binding>
</mod-up>
</button>
- <button n="4">
<desc>Elevator trim up</desc>
<repeatable type="bool">true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">0.001</step>
</binding>
</button>
- <button n="2">
<desc>Elevator trim down</desc>
<repeatable type="bool">true</repeatable>
- <binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">-0.001</step>
</binding>
</button>
- <button n="3">
<desc>Flaps down</desc>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(0)</script>
</binding>
</mod-up>
</button>
- <button n="5">
<desc>Flaps up</desc>
<repeatable>false</repeatable>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(-1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.flapsDown(0)</script>
</binding>
</mod-up>
</button>
- <button n="10">
<desc>Left brake</desc>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(1, -1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(0, -1)</script>
</binding>
</mod-up>
</button>
- <button n="11">
<desc>Right brake</desc>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(1, 1)</script>
</binding>
- <mod-up>
- <binding>
<command>nasal</command>
<script>controls.applyBrakes(0, 1)</script>
</binding>
</mod-up>
</button>
</PropertyList>
sinon il me dit que mon micro n'est pas supporté (no coment)
après ne m'y connaissant pas du tous (mais vraiment) en xml, comment on programme les bouton ?
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
Ah je pense que tu as le même problème que j'ai eu. Demarre FG, va dans le menu help->Joystick information et regarde le nom du joystick (toute première ligne)
Maintenant va dans ton data/input/joysticks/Logitech/extrem-3d-pro.xml Et vérifie si le nom de ton joystick apparait bien entre les balises <name>...</name>
Sinon ajoute le dans ses même balises.
Pour ajouter une fonction, je ne m'y connais pas trop, donc je préfère laisser quelqu'un d'autre t'en parler. Pose la question sur le forum officiel si ce n'est pas fait.
Maintenant va dans ton data/input/joysticks/Logitech/extrem-3d-pro.xml Et vérifie si le nom de ton joystick apparait bien entre les balises <name>...</name>
Sinon ajoute le dans ses même balises.
Pour ajouter une fonction, je ne m'y connais pas trop, donc je préfère laisser quelqu'un d'autre t'en parler. Pose la question sur le forum officiel si ce n'est pas fait.
Re: ENFIN
dans mon xml j'ai ça
<name>Logitech Extreme Digital 3D Pro</name>
<name>Logitech Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro USB</name>
<name>Logitech Extreme 3D Pro USB</name>
<name>Logitech Extreme Digital 3D Pro</name>
<name>Logitech Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro USB</name>
<name>Logitech Extreme 3D Pro USB</name>
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
bonjour,
fly a raison : vérifies déjà quel joystick est reconnu
tu peux aussi forcer le fichier js dans le fichier "data\joystick.xml" avec une ligne du style :
<js-named include="input/joystick/logitech/force-3d-pro.xml"/>
edit
je viens de voir que dans ton fichier l'axe rudder et l'axe throttle ne sont pas numérotés <axis n="xx"> ceci expliquant peut-être cela !!!
/edit
pour l'affectation de fonction aux boutons, tu peux t'inspirer de l'existant dans ton fichier xml et "piocher" dans d'autres fichiers.
saches que la numérotation des boutons dans le xml débute à 0 mais que cela correspond au bouton 1 (donc décalage de 1) tu dois avoir avec le js un prog de configuration qui t'aidera à identifier les boutons.
après, cela dépend de ce que tu veux faire donc si tu as des soucis n'hésites pas j'essaierai de t'aider !!!!!!
si tu veux je peux te filer mon fichier (pour saitek x52 mais le code reste le même!!)
amicalement
georges
fly a raison : vérifies déjà quel joystick est reconnu
tu peux aussi forcer le fichier js dans le fichier "data\joystick.xml" avec une ligne du style :
<js-named include="input/joystick/logitech/force-3d-pro.xml"/>
edit
je viens de voir que dans ton fichier l'axe rudder et l'axe throttle ne sont pas numérotés <axis n="xx"> ceci expliquant peut-être cela !!!
/edit
pour l'affectation de fonction aux boutons, tu peux t'inspirer de l'existant dans ton fichier xml et "piocher" dans d'autres fichiers.
saches que la numérotation des boutons dans le xml débute à 0 mais que cela correspond au bouton 1 (donc décalage de 1) tu dois avoir avec le js un prog de configuration qui t'aidera à identifier les boutons.
après, cela dépend de ce que tu veux faire donc si tu as des soucis n'hésites pas j'essaierai de t'aider !!!!!!
si tu veux je peux te filer mon fichier (pour saitek x52 mais le code reste le même!!)
amicalement
georges
algajojo- Pilote de jet
- Messages : 775
Date d'inscription : 17/10/2010
Age : 66
Localisation : Chelles LFPH
Re: ENFIN
bibi,
Essaies de copier le contenu de mon fichier et de le mettre à la place des lignes existantes. Vois si ça fonctionne.
Avant fais une copie de ton fichier au cas où
Tiens moi au courant.
Amicalement,
Essaies de copier le contenu de mon fichier et de le mettre à la place des lignes existantes. Vois si ça fonctionne.
Avant fais une copie de ton fichier au cas où
- Code:
<?xml version="1.0" ?>
<!--
************************************************************************
* Bindings for Logitech Extreme Digital 3D Pro joystick.
*
* Axis 0: ailerons
* Axis 1: elevator
* Axis 2 (twist): rudder
* Axis 3 (slider): throttle
* Axes 4 and 5 (hat): view direction
*
* Buttons according to the numbers printed on the joystick:
* Button 1: all brakes
** Button 2: HUD Master Switch
* Button 4: flap down
* Button 6: flap up
* Button 5: elevator trim up
* Button 3: elevator trim down
** Button 7: Gear down
** Button 8: Gear up
** Button 9: VStol nozzle rotate backword
** Button 10: VStol nozzle rotate forward
//* Button 11: left brake only
//* Button 12: right brake only
** Button 11: spoiler down
** Button 12: spoiler up
************************************************************************
$Id: extreme-3d-pro.xml,v 1.7 2005/10/04 08:06:32 ehofman Exp $
-->
<PropertyList>
<name>Logitech Extreme 3D</name>
<name>Logitech Logitech Extreme 3D</name>
<name>Logitech Extreme Digital 3D Pro</name>
<name>Logitech Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro</name>
<name>Logitech Extreme 3D Pro USB</name>
<name>Logitech Extreme 3D Pro USB</name>
<axis n="0">
<desc>Aileron</desc>
<dead-band type="double">0.001</dead-band>
<binding>
<command>property-scale</command>
<property>/controls/flight/aileron</property>
<squared type="bool">true</squared>
</binding>
</axis>
<axis n="1">
<desc>Elevator</desc>
<binding>
<command>property-scale</command>
<property>/controls/flight/elevator</property>
<factor type="double">-1.0</factor>
<squared type="bool">true</squared>
</binding>
</axis>
<axis>
<desc>Throttle</desc>
<number>
<mac>3</mac>
<unix>3</unix>
<windows>2</windows>
</number>
<binding>
<command>nasal</command>
<script>controls.throttleAxis()</script>
</binding>
</axis>
<axis>
<desc>View Direction</desc>
<number>
<mac>4</mac>
<unix>4</unix>
<windows>6</windows>
</number>
<low>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">2.0</step>
</binding>
</low>
<high>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<step type="double">-2.0</step>
</binding>
</high>
</axis>
<axis>
<desc>View Elevation</desc>
<number>
<mac>5</mac>
<unix>5</unix>
<windows>7</windows>
</number>
<low>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">2.0</step>
</binding>
</low>
<high>
<repeatable>true</repeatable>
<binding>
<command>property-adjust</command>
<property>/sim/current-view/goal-pitch-offset-deg</property>
<step type="double">-2.0</step>
</binding>
</high>
</axis>
<!-- button #1 -->
<button n="0">
<desc>Brakes</desc>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-left</property>
<value type="double">1.0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-right</property>
<value type="double">1.0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-left</property>
<value type="double">0.0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-right</property>
<value type="double">0.0</value>
</binding>
</mod-up>
</button>
<button n="1">
<desc>Cycle HUD color</desc>
<binding>
<command>nasal</command>
<script>aircraft.HUD.cycle_color()</script>
</binding>
</button>
<button n="4">
<desc>Elevator trim up</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">0.001</step>
</binding>
</button>
<button n="2">
<desc>Elevator trim down</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/flight/elevator-trim</property>
<step type="double">-0.001</step>
</binding>
</button>
<button n="3">
<desc>Flaps down</desc>
<binding>
<command>nasal</command>
<script>controls.flapsDown(1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.flapsDown(0)</script>
</binding>
</mod-up>
</button>
<!--button #6-->
<button n="5">
<desc>Flaps up</desc>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>controls.flapsDown(-1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.flapsDown(0)</script>
</binding>
</mod-up>
</button>
<button n="6">
<desc>Gear down.</desc>
<binding>
<command>nasal</command>
<script>controls.gearDown(1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.gearDown(0)</script>
</binding>
</mod-up>
</button>
<button n="7">
<desc>Gear Up.</desc>
<binding>
<command>nasal</command>
<script>controls.gearDown(-1)</script>
</binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.gearDown(0)</script>
</binding>
</mod-up>
</button>
<button n="9">
<desc>Mixture leaner.</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>controls.adjMixture(-1)</script>
</binding>
</button>
<button n="8">
<desc>Mixture richer.</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>controls.adjMixture(1)</script>
</binding>
</button>
<button n="10">
<desc>Decrease spoilers.</desc>
<binding>
<command>nasal</command>
<script>controls.stepSpoilers(-1)</script>
</binding>
</button>
<button n="11">
<desc>Increase spoilers.</desc>
<binding>
<command>nasal</command>
<script>controls.stepSpoilers(1)</script>
</binding>
</button>
<!--
<button n="11">
<desc>Right brake</desc>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-right</property>
<value type="double">1.0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-right</property>
<value type="double">0.0</value>
</binding>
</mod-up>
</button>
<button n="10">
<desc>Left brake</desc>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-left</property>
<value type="double">1.0</value>
</binding>
<mod-up>
<binding>
<command>property-assign</command>
<property>/controls/gear/brake-left</property>
<value type="double">0.0</value>
</binding>
</mod-up>
</button>
-->
</PropertyList>
Tiens moi au courant.
Amicalement,
JM-26- Contrôleur aérien
- Messages : 1911
Date d'inscription : 04/07/2010
Age : 57
Localisation : Anneyron-26 (LFLR)
Re: ENFIN
fly dans aircraft help j'ai Logitech Extreme 3D
il n'y a pas le "pro" qu'il y a, à la fin des xml du joystick
il n'y a pas le "pro" qu'il y a, à la fin des xml du joystick
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
bon j'ai remplacé, rien de nouveau
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
je viens de rajouter la ligne <name>Logitech Extreme 3D </name> mais rien de change
je suis sur mumble pour info
je suis sur mumble pour info
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
le pire c'est que quand je change de fichier xml dans "avancés" général, que j'en prend un autre de logitech
et bas le joystick réagis de la meme façon comme peut importe le xml il faisait ce qu'il voulait ou qu'il n'est pas reconnu pas les xml, meme le sien
et bas le joystick réagis de la meme façon comme peut importe le xml il faisait ce qu'il voulait ou qu'il n'est pas reconnu pas les xml, meme le sien
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
probleme résolut, j'avais oublié d'installé les driver du joystick
sinon si quelqu'un avais la bonne intention de me dire comment programmer mes touches
encore mieux mon micro marche
sinon si quelqu'un avais la bonne intention de me dire comment programmer mes touches
encore mieux mon micro marche
Dernière édition par bibi le Ven 11 Mar 2011 - 19:04, édité 1 fois
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
Si tu as installé mon fichier tout à l'heure, tu dois avoir déjà pas mal de boutons de programmé.bibi a écrit:probleme résolut, j'avais oublié d'installé les driver du joystick
sinon si quelqu'un avais la bonne intention de me dire comment programmer mes touches
encore mieux mon micro marche
Maintenant, si tu veux en ajouter, il faut t'inspirer des lignes déjà écrite en les ajustant à une nouvelle attribution.
Amicalement,
JM-26- Contrôleur aérien
- Messages : 1911
Date d'inscription : 04/07/2010
Age : 57
Localisation : Anneyron-26 (LFLR)
Re: ENFIN
ou j'ai les freins et volets
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Re: ENFIN
bibi a écrit:probleme résolut, j'avais oublié d'installé les driver du joystick
sinon si quelqu'un avais la bonne intention de me dire comment programmer mes touches
encore mieux mon micro marche
je t'ai dit un peu plus haut que je veux bien t'aider mais dis moi ce que tu veux !!!!
amicalement
georges
algajojo- Pilote de jet
- Messages : 775
Date d'inscription : 17/10/2010
Age : 66
Localisation : Chelles LFPH
Re: ENFIN
j'ai piqué le fichier a jm donc j'ai plein de truc qui me suffisent pour le moment merci
a se soir sinon
a se soir sinon
bibi- Pilote d'hélico
- Messages : 957
Date d'inscription : 23/08/2010
Age : 30
Localisation : loire-atlantique
Page 1 sur 2 • 1, 2
Sujets similaires
» Flightgear refonctionne, enfin !
» Le Sida se soigne enfin !!!!!!!!!!!!!!!
» Blender 2.60 enfin sur nos machines :)
» La vitesse de la lumière enfin dépassée ?
» peut-etre enfin une solution pour du photo texturage
» Le Sida se soigne enfin !!!!!!!!!!!!!!!
» Blender 2.60 enfin sur nos machines :)
» La vitesse de la lumière enfin dépassée ?
» peut-etre enfin une solution pour du photo texturage
Page 1 sur 2
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum