![]() |
|
|||||||
| IL-2 Sturmovik The famous combat flight simulator. |
![]() |
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
Quote:
Quote:
|
|
#12
|
|||
|
|||
|
Quote:
|
|
#13
|
|||
|
|||
|
Wide FOV for SA. If you ever cut it down or quit checking around you.. don't fixate, get your head back on the swivel ASAP.
|
|
#14
|
|||
|
|||
|
The middle one of the three default zoom levels (30/70/90). I think, 70 displays the true view without any stretching.
__________________
---------------------------------------------- For bugreports, help and support contact: daidalos.team@googlemail.com For modelers - The IL-2 standard modeling specifications: IL-Modeling Bible |
|
#15
|
|||
|
|||
|
Quote:
But I'll never change my Bf for NOTHING Yesterday night I shot down a 44' Spitfire and a P-51... Only two goals but I was excited like as when my Country has won the world cup ehhe Quote:
Last edited by Racetrack; 07-10-2013 at 04:28 PM. |
|
#16
|
||||
|
||||
|
S!
I use 120 degrees (with San's FOV changer) for cruise and while searching for targets, switching to "Wide" from time to time to zoom closer. During dogfights I keep the 120, switching to "Wide" to take a deflection/close shot. I sometimes use the strongest zoom (don't remember the name for it) to spray the enemy from far with MGs to make him turn For normal cruise, I feel the "Wide" is like having tunnel vision. Thus, the need for San's FOV changer. EDIT: I personally don't understand why are we limited to these limits of 20-~90degrees. Why can't we set anything we want? Sure, it will go distorted if you go too far, but it'll be your own eyesore
__________________
AMD 1055T Hexacore@3,4GHz - 2x4GB 1600MHz DDR3 - ATI 6950 2GB, flashed to 6970 shaders - Windows 7 Ultimate 64-bit - 30" LG W3000H (2560x1600) - TM Warthog Stick + Cougar Throttle - wooden DIY pedals with Hall sensor - FreeTrack Last edited by Untamo; 07-25-2013 at 02:05 PM. |
|
#17
|
|||
|
|||
|
Is there any way to set toggle FOV to between just wide view and zoomin gunsight view? I rarely use normal view, but default FOV toggle switch between these 3 modes. It's kinda annoying. I just need 2 views and switching back and forth.
|
|
#18
|
||||
|
||||
|
Quote:
Code:
NormView(){
Send {NumpadIns} ; e.g. FOV 90°
return 0
}
GunView_Hold(){
Send +{F1} ; toggle Gunsight view
Send {NumpadDiv} ; e.g. FOV 30°
KeyWait %A_ThisHotkey%
Send +{F1} ; toggle Gunsight view
return 0
}
Cmd_View_SightViewOnHold:
GunView_Hold()
NormView()
return
Artist
__________________
Ceterum censeo the mixture axis should be supported in IL-2 1946' DeviceLink. -------------------------------------------------------------
|
|
#19
|
|||
|
|||
|
How do you configure autohotkey in IL2? In Config file?
|
|
#20
|
|||
|
|||
|
Solved! Thk guys!
|
![]() |
|
|