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: Game Specific Options #7

Closed
teconmoon opened this issue Aug 1, 2019 · 3 comments
Closed

Feature Request: Game Specific Options #7

teconmoon opened this issue Aug 1, 2019 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@teconmoon
Copy link

As we know when it comes to weird graphics settings, not all games are equal. This request is for bsnes-hd to be able to remember specific settings for specific games.

For example, GLideN64 can remember game-specific settings so that I could enable a graphic setting for one specific game without affecting others. This is essentially what I am requesting.

Please let me know if this needs clarification, or if this is already planned, or is out of scope for bsnes-hd and will never happen. Thanks for reading!

@DerKoun DerKoun added enhancement New feature or request help wanted Extra attention is needed labels Aug 1, 2019
@DerKoun
Copy link
Owner

DerKoun commented Aug 1, 2019

I'll put this on the list of things for which I look for volunteers. Someone with more C++ experience should be able to add this much easier than me.
Maybe I'll put together a simple external tool to launch games with their own settings being copied in and out before and after

@DeathWrench
Copy link

DeathWrench commented Sep 19, 2019

I ended up making some batch files that do this, though it might not be as convenient. It is a temporary solution.

  • First I made a folder called presets in the root directory of bsnes.
    https://cdn.discordapp.com/attachments/515842332201975821/624077283656990720/unknown.png
  • Then I made two folders in presets called alttp and metroid
    https://cdn.discordapp.com/attachments/515842332201975821/624077444357554186/unknown.png
  • I configured the settings for A Link to the Past and copied configuration.bml into the alttp
  • Do the same for Super Metroid and copy the configuration.bml into the metroid folder
  • I then made 2 .bat files in the root directory

alttp.bat

xcopy /u /y %~dp1presets\alttp\configuration.bml "%~dp0"

metroid.bat

xcopy /u /y %~dp1presets\metroid\configuration.bml "%~dp0"
https://cdn.discordapp.com/attachments/515842332201975821/624079430586728450/unknown.png
Hopefully this helps, you can run the batch files and it will copy the specified options now.

@DerKoun
Copy link
Owner

DerKoun commented Feb 23, 2020

Added a simple version, see readme. I'll expand it in the next releases.

@DerKoun DerKoun closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants