PythonFlightSim Posted May 30, 2021 Report Posted May 30, 2021 Hello, Is it possible to copy a specific profile to global settings, and remove all specific profiles?
John Dowson Posted May 30, 2021 Report Posted May 30, 2021 5 hours ago, PythonFlightSim said: Is it possible to copy a specific profile to global settings, and remove all specific profiles? Sure. Open your FSUIPC ini file in an editor and completely remove the following sections: [JoystickCalibration] [Axes] [Buttons] [Keys] [Auto] Then, take the profile name out of the specific profile that you want to make global for those sections, e,g, change [Axes.<yourProfileName>] --> [Axes] etc. You can then remove the [Profile.<profileName>] sections, and any other profiles you don't need. Probably a good idea to make a back-up first, just in case, 1
PythonFlightSim Posted May 31, 2021 Author Report Posted May 31, 2021 @John Dowson Thanks for the reply! Doesn't the removal of the Buttons section also remove my assignments for things like Reverse Throttle, which I customized in the Key Presses tab, if I am not mistaken. In other words, I am confused by there being no [Buttons.<yourProfileName>], [Keys.<yourProfileName>], etc
PythonFlightSim Posted May 31, 2021 Author Report Posted May 31, 2021 UPDATE: It worked! The only things I did different, was to keep the [JoystickCalibration], [Buttons], and [Keys] in there, as I seem to have noobishly created them to not be profile specific from the start, lol. Cheers!
John Dowson Posted May 31, 2021 Report Posted May 31, 2021 9 hours ago, PythonFlightSim said: UPDATE: It worked! The only things I did different, was to keep the [JoystickCalibration], [Buttons], and [Keys] in there, as I seem to have noobishly created them to not be profile specific from the start, lol. Cheers! Yes, sorry. I thought you wanted your buttons.profile section to replace your buttons. Button and key assignments are cumulative, so it takes the general section first, then augments (i.e. replaces or adds) with your profile assignments. So, the correct way would have been to add any of your button/key profile assignments to the general button and key assignments section. also changing the index numbers to make sure they are unique. And the calibration section depends on how you calibrated your axis, whether in a profile or not. Anyway, just FYI. Glad you sorted it out. 1
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