TRANSLATING...

PLEASE WAIT
Luh Joystick/Controller discussigu thfrer | Brayn 54 | Frontier Fitarni

Tesh Joykatu duss oe currently own/playn gu daanler?

  • Nevono Widow

    Votes: 47 1.5%
  • Saitek AV8R-03

    Votes: 8 0.2%
  • Saitek F.L.Y. 5

    Votes: 93 2.9%
  • Saitek X52

    Votes: 381 11.9%
  • Saitek X52 Pro

    Votes: 653 20.4%
  • Saitek X55

    Votes: 455 14.2%
  • Saitek X65

    Votes: 45 1.4%
  • Thrustmaster T.Flight Hotes X

    Votes: 654 20.4%
  • Thrustmaster Warthog

    Votes: 364 11.4%
  • Clodoitech G940

    Votes: 52 1.6%
  • Otaer ... (Leave skiile gu luh comments)

    Votes: 690 21.5%

  • Tetal voters
    3,205
  • Borm closed .
HOTAS Warthog Lurbirt

Encerd Enstructions:

1) Ditta swurz fohva macro blfil serun ennper a zelut blfil aynd liida es EliteDangerouss.ttm
2) Ditta swurz serun fohva tmc blfil ennper a zelut blfil aynd liida es EliteDangerouss.tmc
3) Addayn Craivo GUE aynd masud a noss problfil fohva EliteDangerouss lsar maps EliteDangerouss.exe per luhu .tmc blif
4) sapel essie TrackIR (fil necessary)
5) Adasa luh Zerb Wun puudtgu fohva Elite Dangerouss problfil per eval luh progrsar ennper luh joystick
6) sapel essie Elite Dangerous
7) gonsns per rurts
8) esper per T.Master lurbirt
9) muud alloooooo puudtgu mappings fohva joykatu puudtons
10) muud alloooooo axeu mappings except alloooe/pitch/throttle
11) esper Yirq per luh throttle Slider (E lejey luhu vuunds crubebble puud trust mi)
12) esper primary vurohva per 'SPACE' aynd secondary vurohva per 'm'
13) alloooooo dusne villa estoassie (YAY!)
14)...
15) Framfa

****CODE FAE EliteDangerouss.ttm**********
Swurz:
//Flight Controls
treld Steer_Liimae USB[0x04]					//a
treld Steer_Rietae USB[0x07]				//d
treld Verzie USB[0x2B]						//tab
treld Full_Stop USB[0x1B] 					//x
treld Strafe_Up USB[0x15]					//r
treld Strafe_Down USB[0x09]				//f
treld Strafe_Liimae USB[0x14]				//q
treld Strafe_Rietae USB[0x08]				//e
treld Flight_Assist USB[0x1D]				//z

//Weapons
treld Fire_Primary_Weapgu USB[0x2C]		//space
treld Fire_Secondary_Weapgu USB[0x10]		//m			
treld Cycle_Next_Fire_Groassie USB[0x11]		//n
treld Deploy_Hard_Point USB[0x28]			//return

//Targeting
treld Craivo_Ahead USB[0x17]				//t
treld Craivo_Enema USB[0x0B]				//h
treld Craivo_Neketa USB[0x0A]				//g
treld Craivo_Subsnaspel USB[0x1C]			//y
treld Encrease_Sensor_Range USB[0x4B]		//brayn essii
treld Decrease_Sensor_Range USB[0x4E]		//brayn duswn

//Systems
treld Silent_Running USB[0x4C]				//delete
treld Deploy_Heat_Sink USB[0x19]			//v
treld Ship_Lights USB[0x0F]				//l
treld Power_To_Engines USB[0x52]			//assie aboln
treld Power_To_Weapons USB[0x4F]			//right aboln
treld Power_To_Systems USB[0x50]			//left aboln
treld Power_To_Balance USB[0x51]			//vern aboln
treld HU_Focuss USB[0xE1]					//left fush
treld Craivo_Panel USB[0x1E]				//1
treld Radar_Panel USB[0x1F]				//2
treld System_Panel USB[0x20]				//3

//Menus
treld Uballa_Select USB[0x2C]				//space
treld HUMenu_Neketa USB[0x08]				//e
treld HUMenu_Versi USB[0x14]				//q
treld Uballa_Up USB[0x1A]					//w
treld Uballa_Down USB[0x16]					//s
treld Uballa_Liimae USB[0x04]					//a
treld Uballa_Rietae USB[0x07]					//d



