Downloads:
44,828
Downloads of v 6.3.3:
228
Last Update:
30 Oct 2024
Package Maintainer(s):
Software Author(s):
- Patrick Mours
- crosire
Tags:
reshade foss- Software Specific:
- Software Site
- Software Source
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
ReShade
- 1
- 2
- 3
6.3.3 | Updated: 30 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
44,828
Downloads of v 6.3.3:
228
Maintainer(s):
Software Author(s):
- Patrick Mours
- crosire
ReShade 6.3.3
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Patrick Mours, crosire. The inclusion of Patrick Mours, crosire trademark(s), if any, upon this webpage is solely to identify Patrick Mours, crosire goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install ReShade, run the following command from the command line or from PowerShell:
To upgrade ReShade, run the following command from the command line or from PowerShell:
To uninstall ReShade, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download reshade --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade reshade -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade reshade -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install reshade
win_chocolatey:
name: reshade
version: '6.3.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'reshade' do
action :install
source 'INTERNAL REPO URL'
version '6.3.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller reshade
{
Name = "reshade"
Version = "6.3.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'reshade':
ensure => '6.3.3',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 01 Nov 2024.
ReShade (https://reshade.me) is an advanced, fully generic post-processing injector for games and video software developed by crosire. Imagine your favorite game with ambient occlusion, real depth of field effects, color correction and more ... ReShade exposes an automated and generic way to access both frame color and depth information (latter is automatically disabled during multiplayer to prevent exploitation) and all the tools to make it happen.
The possibilities are endless! Add advanced depth-edge-detection-driven SMAA antialiasing, screen space ambient occlusion, depth of field effects, chromatic aberration, dynamic film grain, automatic saturation and color correction, cross processing, multi-pass blurring ... you name it.
ReShade features its very own shading language and transcompiler, called ReShade FX. The syntax is based on HLSL, adding useful features designed for developing post-processing-effects: Define and use textures right from the shader code, render to them, change renderstates, retrieve color and depth data, request custom values like timers or key states, ...
And that's not it. Write your shaders just once, they'll work everywhere, regardless of your target being Direct3D or OpenGL: ReShade takes care of compiling them to the right shader model and language.
Package Parameters
/Desktop
: Create a shortcut on the desktop/NoStartMenu
: Disables creation of a shortcut in the start menu
Example:
choco install reshade --params '"/Desktop /NoStartMenu"'
Copyright 2014 Patrick Mours. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://reshade.me/>
and can be verified by doing the following:
1. Download the following <https://reshade.me//downloads/ReShade_Setup_6.3.3.exe> (requires the following referer header: https://reshade.me/)
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: 4DDBDC032A914B567DD8F8CAA59A5B785C32B490C0BA3C5040F544824C980A6C
The file 'LICENSE.txt' has been obtained from <https://github.com/crosire/reshade/blob/master/LICENSE.md>
# Shortcuts to remove
@(
[System.Environment]::GetFolderPath('CommonDesktopDirectory')
[System.Environment]::GetFolderPath('CommonStartMenu')
) | ForEach-Object {
if (Test-Path "$_\ReShade.lnk") { Remove-Item "$_\ReShade.lnk" }
}
md5: DA7E0944D29250F9B564B99A67159A6D | sha1: 9463B2F2009B027B1517A7535B22D9AA74DDA128 | sha256: 4DDBDC032A914B567DD8F8CAA59A5B785C32B490C0BA3C5040F544824C980A6C | sha512: EDE34E52BFC8B7589F90318BCCB0C83710D7DC4A0CC434D4ACB9C8AB9DDC7952278D84EEFF311F983EDD38CC2224DEE7D8FF6D9DA082F2394533CFE0E5BF3748
Log in or click on link to see number of positives.
- reshade.6.3.3.nupkg (ec3fcc508a55) - ## / 69
- reshade.exe (4ddbdc032a91) - ## / 72
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
ReShade 6.3.3 | 228 | Wednesday, October 30, 2024 | Approved | |
ReShade 6.3.2 | 99 | Sunday, October 27, 2024 | Approved | |
ReShade 6.3.1 | 292 | Saturday, September 14, 2024 | Approved | |
ReShade 6.3.0 | 42 | Saturday, September 14, 2024 | Approved | |
ReShade 6.2.0 | 329 | Sunday, July 21, 2024 | Approved | |
ReShade 6.1.1 | 477 | Sunday, April 14, 2024 | Approved | |
ReShade 6.1.0 | 277 | Thursday, March 28, 2024 | Approved | |
ReShade 6.0.1 | 406 | Saturday, January 27, 2024 | Approved | |
ReShade 6.0.0 | 275 | Sunday, January 14, 2024 | Approved | |
ReShade 5.9.2 | 662 | Friday, August 25, 2023 | Approved | |
ReShade 5.9.1 | 335 | Saturday, August 5, 2023 | Approved | |
ReShade 5.9.0 | 259 | Sunday, July 23, 2023 | Approved | |
ReShade 5.8.0 | 862 | Friday, April 7, 2023 | Approved | |
ReShade 5.7.1 | 262 | Sunday, March 26, 2023 | Approved | |
ReShade 5.7.0 | 430 | Sunday, February 26, 2023 | Approved | |
ReShade 5.6.0 | 450 | Monday, January 16, 2023 | Approved | |
ReShade 5.5.2 | 382 | Tuesday, December 13, 2022 | Approved | |
ReShade 5.5.1 | 294 | Monday, November 28, 2022 | Approved | |
ReShade 5.5.0 | 247 | Sunday, November 20, 2022 | Approved | |
ReShade 5.4.2 | 583 | Friday, September 16, 2022 | Approved | |
ReShade 5.4.1 | 259 | Friday, September 9, 2022 | Approved | |
ReShade 5.4.0 | 270 | Monday, August 29, 2022 | Approved | |
ReShade 5.3.0 | 495 | Monday, July 18, 2022 | Approved | |
ReShade 5.2.2 | 634 | Sunday, June 19, 2022 | Approved | |
ReShade 5.2.1 | 399 | Sunday, May 29, 2022 | Approved | |
ReShade 5.2.0 | 140 | Saturday, May 28, 2022 | Approved | |
ReShade 5.1.0 | 544 | Saturday, April 9, 2022 | Approved | |
ReShade 5.0.2 | 709 | Tuesday, February 8, 2022 | Approved | |
ReShade 5.0.1 | 290 | Saturday, February 5, 2022 | Approved | |
ReShade 5.0.0 | 247 | Tuesday, February 1, 2022 | Approved | |
ReShade 4.9.1 | 2816 | Sunday, January 10, 2021 | Approved | |
ReShade 4.9.0 | 352 | Sunday, January 3, 2021 | Approved | |
ReShade 4.8.2 | 770 | Saturday, October 31, 2020 | Approved | |
ReShade 4.8.1 | 245 | Friday, October 30, 2020 | Approved | |
ReShade 4.8.0 | 770 | Sunday, October 25, 2020 | Approved | |
ReShade 4.7.0 | 1636 | Thursday, June 25, 2020 | Approved | |
ReShade 4.6.1 | 862 | Tuesday, April 14, 2020 | Approved | |
ReShade 4.6.0 | 498 | Friday, April 10, 2020 | Approved | |
ReShade 4.5.4 | 1762 | Saturday, February 8, 2020 | Approved | |
ReShade 4.5.3 | 805 | Sunday, January 12, 2020 | Approved | |
ReShade 4.5.2 | 727 | Friday, December 20, 2019 | Approved | |
ReShade 4.5.1 | 305 | Tuesday, December 17, 2019 | Approved | |
ReShade 4.5.0 | 301 | Saturday, December 14, 2019 | Approved | |
ReShade 4.4.2 | 1081 | Wednesday, November 6, 2019 | Approved | |
ReShade 4.4.1 | 428 | Sunday, November 3, 2019 | Approved | |
ReShade 4.3.0 | 1429 | Monday, May 27, 2019 | Approved | |
ReShade 4.2.1 | 1908 | Friday, March 8, 2019 | Approved | |
ReShade 4.2.0 | 646 | Friday, March 1, 2019 | Approved | |
ReShade 4.1.1 | 980 | Thursday, January 24, 2019 | Approved | |
ReShade 4.1.0 | 418 | Tuesday, January 22, 2019 | Approved | |
ReShade 4.0.2 | 1450 | Thursday, November 22, 2018 | Approved | |
ReShade 4.0.1 | 335 | Tuesday, November 20, 2018 | Approved | |
ReShade 4.0.0 | 516 | Monday, November 19, 2018 | Approved | |
ReShade 3.4.1 | 2105 | Sunday, August 12, 2018 | Approved | |
ReShade 3.4.0 | 959 | Sunday, June 24, 2018 | Approved | |
ReShade 3.3.2 | 857 | Sunday, May 20, 2018 | Approved | |
ReShade 3.3.1 | 451 | Saturday, May 19, 2018 | Approved | |
ReShade 3.3.0 | 422 | Friday, May 18, 2018 | Approved | |
ReShade 3.2.2 | 754 | Monday, April 23, 2018 | Approved | |
ReShade 3.2.1 | 555 | Sunday, April 15, 2018 | Approved | |
ReShade 3.2.0 | 390 | Sunday, April 15, 2018 | Approved | |
ReShade 3.1.2 | 1169 | Wednesday, March 7, 2018 | Approved | |
ReShade 3.1.1 | 1295 | Saturday, January 13, 2018 | Approved | |
ReShade 3.1.0 | 1481 | Sunday, November 19, 2017 | Approved | |
ReShade 3.0.8 | 2172 | Monday, October 30, 2017 | Approved |
ReShade © 2014 - 2019
-
- chocolatey-core.extension (≥ 1.3.3)
Ground Rules:
- This discussion is only about ReShade and the ReShade package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or ReShade, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.