Previous Thread
Next Thread
Print Thread
Rate This Thread
Hop To
#4011941 - 09/19/14 07:16 PM TARGET Warthog Profile for MiG-21?  
Joined: Oct 2006
Posts: 4
Zapper Offline
Junior Member
Zapper  Offline
Junior Member

Joined: Oct 2006
Posts: 4
NZ
Hi,
I use Morphines TARGET profile to fly BMS with my Warthog. Unfortunately I am just a user as the scripting is beyond me but I would love a profile for the MiG-21. Anyone got the wherewithal to make one?

Cheers,
Zap

#4011957 - 09/19/14 08:02 PM Re: TARGET Warthog Profile for MiG-21? [Re: Zapper]  
Joined: Dec 2006
Posts: 418
SAPPER Offline
Member
SAPPER  Offline
Member

Joined: Dec 2006
Posts: 418
Portugal
Ever tried TARGET GUI? it's not that hard. As for the profine sorry not yet. Have to get arround to it sometime this week though.

#4012022 - 09/19/14 10:35 PM Re: TARGET Warthog Profile for MiG-21? [Re: Zapper]  
Joined: Oct 2006
Posts: 4
Zapper Offline
Junior Member
Zapper  Offline
Junior Member

Joined: Oct 2006
Posts: 4
NZ
Giving it a crack now.

#4028547 - 10/28/14 10:56 PM Re: TARGET Warthog Profile for MiG-21? [Re: Zapper]  
Joined: Jul 2014
Posts: 3
maestro72x Offline
Junior Member
maestro72x  Offline
Junior Member

Joined: Jul 2014
Posts: 3
can anyone share their profile?
we should really have all the profile shared for all the planes.. anyone wanna help me with that?

#4028556 - 10/28/14 11:14 PM Re: TARGET Warthog Profile for MiG-21? [Re: Zapper]  
Joined: Jan 2009
Posts: 5,699
NavyNuke99 Offline
One Man Wolfpack
NavyNuke99  Offline
One Man Wolfpack
Hotshot

Joined: Jan 2009
Posts: 5,699
Raleigh, NC
You might want to give this thread a look-see. Gives the Warthog a lot more functionality:

http://forums.eagle.ru/showthread.php?t=130459


" And any man who may be asked in this century what he did to make his life worthwhile, I think can respond with a good deal of pride and satisfaction: 'I served in the United States Navy.'"- John F. Kennedy

"NUKE-ular. It's pronounced NUKE-ular."- Homer Simpson

AMD FX-8350 Vishera @ 4.0 Ghz
ASUS Sabertooth 990FX R2.0
2x 8GB Corsair Vengeance DDR3 @ 1600
Sapphire Radeon HD 7850 2GB
CM Storm Series Trooper
Samsung 840 series 500 GB OS/ Game drive
WD Green 2TB Media Drive
Thermaltake Black Widow 850W PSU
#4028562 - 10/28/14 11:23 PM Re: TARGET Warthog Profile for MiG-21? [Re: Zapper]  
Joined: Oct 2009
Posts: 1,599
Frederf Offline
Member
Frederf  Offline
Member

Joined: Oct 2009
Posts: 1,599
Dis mine. It's not a "you don't have to do any work because I used default keyboard shortcuts" but it makes some things possible.

[code:lua]include "target.tmh"

