-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove need for settings.txt? #40
Comments
Thanks for the tip! I've been thinking about doing something similar, however, I don't know if this works when you have: I wanted to make it as flexible as possible, so I've decided to go with a text file. I'll leave the issue/suggestion open because I might revisit it later. |
oh have an update on this one. Its been a minute and I forgot to add it. MSFSdir\localcache\User.Cfg.opt From my understanding at least on the windows store version. the game will always install to C:\Users<username>\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe and will have the usercfg.opt file. The last line in that file will have the external location that you want your packages installed to.
I know the steam version will have that file there too, but if you tell steam to install to another location or drive, other than a file search I'm not sure how to find it. i can not test the steam version either since I don't own it on steam. |
also I have been out for a bit. The new updates and changes, ARE AMAZING!. Just wanted to say good work and I appreciate that you are making and updating this. |
I have a steam version it seem whatever you place the game the CUSTOMFLIGHT.FLT will at the same place. (except the username) |
So in theory this should work for both steam and MS store if I am reading right.
I don't have the Steam version so I can not confirm.
It is basically importing the windows environment variable for localappdata and using that instead of having to specify in the settings.txt file.
Let me know your thoughts. I hope this marks up correctly.
so glass_server.py..... At the beginning I added....
Then in the load_fltpln function i changed it to......
The text was updated successfully, but these errors were encountered: