Tuttovola.org
Software e Hardware => Hardware, Sistema Operativo e Driver => Topic aperto da: Caster - 23 Ott 2010, 22:05:13
-
Ciao!!
x i possessori dei joystick Thrustmaster (T16000M, Hotas Cougar, Hotas warthhog ecc.)
si può provare il software T.A.R.G.ET. x programmare in modo molto spinto ( quasi osè !!!) la periferica scaricandolo qui con tutti gli eventuali manuali:
http://ts.thrustmaster.com/eng/index.php?pg=view_files&gid=1&fid=3&pid=50&cid=5 (http://ts.thrustmaster.com/eng/index.php?pg=view_files&gid=1&fid=3&pid=50&cid=5)
e
Good Luck!!
-
Sto leggendo l'approfondita ed interessante recensione di SIMHQ (http://www.simhq.com/_technology3/technology_174a.html), e pare che (essendo ancora una versione RC) ci siano problemi per il Cougar, per esempio non viene riconosciuto il rudder...a me solo l'idea di installare e configurare un nuovo software per il Cougar, per quanto fico possa sembrare, (per ora) mi fà venire il mal di testa.
Second, it appears that the Cougar’s rudder axis cannot be assigned to a DirectX axis in T.A.R.G.E.T. (the toebrake axes, however, are available). For those with existing rudders connected to the Cougar, this feature is necessary to maintain a single controller with stick, throttle, and rudder axes. I have confirmed that the Scripting language is capable of including the Cougar's rudder axis in a virtual controller. This means that the capability exists and the controllers can be programmed in this way, but it can't be done in the current version of the T.A.R.G.E.T. GUI. Thrustmaster has indicated that this feature will be added to the T.A.R.G.E.T. GUI in the next T.A.R.G.E.T. release.
Ho scaricato comunque il manuale del software per dargli uno sguardo, ed il nuovo linguaggio di script è molto simile al C, per fortuna che dietro c'è sempre James "Nutty" Hallows, il programmatore del Foxy.
Per esempio:
include "target.tmh"
char flag1; // we create a flag called flag1
int main()
{
if(Init(&EventHandle)) return 1;
flag1=0; //set the flag1 value to 0 at startup of the configuration
MapKey(&Joystick, S4, EXEC("flag1=1;")); //set the flag1 to 1 (true) when S4 is pressed
MapKeyR(&Joystick, S4, EXEC("flag1=0;")); //set the flag1 to 0 (false) when S4 is released
MapKey(&Joystick, S1, EXEC("if(flag1) ActKey(PULSE+KEYON+'a');")); // If flag1 true (=1) press “a” keystroke
when S1 is pressed.
}
int EventHandle(int type, alias o, int x)
{
DefaultMapping(&o, x);
-
Hanno creato una nuova versione di T.A.R.G.E.T. con risolto il bug del crash a causa del differente layout della tastiera e gestire la pedaliera dei possessori del vecchio Cougar
http://ts.thrustmaster.com/eng/index.php?pg=view_files&gid=1&fid=3&pid=50&cid=5 (http://ts.thrustmaster.com/eng/index.php?pg=view_files&gid=1&fid=3&pid=50&cid=5)
non sono riuscito a scaricare i manuali corretti
Good Luck!
-
CIAO!!!!
omissis
.......non sono riuscito a scaricare i manuali corretti
ora si possono scaricare anche i nuovi manuali in pdf
http://ts.thrustmaster.com/eng/index.php?pg=view_files&gid=1&fid=3&pid=50&cid=5 (http://ts.thrustmaster.com/eng/index.php?pg=view_files&gid=1&fid=3&pid=50&cid=5)
-
Ciao
Avendo una T1600 mi potete aiutare a configurare il software T.A.R.G.E.T.
Per volare con IL2
Grazie
-
a quanto pare alcuni di noi hanno il T16000M ma nessuno usa il software TARGET.
L'unico ad usarlo pare sia Caster ma sul COUGAR...
ciao
-
Ciao a tutti!!!
io T.A.R.G.E.T. avevo tentato di usarlo nel 1° released ma non si installava correttamente e in conseguenza ho continuato ad utilizzare il vecchio Foxy (anche x 1 po' di pigrizia e 1 po' xché è lievemente cervellotico) comunque, se micordo bene la presentazione del software, i 2 programmi sono abbastanza simili nella loro gestione e su qualcosa potrei anche aiutarti volentieri.
Good Luck!!!