![]() |
|
IL-2 Sturmovik: Cliffs of Dover Latest instalment in the acclaimed IL-2 Sturmovik series from award-winning developer Maddox Games. |
![]() |
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
![]()
Stublerone I don't know why you are switching to sight view when you have track IR?
Why don't you just lean in and look through the sight. Its the most natural thing in the world compared to hitting shift F1. I just saw you disabled z axis of track IR and your hitting shift f1.... I can't imagine how you find it easier to hit shift f1 instead of just moving your head. I hope your not in a wheel chair or have medical reasons why you can't move. Last edited by justme262; 04-17-2012 at 02:50 PM. |
#12
|
|||
|
|||
![]() Quote:
Charlo |
#13
|
|||
|
|||
![]()
I have all axes enabled and that is okay so far. Leaning in is always a little too time consuming and especially in a bf109 with a revi out of the middle you have to look back to centre and lean totally accurate. If you are not fully centered in front of the revi, you will miss several shots. It simply takes too long. For me personally, the Shift+f1 should do nothing else than get a new center position for trackir in front of the revi. And it should not change its zoom.
In 1946 I flew nearly all the time in gunsightmode as soon as I had enemies nearby. I mean, leanind around and make moves to accuratly fire on enemies is more difficult, than have a new center position and stick with the fact, that u are a little bit out of the middle for looking around. These are two very similar setups on the first look, but it makes a very big difference. I personally cannot shoot down a plane with just one burst in a hard turning fight. In the old il2, this was very handy. U must also think, that trackir is a good tool ( i cannot live without it), but it is also very far from reality. So this should be easier. I do not want to waste 3 burst, because my leaning is not accurate. In reality, I could manage it way better (not speaking about high g as influence). It is a small thing to change and it will do a lot for all of us, believe me! ![]() |
#14
|
|||
|
|||
![]()
Obtained this from someone else in here long ago.
- Launch JoyToKey (google for it, a lot of download sites): set one HAT position as "mouse up" and another as "mouse down"; - In CloD control settings, set this two HAT positions as "Hold To Adjusts Field of View" in "Camera" tab. Done! Your HAT will provide +-FOV smooth transitions, as using mouse! |
#15
|
|||
|
|||
![]()
I have all axes enabled and that is okay so far. Leaning in is always a little too time consuming and especially in a bf109 with a revi out of the middle you have to look back to centre and lean totally accurate. If you are not fully centered in front of the revi, you will miss several shots. It simply takes too long. For me personally, the Shift+f1 should do nothing else than get a new center position for trackir in front of the revi. And it should not change its zoom.
In 1946 I flew nearly all the time in gunsightmode as soon as I had enemies nearby. I mean, leanind around and make moves to accuratly fire on enemies is more difficult, than have a new center position and stick with the fact, that u are a little bit out of the middle for looking around. These are two very similar setups on the first look, but it makes a very big difference. I personally cannot shoot down a plane with just one burst in a hard turning fight. In the old il2, this was very handy. U must also think, that trackir is a good tool ( i cannot live without it), but it is also very far from reality. So this should be easier. I do not want to waste 3 burst, because my leaning is not accurate. In reality, I could manage it way better (not speaking about high g as influence). It is a small thing to change and it will do a lot for all of us, believe me! ![]() |
#16
|
||||
|
||||
![]()
The Autohotkey solution (using the North/South of a POV hat), assuming that <Ctrl>+<Insert> ("Control Insert") is assigned to Camera, Keys, "Hold to adjust Field of View":
Code:
#Persistent iIdStick = 1 SetTimer, watchPOV_Stick, 5 watchPOV_Stick: bFirst := true while(true){ GetKeyState, iPOV, %iIdStick%JoyPOV ; Get position of the POV control. ; Some joysticks might have a smooth/continous POV rather than one in fixed increments. ; To support them all, use a range: if iPOV < 0 ; No angle to report break else if (iPOV > 31500) OR (iPOV >= 0 AND iPOV < 4500){ ; 315 to 360 to 45 degrees: Forward zoomViewIn(bFirst) bFirst := false } else if (iPOV >= 13500) AND (iPOV <= 22500){ ; 135 to 180 to 225 degrees: Backward zoomViewOut(bFirst) bFirst := false } else break } return zoomViewOut(bFirst){ if(bFirst){ MouseMove 0, 1200, 0 } Send !{Insert down} MouseMove 0, -1, 0, R Send !{Insert up} return 0 } zoomViewIn(bFirst){ if(bFirst){ MouseMove 0, 0, 0 } Send !{Insert down} MouseMove 0, 1, 0, R Send !{Insert up} return 0 }
__________________
Ceterum censeo the mixture axis should be supported in IL-2 1946' DeviceLink. ------------------------------------------------------------- ![]() Last edited by Artist; 04-17-2012 at 03:54 PM. |
#17
|
|||
|
|||
![]()
Everyone is pounding the website it wont load lol. Obviously a feature that is highly desired.
|
#18
|
|||
|
|||
![]()
I have all axes enabled and that is okay so far. Leaning in is always a little too time consuming and especially in a bf109 with a revi out of the middle you have to look back to centre and lean totally accurate. If you are not fully centered in front of the revi, you will miss several shots. It simply takes too long. For me personally, the Shift+f1 should do nothing else than get a new center position for trackir in front of the revi. And it should not change its zoom.
In 1946 I flew nearly all the time in gunsightmode as soon as I had enemies nearby. I mean, leanind around and make moves to accuratly fire on enemies is more difficult, than have a new center position and stick with the fact, that u are a little bit out of the middle for looking around. These are two very similar setups on the first look, but it makes a very big difference. I personally cannot shoot down a plane with just one burst in a hard turning fight. In the old il2, this was very handy. U must also think, that trackir is a good tool ( i cannot live without it), but it is also very far from reality. So this should be easier. I do not want to waste 3 burst, because my leaning is not accurate. In reality, I could manage it way better (not speaking about high g as influence). It is a small thing to change and it will do a lot for all of us, believe me! ![]() |
#19
|
|||
|
|||
![]() Quote:
Dont ask me why or how they came up with this cuz i havent got a clue. And i agree btw, its extremly anoying and abetrary. |
#20
|
||||
|
||||
![]() Quote:
http://www.ch-hangar.com/forum/showt...mouse-movement |
![]() |
|
|