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

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik > Daidalos Team discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 01-18-2012, 05:51 PM
Syrius's Avatar
Syrius Syrius is offline
Approved Member
 
Join Date: Oct 2007
Posts: 3
Default Increase /Decrease keys for radiator - Request for 4.11.1 or 4.12

4.11 has introduced a much welcome (IMO) improvement to engine management, with better modelling of engine overheat that requires more detailed adjustments of rpm, radiator, throttle and mixture. As currently implemented, radiator opening is controlled by a single key binding ("Cowl or Armor Flaps" in the controls screen) that keeps increasing radiator setting by 2 notches up to 'Open' and then cycles over to 'Closed' and so on. Because we now need to adjust radiator more often and more precisely, it would be helpful to have two incremental keys available for radiator status: 'increase' and 'decrease', similar to what is available for prop pitch, mixture and throttle. 'Increase radiator opening', for instance, would add a notch to the current setting and would stop at the open setting without cycling over; 'decrease' would work the other way round and stop at closed setting. This would help operating the radiator more quickly and predictably, without risking that one extra keypress will close the radiator when we want to set it open.

I'm aware that radiator can be assigned to a joystick axis, but I simply don't have any additional axes available after assigning the ones on my HOTAS throttle to trim controls and prop pitch, and I'm guessing this will also happen to most users. Would it be possible to add those incremental key bindings for radiator in 4.11.1 or 4.12?

Thanks Team Daidalos for all your work.
Cheers,
S.
__________________

Corpus omne perseverare in statu suo quiescendi vel movendi uniformiter in directum,
nisi quatenus a viribus impressis cogitur statum illum mutare.
Reply With Quote
  #2  
Old 01-18-2012, 06:41 PM
Snake Snake is offline
Approved Member
 
Join Date: Jun 2010
Posts: 90
Default

I think, in Hotas controls, you can assign an axis to Radiator so in this way you can obtain values from 0% to 100%.
P.S.
So you know about axis asigning. Sorry for my useless post.

Last edited by Snake; 01-18-2012 at 06:44 PM.
Reply With Quote
  #3  
Old 01-18-2012, 11:42 PM
WTE_Galway WTE_Galway is offline
Approved Member
 
Join Date: Jul 2008
Posts: 1,207
Default

+1 on this feature.

On many planes the radiator is the only remaining reason to leave the HUD turned on. Everything else can be worked out from cockpit view.
Reply With Quote
  #4  
Old 01-19-2012, 02:15 AM
Mabroc Mabroc is offline
Approved Member
 
Join Date: Apr 2010
Posts: 25
Default

Yes, you can use a "wheel" control or slider in a HOTAS setup to get full control of the radiator, it was just recently implemented on the 4.10 patch. Before that I was using the single key method....and yes, is really annoying
Reply With Quote
  #5  
Old 01-19-2012, 03:50 PM
Blackjack Blackjack is offline
Approved Member
 
Join Date: Feb 2008
Posts: 31
Default

I myself use an axis , but I understand the need for increase decrease via key , maybe support controls like the prop pitch , so for every 10% step 0-100% AND increase / deacrese keys?

At least that would make the control scheme more consistent


-my humble 2 € cent
Reply With Quote
  #6  
Old 01-19-2012, 05:33 PM
Artist's Avatar
Artist Artist is offline
Approved Member
 
Join Date: Jan 2010
Posts: 362
Default

I use Autohotkey for all key-mappings and I solved that for myself in the following way:

In IL-2 I mapped the 'r' to the radiator, so pressing 'r' repeatedly will cycle radiator through 0, 2, 4, 6, 8, 0...

In Autohotkey I defined the following two functions:
Code:
MapCommand_RadiatorOpen:
    Send r
    return
MapCommand_RadiatorClose:
    Send rrrrr
    return
and map two keys or buttons to them respectively:
Code:
Hotkey, %iIdSelfMade1%Joy32, MapCommand_RadiatorOpen, On
Hotkey, %iIdSelfMade1%Joy17, MapCommand_RadiatorClose, On
Now one key/botton will open the radiator by one step and the other will close the radiator by one step.

Not perfect, but useful.

Artist
Reply With Quote
  #7  
Old 01-23-2012, 01:35 AM
Luno13 Luno13 is offline
Approved Member
 
Join Date: Oct 2011
Posts: 370
Default

Quote:
Originally Posted by WTE_Galway View Post
+1 on this feature.

On many planes the radiator is the only remaining reason to leave the HUD turned on. Everything else can be worked out from cockpit view.
Don't forget bombsights, radio frequencies, repeater compass settings, German electric fuses, and throttle control etc. for those using the mouse-wheel

(Once again, I go off on the request for a customizable HUD).
Reply With Quote
  #8  
Old 01-21-2012, 10:30 PM
EAF331 Starfire's Avatar
EAF331 Starfire EAF331 Starfire is offline
Approved Member
 
Join Date: Apr 2011
Location: Denmark
Posts: 68
Default

Quote:
Originally Posted by Snake View Post
I think, in Hotas controls, you can assign an axis to Radiator so in this way you can obtain values from 0% to 100%.
P.S.
So you know about axis asigning. Sorry for my useless post.
The main problem is that we only have 8 axis available in DirectX.

The Joystick takes 2.
My throttle are dual, so it takes another 2.
My Pedal takes 1.
My pedal breakes could use 2 if I had axes in surplus.
Pitch takes 1 for each engine (I got dual throttle) =2
So 2 for each radiator would be nice.

I have written a request at Microsofts developer forum but never got an answer *sigh*
__________________
Windows 7 Pro 64 bit EN
Intel Core 2 Duo E8400 (2x3GHz), 8GB RAM
ATI 7970, Intel X-25M SSD


EAF331 are recruting.
We are a nordic Sqd (Norway, Sweeden, Finland, Denmark) within European Airforce. www.europeanaf.org . Please pm me if you are interested.
Reply With Quote
  #9  
Old 01-21-2012, 11:09 PM
Pfeil Pfeil is offline
Approved Member
 
Join Date: Jan 2012
Posts: 126
Default

As far as I know, the DirectX limit is per device. And IL2 already supports multiple(4 IIRC) controllers.

If this is correct, it shouldn't be a problem unless you have single controller with more than 8 axis.
Reply With Quote
  #10  
Old 01-22-2012, 08:50 PM
Artist's Avatar
Artist Artist is offline
Approved Member
 
Join Date: Jan 2010
Posts: 362
Default

Starfire,

Quote:
Originally Posted by EAF331 Starfire View Post
The main problem is that we only have 8 axis available in DirectX.
Pfeil is correct:
Quote:
Originally Posted by Pfeil View Post
As far as I know, the DirectX limit is per device. And IL2 already supports multiple(4 IIRC) controllers.
- 32 Buttons and 8 Axes per device in DirectX
- IL-2 recognizes 4, but only the first 4 devices

For the buttons of further devices use Autohotkey, for the axes use my YaDeLi

Artist
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 12:28 PM.


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