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

Support Reshade Mods #8

Closed
effs opened this issue Feb 23, 2022 · 3 comments
Closed

Support Reshade Mods #8

effs opened this issue Feb 23, 2022 · 3 comments

Comments

@effs
Copy link
Collaborator

effs commented Feb 23, 2022

Reshade uses INI files, too, so if we want to support them or prevent them from being miscategorized as INI mods, add some detection..

@Bladehawke
Copy link
Contributor

The first problem with adding actual detection is Vortex's own handling of files. As it stands, this extension currently seems to drop INI files into the folder they are in in the archive, so a properly set up Reshade should be packaged as bin\x64\my_awsome_reshade.ini.

Of course most of them aren't currently packaged that way and a lot of them are also including their old shaders from previous version in the download

@Bladehawke
Copy link
Contributor

I was thinking that we could wrap this into the INI handler since we don't get access to the destination path until the install phase.

@E1337Kat
Copy link
Owner

Done in #52

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

No branches or pull requests

3 participants