Skip to content
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

[Feature request] Move "config.yml" and "games.yml" under the already existing and used "config" folder #16478

Open
digant73 opened this issue Dec 29, 2024 · 2 comments · May be fixed by #16494

Comments

@digant73
Copy link
Contributor

digant73 commented Dec 29, 2024

Quick summary

A cosmetic FR.
Don't know why config.yml and games.yml configuration files are the only ones not provided in the commonly used config folder.
It seems to me more logical to move them also on that common folder.
Also the log files rpcs3.log, rpcs3.zip and TTY.log files should be decoupled from .dll, .exe files providing them under a commonly used log folder

Details

No response

@Megamouse
Copy link
Contributor

I don't think moving the log files is a smart choice.
All the tutorials and instructions would have to be changed and I don't see a valid reason to move them other than "I would like them to be somewhere else"

@digant73
Copy link
Contributor Author

digant73 commented Jan 2, 2025

IMO, it's not a preference but a standard in any application to collect also log files in a folder (not mixing them with unrelated files such as binaries, dll etc.). Folders are already used for all other stuffs such as config, captures, patches, screenshot etc. so just asked to make the code consistent doing the same for logs.
It is controversial to belittle the most important stuff for troubleshooting (logs are mandatory for any bug report) not giving to it a proper location (highlighting its importance) preferring to mix it with something different with the risk also to cut&paste (e.g. when you have to collect them for a bug report) wrong files (e.g. binaries).
Users could simply open (e.g. with file explorer) the log folder and zip/drag&drop the entire folder or the specific files (RPCS3.zip, RPCS3.log etc.). It is more readable, with no risk and no need to filter out unrelated stuff.
Updating a tutorial is not a problem. Also, if you see a folder named log everyone understands, more than it is now, that log files are there).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants