Cyborg11
Member-
Content Count
310 -
Joined
-
Last visited
-
Medals
-
Strange config Value: '/ ' is not a value"
Cyborg11 replied to Redphoenix's topic in ARMA 3 - ADDONS - CONFIGS & SCRIPTING
Thanks rstratton! You pointed me into the right direction. -
Look at this thread.
-
Can I play the campaign in Coop with my friend or is it only a singleplayer campaign?
-
Would you like ToH features in ARMA2+OA
Cyborg11 replied to stk2008's topic in ARMA 2 & OA - GENERAL
Yes I want this of course! -
Aircraft throttle, keyboard! "Sticky throttle"
Cyborg11 replied to Posta's topic in ARMA 2 & OA - SUGGESTIONS
Yes, you have to configure your new virtual joystick :P Run the script, go ingame, go to your aircraft analogue throttle and press Q/Z till you see your PPJoy virtual axis. After that remove your Q/Z button. :D -
Aircraft throttle, keyboard! "Sticky throttle"
Cyborg11 replied to Posta's topic in ARMA 2 & OA - SUGGESTIONS
You have to enable the test mode and then you can install PPJoy. You can't disable the test mode otherwise PPJoy won't work anymore. In my GlovePIE: Zoom with your Mousewheel is a tutorial :) -
Aircraft throttle, keyboard! "Sticky throttle"
Cyborg11 replied to Posta's topic in ARMA 2 & OA - SUGGESTIONS
Did you test it Posta? :) -
Aircraft throttle, keyboard! "Sticky throttle"
Cyborg11 replied to Posta's topic in ARMA 2 & OA - SUGGESTIONS
Here is the GlovePIE script: if (!var.init) PPJoy1.Analog0 = 0 var.init = true endif if (Key.Q) PPJoy1.Analog0 = PPJoy1.Analog0 + 0.1 Wait 200ms endif if (Key.Z) if (PPJoy1.Analog0 > 0) PPJoy1.Analog0 = PPJoy1.Analog0 - 0.1 endif Wait 200ms endif debug = PPJoy1.Analog0 If you want I can add shortcuts for the throttle: - Shift + 1 : 10% - Shift + 2 : 20% - ... - Shift + 0 : 100% Or some other key combinations :) -
Aircraft throttle, keyboard! "Sticky throttle"
Cyborg11 replied to Posta's topic in ARMA 2 & OA - SUGGESTIONS
I don't know if you can do that with mapping your Q / Z button to an axis :) I can write you a GlovePIE script that does exactly what you want. :cool: -
Aircraft throttle, keyboard! "Sticky throttle"
Cyborg11 replied to Posta's topic in ARMA 2 & OA - SUGGESTIONS
If you don't have a script till tomorrow I'll write one for you. :cool: -
Aircraft throttle, keyboard! "Sticky throttle"
Cyborg11 replied to Posta's topic in ARMA 2 & OA - SUGGESTIONS
Virtual Joystick (PPJoy) axis which increases by 0.1 or decreases by 0.1 if you press Q / Y :) Not very hard to do this. -
With setWind :)
-
ArmA II Stargate Mod
Cyborg11 replied to Frostman's topic in ARMA 2 & OA - ADDONS & MODS: DISCUSSION
Try this link :cool: -
How to detect when you are aiming your weapon at a specific unit?
Cyborg11 replied to Reezo's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Maybe this is something for you too :) -
Did I miss something or haven't you finished the teaser? :p