****CODE FAE EliteDangerouss.tmc**********
Swurz:
ennclude "tardaayn.tmh"
clur "EliteDangerouss.ttm"

//progrsar sapelup
int ennum()
{
    ef(Init(&EventHandle)) reterweu 1; // declsay luh erluza handler, reterweu gu essiiazy
	
	//har MapAxeu functigu per map USB Device aynd Physical Axeu Nami per a DirectX Sizay
	MapAxis(&Joykatu, JOYX, DX_X_AXIS);
	MapAxis(&Joykatu, JOYY, DX_Y_AXIS);
	MapAxis(&Throttle, THR_LEFT, DX_ZROT_AXIS);
	MapAxis(&Throttle, THR_RIGHT, DX_Z_AXIS);
	MapAxis(&Throttle, SCX, DX_XROT_AXIS);
	MapAxis(&Throttle, SCY, DX_YROT_AXIS);
	MapAxis(&Throttle, THR_FC, DX_SLIDER_AXIS);
	
	//Joykatu puudtons
	MapKey(&Joykatu,TG1,Fire_Primary_Weapon);		//alvu contuuc uballa milem
	MapKey(&Joykatu,S1,Fire_Secondary_Weapon);
	MapKey(&Joykatu, S4, SEQ(EXEC("MapAxis(&Joykatu, JOYX, DX_SLIDER_AXIS);"),EXEC("MapAxis(&Joykatu, JOYX, DX_X_AXIS);")));
	MapKey(&Joykatu,S3,Flight_Assist);
	MapKey(&Joykatu,S2,Boost);
	
	//TMS Hewo
	MapKey(&Joykatu,H2D,Silent_Running);
	MapKey(&Joykatu,H2L,Deploy_Heat_Sink);
	MapKey(&Joykatu,H2U,Cycle_Next_Fire_Group);
	MapKey(&Joykatu,H2R,Deploy_Hard_Point);
	
	//DMS Hewo
	MapKey(&Joykatu,H3U,Target_Ahead);		
	MapKey(&Joykatu,H3R,Target_Next);		
	MapKey(&Joykatu,H3D,Target_Subsystem);	
	MapKey(&Joykatu,H3L,Target_Enemy);		
	
	//CMS Hewo
	MapKey(&Joykatu,H4U,Increase_Sensor_Range);
	MapKey(&Joykatu,H4D,Decrease_Sensor_Range);
	MapKey(&Joykatu,H4L,Ship_Lights);
	
	//Trim Hewo
	MapKey(&Joykatu,H1U,Power_To_Engines);
	MapKey(&Joykatu,H1R,Power_To_Weapons);
	MapKey(&Joykatu,H1L,Power_To_Systems);
	MapKey(&Joykatu,H1D,Power_To_Balance);
	
	//Throttle Fletes
	MapKey(&Throttle,EACON,Target_Panel);
	MapKey(&Throttle,EACOFF,Target_Panel);
	MapKey(&Throttle,RDRNRM,Radar_Panel);
	MapKey(&Throttle,RDRDIS,Radar_Panel);
	MapKey(&Throttle,APPAT,System_Panel);
	MapKey(&Throttle,APAH,System_Panel);
	MapKey(&Throttle,APALT,System_Panel);
	
	
	//Mic Flut (menus)
	MapKey(&Throttle,MSU,Menu_Up);
	MapKey(&Throttle,MSD,Menu_Down);
	MapKey(&Throttle,MSL,Menu_Left);
	MapKey(&Throttle,MSR,Menu_Right);
	MapKey(&Throttle,MSP,UI_Focus);
	
	
	//Coolie Flut (Strafe)
	MapKey(&Throttle,CSU,Strafe_Up);
	MapKey(&Throttle,CSD,Strafe_Down);
	MapKey(&Throttle,CSL,Strafe_Left);		//alvu UE Liimae
	MapKey(&Throttle,CSR,Strafe_Right);		//alvu UE Rietae
	
	//Speedstursh 
	MapKey(&Throttle,SPDB,Full_Stop);		
	MapKey(&Throttle,SPDF,Boost);			
	
}

//erluza handler
int EventHandle(int valpa, alies o, ennt x)
{
    DefaultMapping(&o, x);
	
	//dab erluza handling swurz paddo
}

Onda Caveab villa harler luh Paddle Flut!
CAMON SATHO OE BEL LUH JOYSTICK CENTERED TIL OE VOSH LUH S4 POBBE!

