-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Missing text fields in advanced game default settings for scripts to run before and after a game is launched feature #4044
Comments
After going through the code, it seems this is/was the intended behavior:
I'm curious about the reason(s) behind this decision. Thanks |
I imagine the idea was that these scripts are going to be situational and specialized to the few games you add them to Out of curiosity, what is it that you need to configure/clean up? |
Thanks for your reply @CommandMC . I wrote a custom script that mainly takes care of synchronizing player profiles/savedgames for my sideloaded games with my different gaming devices through my Nextcloud server. |
Ah, I see. I did actually have something like this planned for Heroic (basically you'd tell it where your save files are, and it'd then move & symlink that folder to a central directory, which might be on a different mount point / network share). Alas, the todo list is too long Well, regardless of what you use them for, we can definitely make the scripts show up globally. As with all global settings, they'll of course only apply for newly installed games |
That would be awesome. |
Just created a PR to address this. Thanks |
Describe the bug
need to use a pre-launch/post-exit scripts (#3565 - #2507) with my games to be able to do some work for the games to run correctly in my environment and then clean up after the game exits.
Currently is not possible to configure default scripts to run before and after a game is launched because the script path text fields are missing in the 'Advanced' tab of the 'Game Defaults' settings page.
There is a 'Scripts:' label though, but the text fields to enter the scripts paths are missing so it's not possible to configure them.
Not sure if current behavior is intended or not but it if intended, the 'Scripts:' label should be removed to avoid confusion or otherwise the scripts path text fields should be added so the user is able to configure defaults settings for this feature.
Add logs
Steps to reproduce
Expected behavior
User should be able to configure default game scripts to run before and after a game is launched like it's possible to do on each individual game advanced settings page.
Screenshots
Heroic Version
Latest Stable
System Information
CPU: 8x AMD Custom APU 0932
Memory: 15.53 GB (used: 6.49 GB)
GPUs:
GPU 0:
Name: Advanced Micro Devices, Inc. [AMD/ATI] Sephiroth [AMD Custom GPU 0405]
IDs: D=1435 V=1002 SD=0123 SV=1002
Driver: amdgpu
OS: SteamOS 3.5.19 holo (linux)
The current system is a Steam Deck (model: OLED) in desktop mode
We are running inside a Flatpak container
Software Versions:
Heroic: 2.15.2 Emeth
Legendary: 0.20.36 Urban Flight (Heroic)
gogdl: 1.1.2
comet: comet 0.1.2
Nile: 1.1.2 Will A. Zeppeli
Additional information
The issue is not specific to one system or configuration.
The text was updated successfully, but these errors were encountered: