chuacher escribió:De donde me puedo descargar la version 2.0?
De aqui:
http://reshade.me/De paso para quienes quieran quitar las estadisticas en pantalla:
Abrir el archivo sweet.fx y buscar esto:
/*-----------------------.
| :: Greeting message :: |
'-----------------------*/
#include "SweetFX/Shaders/Greeting.h"
#if ReShade_ShowStatistics != 1
#pragma reshade statistics
#endif
Reemplazar el 1 por un 0 y adios statics.
Tambien se puede quitar la transicion que tiene al arrancar el juego, solo ir a:
/*---------------------------.
| :: Temporary techniques :: |
'---------------------------*/
#if USE_TRANSITION == 1
technique Welcome < bool enabled = true; int timeout = Transition_time; > //sets the timeleft value. When it reaches 0 the technique is disabled.
Reemplaza el 1 por un 0
Saludetes.