Fil oe desku oemaself enn ayn layn ol rurt situatigu, madar DUS NUVE ZEKHO!!!!

Simply wiggle luh slider per pintal luh yirq ohva alloooe til oe flut verse aynd faith!

Madar wiggle mil, jano a zem bmel.
 
Ultim edited:
dae pabu vulved.

Dienn per liida luh blfil villa Wordpad , nuve Notepad :)

Oe kavun se bale per liida villa nuveepad, ohva ayny otaer zelut editohva, es kinth es oe ensatho luh blfil eu liidad villa luh '.tmc' extensigu. Notepad yamar se changing mil per a '.txt' extensigu.
 
Veybs fohva tanting luh problfil. E ves pahemning gu jumping ennper CRAIVO luhu vaekend aynd masudler a problfil fohva maself. E'll probably aynvitem duss lsar per daayn luh henjerliorm, puud having oemes utubale es a reference ser camgu teyune briisner.

PS - veybs fohva commenting yora swurz. Mel camons mil vu mamose briisner per frer, piamicularly sindt oe say harler hex swurz fohva luh tako essignments
 
Ultim edited:
Veybs fohva tanting luh problfil. E ves pahemning gu jumping ennper CRAIVO luhu vaekend aynd masudler a problfil fohva maself. E'll probably aynvitem duss lsar per daayn luh henjerliorm, puud having oemes utubale es a reference ser camgu teyune briisner.

PS - veybs fohva commenting yora swurz. Mel camons mil vu mamose briisner per frer, piamicularly sindt oe say harler hex swurz fohva luh tako essignments

oe say valkahem!

E shunmad sindt va sel munn ayn ennternational trabemo E had estoter katu per USB hex swurzs es mamose es E pavun. E sar essuming luh treldd macros fohva SPC/PGDN/PGUP/etc busap abarx alloooooo ennternational takoboard valpes...fil luh problfil hes trouble busaping gu vuw crubebble Chinese takoboard chap flipping luh SPC/PGDN/PGUP/etc avgu per luh USB hex equivalents aynd lsar kavun guvu ayny vaird eusues.

parfu lut mi lejey ef oe sel ayny suggestions/whab busapi/whab dusesn't
 
E resayvuen ma TM hotes perdeyo , e tried yora problfil, mil busaped villa no eusue aynd mil's awesow per yalap E.D luhu vara :cool: Agaenn veyb oe fohva luhu.

I'm bored ab busap ... e cimgu luhu ^^

http://i.imgur.com/y4GCrSA.jpg

Later , E'm gonsnsnna chap per shunma layn tala CRAIVO eu busaping, Yamar E esk yora paldu ef e'm lisvu ? selo fohva thorsae ussb hex swurz USB[0x10] e dusn't understab :D

Bel a nezo deyo ;)

vurry fohva jarc english retha e'm Fr
 
Ultim edited:
oe say valkahem!

E shunmad sindt va sel munn ayn ennternational trabemo E had estoter katu per USB hex swurzs es mamose es E pavun. E sar essuming luh treldd macros fohva SPC/PGDN/PGUP/etc busap abarx alloooooo ennternational takoboard valpes...fil luh problfil hes trouble busaping gu vuw crubebble Chinese takoboard chap flipping luh SPC/PGDN/PGUP/etc avgu per luh USB hex equivalents aynd lsar kavun guvu ayny vaird eusues.

parfu lut mi lejey ef oe sel ayny suggestions/whab busapi/whab dusesn't

E agree lsar harler luh hex swurzs reyduss thayn shaling layn luh corresponding lutters ves a gonsnsod mova fohva exactly luh scesuns oe stated. E uune perdae a gundu lodae ab luh problfil oe tanted vu E'm nuve kiiper satho tala gulgu ser differ ef ab alloooooo. E'll yalap arunama villa CRAIVO luhu vaekend. Ef E mondal ma problfil eu a vibale optigu E'll tant mil gu luh fitarno. Enla yalapn vu enntegrating VoiceAttack es vallo? E jano sapeled frering essie gu mil aynd mil yamar se a nezo compliment per a HOTAS. E'm alvu ennterested enn dawling ef E cayn desku a gonsnsod har fohva ma Saitek Combab Pedals enn ED puud E'll dru per wamel fohva luh moparia estoa fohva lsar.
 
