View Single Post
Old 01-16-21, 05:15 PM   #78
Fifi
Navy Seal
 
Fifi's Avatar
 
Join Date: Dec 2012
Location: France
Posts: 5,756
Downloads: 456
Uploads: 0


Default

Quote:
Originally Posted by Anvart View Post
Hello, buddy.
If it so, the likely cause of the automatic pennant raising confusion is in Commands_xx.cfg.
I want you to fully understand the logic of my mod... so I'm say it again.

Original mod
"..._DFa-Flag&Pens_2010"


 
File: Commands_xx.cfg

Game commands for
raising/lowering pennants

*******************************
[Cmd121]
Name=Rise_whole_periscope
Ctxt=1
Key0=0x21,c,"Ctl+PgUp"

[Cmd123]
Name=Lower_whole_periscope
Ctxt=1
Key0=0x22,c,"Ctl+PgDn"
*******************************

Buffer of commands for implementing
the logic of automatic pennants raising

*******************************
[Cmd418]
Name=DGuns_Update_target
Ctxt=1
Key0=0x22,Cc,"Ctl+PgDn"
Key1=0x22,C,"PgDn"
Key2=0x21,C,"PgUp"

[Cmd429]
Name=AAGuns_Update_target
Ctxt=1
Key0=0x21,Cc,"Ctl+PgUp"
*******************************
Conclusion: For automatically raising the pennants (and the periscope) command "Ctl + PgUp" is used.

Fifi is offline   Reply With Quote