- Joined
- Aug 5, 2013
- Messages
- 13,451
Some more info here:
Here is the download link for MasterEffect. It includes a license.txt which includes the following:
Source: ReShade
- 5 You may use and distribute software in commercial or non-commercial uses. For commercial use it is required to warn about using this software (in credits, on the box or other places). Commercial distribution of software as part of the games without author permission prohibited.
If you want to see which code was specifically copied, browse over to 'C:\Program Files\NVIDIA Corporation\Ansel\ShaderMod' and open up some of the .fx files, then compare and contrast with code from the MasterEffect .fx files.
Here is an example of some stolen code:
color.xyz = (color.xyz - dot(color.xyz, 0.333)) * ColormodChroma + dot(color.xyz, 0.333);
The above line is included in both Nvidia's custom.fx and MasterEffect's reshade.fx file. There are more lines and this is just one example. The original source of this code is ONLY in the MasterEffect download. Even the descriptions were copied.