You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default variables are only added to PCSX2.ini if PCSX2 is opened. Unlike most other software applications, PCSX2 does not automatically add default variables and values in its configuration files. This approach prevents users from selectively adding only the specific configurations they require.
It's worth noting that manually including default settings is often impractical and potentially problematic. Default variables and their values tend to change over time as software evolves. Therefore, it's far more efficient and reliable for the software itself to generate these default settings automatically. This approach ensures that users always have the most up-to-date default configurations without needing to manually update their config files with each new software release.
In contrast, other emulators like RPCS3 are more forgiving, as they automatically populate missing configuration entries with default values.
Reproduction Steps
Generate PCSX2.ini and only keeps variables that you want, example:
Open PCSX2 and close PCSX2 -- this does not generate any default variables to PCSX2.ini
This makes it impossible to access Hotkeys in PCSX2 for example:
Expected Behavior
All default variables and values should be added if they are missing in PCSX2.ini. For example, the Hotkeys section is added when PCSX2 generates PCSX2.ini:
davidhedlund
changed the title
[BUG]: Add default variables and values script generated PCSX2.ini files
[BUG]: Add default variables and values for script generated PCSX2.ini files
Jan 8, 2025
This is done this way so pcsx2 works correctly , it's not advised to make config files via bash scripting,
davidhedlund
changed the title
[BUG]: Add default variables and values for script generated PCSX2.ini files
[BUG]: Add missing default variables and values to PCSX2.ini files
Jan 8, 2025
davidhedlund
changed the title
[BUG]: Add missing default variables and values to PCSX2.ini files
[BUG]: Add missing default variables and values to PCSX2.ini
Jan 8, 2025
it's not advised to make config files via bash scripting,
The fundamental problem lies not with bash scripting (so I removed that from the top post), which is merely a tool for automation. The real issue stems from PCSX2's configuration handling. Unlike most other software applications, PCSX2 does not automatically add default variables and values in its configuration files. This approach prevents users from selectively adding only the specific configurations they require. In contrast, other emulators like RPCS3 are more forgiving (just added to the top post as an example), as they automatically populate missing configuration entries with default values.
davidhedlund
changed the title
[BUG]: Add missing default variables and values to PCSX2.ini
[BUG]: IMPORTANT: Add missing default variables and values to PCSX2.ini
Jan 8, 2025
Describe the Bug
Default variables are only added to PCSX2.ini if PCSX2 is opened. Unlike most other software applications, PCSX2 does not automatically add default variables and values in its configuration files. This approach prevents users from selectively adding only the specific configurations they require.
It's worth noting that manually including default settings is often impractical and potentially problematic. Default variables and their values tend to change over time as software evolves. Therefore, it's far more efficient and reliable for the software itself to generate these default settings automatically. This approach ensures that users always have the most up-to-date default configurations without needing to manually update their config files with each new software release.
In contrast, other emulators like RPCS3 are more forgiving, as they automatically populate missing configuration entries with default values.
Reproduction Steps
Open PCSX2 and close PCSX2 -- this does not generate any default variables to PCSX2.ini
This makes it impossible to access Hotkeys in PCSX2 for example:
Expected Behavior
All default variables and values should be added if they are missing in PCSX2.ini. For example, the Hotkeys section is added when PCSX2 generates PCSX2.ini:
RPCS3 (comparison)
Add this to CurrentSettings.ini
PCSX2 Revision
2.2.2
Operating System
Linux (64bit) - Specify distro below
If Linux - Specify Distro
Ubuntu 22.04
Logs & Dumps
No response
The text was updated successfully, but these errors were encountered: