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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #16  
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
 

Thread Tools
Display Modes

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 02:41 PM.


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