Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > Technical threads > Controls threads

Controls threads Everything about controls in CoD

Reply
 
Thread Tools Display Modes
  #21  
Old 11-05-2012, 02:18 AM
SharpeXB's Avatar
SharpeXB SharpeXB is offline
Approved Member
 
Join Date: Oct 2009
Posts: 136
Default

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!
Reply With Quote
  #22  
Old 11-05-2012, 03:18 AM
MadBlaster MadBlaster is offline
Approved Member
 
Join Date: Oct 2010
Posts: 666
Default

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.
Reply With Quote
  #23  
Old 11-05-2012, 10:39 AM
SharpeXB's Avatar
SharpeXB SharpeXB is offline
Approved Member
 
Join Date: Oct 2009
Posts: 136
Default

Quote:
Originally Posted by MadBlaster View Post
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
I'm not a computer programmer so this method is beyond my understanding, sorry.
Reply With Quote
  #24  
Old 11-06-2012, 12:47 AM
Sokol1's Avatar
Sokol1 Sokol1 is offline
Approved Member
 
Join Date: Oct 2007
Posts: 727
Default "

Quote:
Originally Posted by jayrc View Post
Here I use a combination of mouse down with right mouse button to get smooth zooming, This is using joytokey which is a free program, you can change the speed too.
Jayrc

How you set this in game controls?

I try replicate your JoyToKey settings, but when I hit the (assigned) joy button, I only get "look at seat"

Sokol1
Reply With Quote
  #25  
Old 11-06-2012, 01:10 AM
SharpeXB's Avatar
SharpeXB SharpeXB is offline
Approved Member
 
Join Date: Oct 2009
Posts: 136
Default

Is it possible to set up the zoom to work on a single axis like my rudder toe axis?
If it has to also use a modifier it's too awkward. It needs to be on a single axis.
Reply With Quote
  #26  
Old 11-06-2012, 02:48 AM
MadBlaster MadBlaster is offline
Approved Member
 
Join Date: Oct 2010
Posts: 666
Default

most likely in glovepie, all your problems solved. the same script as above with some minor modification to the trigger. first, you would need to identify what slot your rudder pedals sits in by looking at windows\control panel\settings\game controller, verses your other connected game controllers (e.g., your joystick). then you need to identify what axis your toe axis is using (e.g., x,y,z,roll...etc.). then you need to test to see how glovepie sees it through trial and error (e.g. joystick3.y). once you have it identified, then the trigger would not be pov degrees, as per a hat switch, but the end range on the axis. most likely -1 and 1. you could even have glovepie talk back to you and say, "zooming is so much fun". I'm not kidding. It's possible.
Reply With Quote
  #27  
Old 11-06-2012, 06:19 AM
jayrc's Avatar
jayrc jayrc is offline
Approved Member
 
Join Date: Aug 2010
Posts: 339
Default

in game controls I have right mouse as hold to change fov, make sure you don't have anything else assigned to that joystick button
Reply With Quote
  #28  
Old 11-06-2012, 10:15 PM
Sokol1's Avatar
Sokol1 Sokol1 is offline
Approved Member
 
Join Date: Oct 2007
Posts: 727
Default

Thank you.

I could make it work. But find Zoom exaggerated. Anyway good to check compass.

With two keys - Zoom In and Zoom Out - Out goes so far that distorts cockpit graphics.


Good to work with JoyToKey is the possibility to ALT+TAB and make adjustments without leaving the game.

Sokol1

Last edited by Sokol1; 11-07-2012 at 12:31 AM.
Reply With Quote
  #29  
Old 11-06-2012, 10:32 PM
Maler Maler is offline
Approved Member
 
Join Date: Mar 2012
Posts: 20
Default

Reply With Quote
  #30  
Old 11-13-2012, 03:23 PM
Varrattu's Avatar
Varrattu Varrattu is offline
Approved Member
 
Join Date: Feb 2011
Posts: 171
Default G940 zoom assigned to mini-stick:

http://forum.sturmovik.de/index.php/....html#msg28663
__________________
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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:31 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.