NovemberUniform Posted January 27 Report Posted January 27 Hi, from older posts I thought it would be possible to add comments to the ends of lines in the FSUIPC7.ini using the semicolon. I had to learn that the following code snippet only autostarts the second lua script without comment but not the first one. Is this to be expected? Can comments in that section be supported in the future? It's certainly not a big thing but I had some support requests for my shared lua script because of that. Thanks! [Auto] ;just a test 1=Lua PMCO_FNX32X ;does not start 2=Lua PMCO_PMDG73X
John Dowson Posted January 28 Report Posted January 28 Comments are generally allowed in most sections, but not in all. I can update to allow comment in the [Auto] section. I will add for the next release. John
NovemberUniform Posted January 29 Author Report Posted January 29 It would be much appreciated. Thanks John.
John Dowson Posted January 29 Report Posted January 29 This change is already implemented in the latest beta if you would like to try it, available here:
NovemberUniform Posted February 24 Author Report Posted February 24 On 1/29/2024 at 6:56 PM, John Dowson said: This change is already implemented in the latest beta if you would like to try it, available here: Just coming back to say thanks for including this!
NovemberUniform Posted February 24 Author Report Posted February 24 Hi John, this may sound a little pedantic, but with my example from above, the lua ist still not autostarting with the latest FSUIPC7. [Auto] 1=Lua PMCO_FNX32X ;does not start, space seems to prevent it... 2=Lua PMCO_PMDG73X; does start
John Dowson Posted February 24 Report Posted February 24 2 hours ago, NovemberUniform said: this may sound a little pedantic, but with my example from above, the lua ist still not autostarting with the latest FSUIPC7. Not pedantic at all, more like a bug - I will look into this and update in the next release. looks like I'm trimming before removing comments, when it should be after... John
John Dowson Posted February 26 Report Posted February 26 Should be fixed in the latest beta: FSUIPC7.exe
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now