int main()
{
Configure(&HCougar, MODE_EXCLUDED); //Exclude all but WH Throttle
Configure(&Joystick, MODE_EXCLUDED);
Configure(&T16000, MODE_EXCLUDED);
Configure(&LMFD, MODE_EXCLUDED);
Configure(&RMFD, MODE_EXCLUDED);

if(Init(&EventHandle)) return 1;

SetKBRate(250, 50);
SetKBLayout(KB_ENG);

//*****************
//*THROTTLE HANDLE*
//*****************

MapAxis(&Throttle, THR_RIGHT, DX_Z_AXIS); //Right Throttle
SetCustomCurve(&Throttle, THR_RIGHT, LIST(0,0, 65,90, 75,90, 100,100));
MapKey (&Throttle, IDLERON, PULSE+DX1); //Cutoff Stepping
MapKeyR (&Throttle, IDLERON, PULSE+DX1);

MapKey(&Throttle, PSF, PULSE+LED(&Throttle, LED_INTENSITY, 0)); //Backlight Control
MapKey(&Throttle, PSM, PULSE+LED(&Throttle, LED_INTENSITY, 43));
MapKey(&Throttle, PSB, PULSE+LED(&Throttle, LED_INTENSITY, 86));
MapKey(&Throttle, LTB, DX3); //Chute Deploy

MapKey(&Throttle, MSR, AXIS(DX_XROT_AXIS,-250,10)); //Field of View
MapKey(&Throttle, MSL, AXIS(DX_XROT_AXIS, 250,10));
MapKey(&Throttle, MSU, F1); //Radio Menu
MapKey(&Throttle, MSD, F2);
MapKey(&Throttle, MSP, DX4); //Push To Talk

MapKey(&Throttle, SPDF, DX5); //Speedbrake
MapKey(&Throttle, SPDB, DX6);

MapKey(&Throttle, CHF, DX31); //Sight-Radar Adjust
MapKey(&Throttle, CHB, DX32);

//****************
//*THROTTLE PANEL*
//****************
MapKey(&Throttle, EFLNORM, PULSE+DX7); //Pitot Heat #1
MapKey(&Throttle, EFLOVER, DX8);
MapKey(&Throttle, EFRNORM, PULSE+DX9); //Pitot Heat #2
MapKey(&Throttle, EFROVER, DX10);

MapKey(&Throttle, EOLIGN, DX11); //Landing Light Land
MapKeyR(&Throttle, EOLMOTOR, PULSE+DX12); //Landing Light Taxi
MapKey(&Throttle, EOLMOTOR, DX13); //Landing Light Off
MapKey(&Throttle, EORIGN, DX14); //Gear Up
MapKey(&Throttle, EORNORM, PULSE+DX15); //Gear Neutral
MapKey(&Throttle, EORMOTOR, DX16); //Gear Down

MapKey(&Throttle, FLAPU, PULSE+DX17); //Flaps
MapKey(&Throttle, FLAPM, PULSE+DX18);
MapKey(&Throttle, FLAPD, PULSE+DX19);

MapKey(&Throttle, CSU, F5);
MapKey(&Throttle, CSR, F4);
MapKey(&Throttle, CSD, F3);
MapKey(&Throttle, CSL, F6);

MapKey(&Throttle, BSB, PULSE+F7);
MapKey(&Throttle, BSF, PULSE+F8);

MapKey(&Throttle, APUON, DX20); //Launch Allow
MapKey(&Throttle, APUOFF, PULSE+DX21);
MapKey(&Throttle, LDGH, DX22); //SPRD/SPO Drop
MapAxis(&Throttle, THR_FC, DX_SLIDER_AXIS);

MapKey(&Throttle, EACON, PULSE+DX23); //Position Lights Med/Off
MapKey(&Throttle, EACOFF, PULSE+DX24);
MapKey(&Throttle, RDRNRM, DX25); //Radar Scan/Fixed
MapKey(&Throttle, RDRDIS, PULSE+DX26);
MapKey(&Throttle, APENG, DX27); //SAU Hold
MapKey(&Throttle, APPAT, DX28); //SAU Landing Modes
MapKey(&Throttle, APAH, DX29);
MapKey(&Throttle, APALT, PULSE+DX30);

}

//event handler
int EventHandle(int type, alias o, int x)
{
DefaultMapping(&o, x);

//add event handling code here
}
[/code]


Moderated by  Force10, Rudel 

Quick Search
Recent Articles
Support SimHQ

If you shop on Amazon use this Amazon link to support SimHQ
.
Social


Recent Topics
Actors portraying US Presidents
by PanzerMeyer. 04/19/24 12:19 PM
Dickey Betts was 80
by Rick_Rawlings. 04/19/24 01:11 AM
Exodus
by RedOneAlpha. 04/18/24 05:46 PM
Grumman Wildcat unique landing gear
by Coot. 04/17/24 03:54 PM
Peter Higgs was 94
by Rick_Rawlings. 04/17/24 12:28 AM
Whitey Herzog was 92
by F4UDash4. 04/16/24 04:41 PM
Anyone can tell me what this is?
by NoFlyBoy. 04/16/24 04:10 PM
10 Years ago MV Sewol
by wormfood. 04/15/24 08:25 PM
Pride Of Jenni race win
by NoFlyBoy. 04/15/24 12:22 AM
Copyright 1997-2016, SimHQ Inc. All Rights Reserved.

Powered by UBB.threads™ PHP Forum Software 7.6.0