Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hello, I know I have asked this often, would it be possible to put comments in the profile put one; at the end of the line is useless they are automatically deleted, and putting comments by putting unique numbers at the start of the line is tedious, especially when you have a hundred lines and you have to add a comment and redo all the numbering line by line I gave up. It would be really useful to be able to post comments easily. Thank you for your understanding.

Posted
  On 5/11/2024 at 2:44 PM, target11 said:

Hello, I know I have asked this often

Expand  

Have you? Then I must have answered often, so why ask again?

  On 5/11/2024 at 2:44 PM, target11 said:

would it be possible to put comments in the profile put one; at the end of the line is useless they are automatically deleted,

Expand  

This depends on the section., You can certainly add comments to button and key assignments and they are not deleted. I think I recently allowed comments in the [Auto] section see 

I am not sure about other sections - which sections are you referring to?

Posted
  On 5/15/2024 at 11:33 AM, target11 said:

in fsuipc.ini (version 7.4.11) I see an [AutoSave] section but no [Save] section or should it be added?

Expand  

No - there is no such section, and no need for such a section

  On 5/15/2024 at 11:42 AM, target11 said:

and then in a profile file for example
[Buttons]
0=PC,8,K118,8 -{Key press: F7}- ;flaps
  ;flaps when starting fsuipc fades

Expand  

The documentation on comments in the buttons section states (from Advanced User guide):

  Quote

You can add comments following a semicolon (;) at the end of the line, and these will be retained. You can also insert lines containing only comments, but they need an <Entry number> too, otherwise they may not retain their relative position. Comments can contain up to 63 characters—longer ones will be truncated if and when the [Buttons] section is re-written by FSUIPC.

Expand  

So that line comment may be moved - and also comments should go before the annotations added by FSUIPC. So use either

  Quote

[Buttons]
0=PC,8,K118,8 ;flaps  -{Key press: F7}-
1=; flaps when starting fsuipc fades

Expand  

or (better, IMHO)

  Quote

[Buttons]
0=PC,8,K118,8 ;flaps when starting fsuipc fades -{Key press: F7}-

Expand  

Note that ini files are a windows construct that FSUIPC uses (FSUIPC adds the indexing),  and the # symbol is also indicates a comment line, and it looks like this holds position, so also maybe try:

  Quote

[Buttons]
0=PC,8,K118,8 ;flaps -{Key press: F7}-
 # flaps when starting fsuipc fades

Expand  

For example, these comments are kept:

  Quote

[Buttons]
# a section comment
KeyboardFocus=Yes
ButtonRepeat=20,10
1=PT,11,C65758,0 ; flaps inc     -{FLAPS_INCR}-
2=; line comment with index number
# comment after indexed comment
3=PT,12,C65759,0     -{FLAPS_DECR}-
# comment after 3
 

Expand  

See https://www.w3schools.io/file/ini-comments-syntax/.

Posted

An exclamation point at the start of a line also works to indicate a FSUIPC7.ini file comment, for example:

! PY,1,C66289,0     -{SYNC_FLIGHT_DIRECTOR_PITCH}-  no longer used

 I have been using the ! to comment FSUIPC.ini files for years, but now can't find a reference to it, and don't know where I first saw this.  🤔 

The # stands out better than the ! so maybe I will replace all the ! with # to comment out whole lines, and use the  ;  just for inline comments as I do now.

Thanks for the info, John.

Al

Posted
  On 5/16/2024 at 3:36 AM, ark1320 said:

 I have been using the ! to comment FSUIPC.ini files for years, but now can't find a reference to it, and don't know where I first saw this.  🤔 

Expand  

Thats very strange, but interesting...I have no idea why that works...!

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Ă—
Ă—
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.