![]() |
|
#1
|
||||
|
||||
![]()
I swear this issue is so infuriating
There’s no reason players should have to reprogram the game to do a simple basic command all other flight sims have. I don’t understand why 1C can’t add this command. How can you use the mouse while flying? How can you use the mouse for zoom and then for the cockpit at the same time?! ADD A MAPPABLE ZOOM AXIS! |
#2
|
|||
|
|||
![]()
you can also use glovepie. youtube has tutorials, etc. if you never heard of it and want to learn more. below is a script that will do what you want. it assumes you are only using one joystick (labled "joystick1") and you will have to change the fov keys to whatever you are using in clod. joystick1.pov1 is your hat switch. var.fov is your virtual axis. when you start the script, var.fov is automatically initialized to equal zero as the starting point. var.fov++ add 1, var.fov-- subtracts 1.
;zoom script if (var.fov <=10 and joystick1.Pov1=0 degrees) then //decrease fov/zoom in key.end=true //change key.end to whatever your incremental decrease fov key is (e.g., key.delete) key.end=false //same thing as above var.fov++ endif if (var.fov >=0 and joystick1.Pov1=180 degrees) then //increaese fov/zoom out key.home=true //change key.home to whatever your incremental decrease fov key is (e.g., key.insert) key.home=false //same thing as above var.fov-- endif Last edited by MadBlaster; 11-05-2012 at 03:23 AM. |
#3
|
||||
|
||||
![]() Quote:
|
#4
|
||||
|
||||
![]()
__________________
Windows 10 Pro 64-bit Intel Core i7-8700K CPU @ 3.70GHz 2x4gb DDR3-1600 GeForce GTX 970 4095 MB Logitech G35 Headset Logitech G940 Flight System (fw 1.42) Mad Catz Strike7 Keyboard Headtracker DIY 6DOF & OpenTrack 2.3.10 |
#5
|
||||
|
||||
![]()
Using Joy2key, combining "Hold to adjust FOV" and "Hold to Zoom Camera" (this in fact zoom only inside cockpit, little).
![]() And mouse still usable (point and click). ![]() http://i46.tinypic.com/534d2v.jpg Sokol1 |
#6
|
||||
|
||||
![]()
So it looks like JoyToKey could work, if you set it to simultaniously map the Hold To Adjust FOV and Mouse down on a single axis
The trouble I encounter is: Installing JoyToKey, it just dissapeared from my machine after I bought it. It doesn't appear under programs on the control panel or have a short cut How would JTK not screw up all your other game axis? Are there profiles? Do you have to have it running when using CloD? |
#7
|
||||
|
||||
![]()
SharpeXB
JoyToKey dont install in Windows - just need extract files to any folder (I use My documents\1c Soft Club) and if desire make a shortcut to desktop. They dont touch joystick axis unless you program the for act as button. In default mode JoyToKey see only X and Y axis, to see more go to Otpins and select "Show All axis (8 way + POV x 2)" To creat profiles open JoyToKey> File > name/rename as you wish. You can creat how many you need, ie one for 109, one for Spit... Some things about JoyToKey: -easy to setup GUI -low memory usage (2.740k) -if sim support alt+TAB JoyToKey - like CloD - can be started after run sim and configured/reconfigurated "in game" -support up to 3 keys peer button -support press, hold, repeat -distinguish right/left CTRL/SHIFT/ALT -allow use axis as button or divide axis in three bands -"Shift" function IMO - The only feature that JoyToKey lack is "mapped key on press" and "mapped key on released" usefull to map CloD Bf-109 "Lean to gunsight" to work only when button is hold. Sokol1 Last edited by Sokol1; 12-02-2012 at 09:37 PM. |
#8
|
||||
|
||||
![]()
Ok I see where it saved. It's not a "program" I guess
I don't see how if the mouse is used for both the zoom and cockpit at the same time how it will work. I want to assign the toe axis on my rudder pedal and be able to zoom in at the same time as using the clickable cockpit |
#9
|
||||
|
||||
![]() Quote:
Quote:
Quote:
Quote:
|
#10
|
|||
|
|||
![]()
I used JoyToKey to put variable Zoom on the hat key. It only takes 1-2 minutes to set up and despite what some people are saying you don't have to press two buttons at the same time. I press the hat forward to zoom in and pull it back to zoom out; no other keys involved.
Simply tell JoyToKey that UpHat is full back on the mouse and DownHat is full forward on the mouse then go into the settings for CLOD and tell it that both UpHat & DownHat are the 'Hold to Zoom' key and it all works. Last edited by Roblex; 01-12-2013 at 07:15 AM. |
![]() |
Thread Tools | |
Display Modes | |
|
|