![]() |
|
|||||||
| IL-2 Sturmovik The famous combat flight simulator. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
||||
|
||||
|
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. -------------------------------------------------------------
|
|
#3
|
|||
|
|||
|
How do you configure autohotkey in IL2? In Config file?
|
|
#4
|
|||
|
|||
|
Solved! Thk guys!
|
![]() |
|
|