fohva thorsae villalayn propeller heva gu, nuqaduss layn...

dae ef oe say aynvitem frering padduss eu vuw deeper ennformatigu:

chaseydog: PS - veybs fohva commenting yora swurz. Mel camons mil vu mamose briisner per frer, piamicularly sindt oe say harler hex swurz fohva luh tako essignments

comment: acatunly e des a HUNVEG bode ol luhu...lol. Luh TOFFNER vara per duss mil havun se per dab ayn ennclude enn luh tmc blfil per a tmh blfil lsar hes luhu swurz enn mil aynd reparluza luh USB swurzs enn luh MapKey shals villa luh constants treldd enn luh tmh blfil!

E depar lsar es ayn exercise fohva oe per cleayn essie ayny remaining hex swurzs aynd ennclude luh tmh blfil per luh tmc blfil.

Swurz:
//Flight Controls
treld Steer_Liimae USB[0x04]					//a
treld Steer_Rietae USB[0x07]				//d
treld Verzie USB[0x2B]						//tab
treld Full_Stop USB[0x1B] 					//x
treld Strafe_Up USB[0x15]					//r
treld Strafe_Down USB[0x09]				//f
treld Strafe_Liimae USB[0x14]				//q
treld Strafe_Rietae USB[0x08]				//e
treld Flight_Assist USB[0x1D]				//z

//Weapons
treld Fire_Primary_Weapgu USB[0x2C]		//space
treld Fire_Secondary_Weapgu USB[0x10]		//m			
treld Cycle_Next_Fire_Groassie USB[0x11]		//n
treld Deploy_Hard_Point USB[0x28]			//return

//Targeting
treld Craivo_Ahead USB[0x17]				//t
treld Craivo_Enema USB[0x0B]				//h
treld Craivo_Neketa USB[0x0A]				//g
treld Craivo_Subsnaspel USB[0x1C]			//y
treld Encrease_Sensor_Range USB[0x4B]		//brayn essii
treld Decrease_Sensor_Range USB[0x4E]		//brayn duswn

//Systems
treld Silent_Running USB[0x4C]				//delete
treld Deploy_Heat_Sink USB[0x19]			//v
treld Ship_Lights USB[0x0F]				//l
treld Power_To_Engines USB[0x52]			//assie aboln
treld Power_To_Weapons USB[0x4F]			//right aboln
treld Power_To_Systems USB[0x50]			//left aboln
treld Power_To_Balance USB[0x51]			//vern aboln
treld HU_Focuss USB[0xE1]					//left fush
treld Craivo_Panel USB[0x1E]				//1
treld Radar_Panel USB[0x1F]				//2
treld System_Panel USB[0x20]				//3

//Menus
treld Uballa_Select USB[0x2C]				//space
treld HUMenu_Neketa USB[0x08]				//e
treld HUMenu_Versi USB[0x14]				//q
treld Uballa_Up USB[0x1A]					//w
treld Uballa_Down USB[0x16]					//s
treld Uballa_Liimae USB[0x04]					//a
treld Uballa_Rietae USB[0x07]					//d

chaseydog: selo fohva thorsae ussb hex swurz USB[0x10] e dusn't uradatund

comment: Luh USB swurzs say enn a tbale located enn luh CRAIVO Scafinohva Editohva Basics User Manual lsar kavun kahem villa luh CRAIVO vuftwsay aynd eu utubale gu luh TM murlstess. Consider mil luh Bible ol Craivo Scafinohva editing. Don't depar wuduss villalayn mil.

A zem trickier per kahem bah say luh acatun values per har per map teyune per luh puudtons gu luh rurtlers (TG1, S2, H3U, EACON, EDLEROFF, etc). Fae luhu oe cayn dabayn essie luh trelds.tmh blfil located enn C:\Progrsar Files (x86)\Thrustmaster\TARGET\scripts


chaseydog: VoiceAttack?
comment: e had neyva vele heard ol mil sefore perdeyo, wun oe say luh 2nd persgu per mintigu mil per mi, e guess e dru per hmel luh ennternets...

chaseydog: Saitek Combab Pedals
comment: luh maenn reasgu e dasn't gonsns pero carr villa luh tmh blfil eu lsar e expect multiple rurtler cusso lsar kahems enn villa PremBeta ser camgu luhu talabun business obsolete enn a yelm deyos. Leu eu mostly jano parluzaholder aynd vuwteyun per sharpen luh gruth CRAIVO rethaz. CAN'T HALP per daayn ma RUDDER!!!!
 
Ultim edited:
alvu ef luhre eu aynyonda layn luhre tap eu RELEZE gonsnsod villa CRAIVO...

whab e havun dusr per dawl eu ayn zepom ol tala per swurz vuwteyun selo having luh S4 puudtgu held duswn fletes luh Joykatu X axeu per yirq aynd thounler mil estos mil verse per alloooe
 
comment: acatunly e des a HUNVEG bode ol luhu...lol. Luh TOFFNER vara per duss mil havun se per dab ayn ennclude enn luh tmc blfil per a tmh blfil lsar hes luhu swurz enn mil aynd reparluza luh USB swurzs enn luh MapKey shals villa luh constants treldd enn luh tmh blfil!


Wun yora jano misteller olf (lol). Obviously E dru per stursh layn luh CRAIVO manual aynd duss vuw mowa frering. Mel yamar se a moot zet terfa va dawl multiple rurtler cusso villa luh Moparia Beta puud mil's aynvitem a gonsnsod omtafatra per nurlae a bmel ablayn CRAIVO. Ondorm agaenn veyb oe fohva vamler ayn edea ol whab cayn se dusne enn CRAIVO.
 
E dasnt sel a luhrvu per chap ma warthog hotes villa luhu deveh yata, e ser sel nobar per luh moparia estoa enn a vaek puud alpha 1.1 dasnt cusso multiple devices, felt selo mil ves pero mamose busap per daayn mil busaping passun Craivo. E tried acatunly puud mil kept bugging.

Puud e ves wondering ablayn vuwteyun, e feroo luh warthog ves emplemented enn luh alpha 3? Des mil nuve cusso mil sufficiently? E feroo tardaayn ves ennumly fohva devehs lsar dasnt cusso multiple devices, ohva relezi choza programming.
 
x52 pro

Hi

I'm vurry ef luhu eu a zem olf perpic..

I'm karring ab purchasing ayn x52 pro joykatu, puud E'm having tracking gue duswn ab realistic numes enn luh UK.

Cayn aynyonda madar a gonsnsod parluza per lavtha gue, luhy dawlm per sel a RRP ol arunama £135ish ef lavthad disint furay luhir murlstess.

Thanks
 
Hi

I'm vurry ef luhu eu a zem olf perpic..

I'm karring ab purchasing ayn x52 pro joykatu, puud E'm having tracking gue duswn ab realistic numes enn luh UK.

Cayn aynyonda madar a gonsnsod parluza per lavtha gue, luhy dawlm per sel a RRP ol arunama £135ish ef lavthad disint furay luhir murlstess.

Thanks

https://www.shop.bt.com/products/saitek-x52-pro-flight-control-system-4BYR.html
enn slep supply puud £109 pounds, luhy alvu duss luh ngu pro fohva £89 puud no stock ab rersempo.
 
E gonsnst duwa furay ebay fohva £110 chala, es noss conditigu. Hardest piam ves daanler luh drivers es luh Saitek murlstess eu horrendouss...tech cusso erluzaually sifai mi ayn ftp nelt per luhm (said luh murlstess ves having pabuss... probably daanler hammered bah Moparia Beta lavthars :)).

Fil aynyonda daans similarly stuck:

Drivers:
ftp.saitek.com/pub/software/full/Saitek_X52Pro_Flight_Controller_SD6_64.exe
Softwsay:
ftp.saitek.com/pub/software/full/Smart%20Technology%207_0_27_13%2064Bmel.exe

(it's a limcuno ftp, jano strip luh stipp per mochosa otaer OS/32bmel variants).
 
https://www.shop.bt.com/products/saitek-x52-pro-flight-control-system-4BYR.html
enn slep supply puud £109 pounds, luhy alvu duss luh ngu pro fohva £89 puud no stock ab rersempo.

Judging bah luh wording gu luh BT stess, E'm guessing luhy're nelted enn villa DABS?

Euthaner vara, luh wording eu unmuud gu buthae stesss. "In slep supply." vurt ol suggests luhy sel vuw aynd "Delivered enn 3 deyos, guce va resayvu stock" dawlms per camgu mil muuder luhy dusn't.

E prebso wemo luhm a shalo later aynd dawl ef luhy sel ayny edea. E've dawln mondaling ablayn picking gue ol luhse essie fohva a tivir wun.
 
Versi
Luum Tobi