- Posts: 4
How to deal with fx script
- txke
-
Topic Author
- Offline
Less More
2 years 10 months ago - 2 years 10 months ago #1 by txke
How to deal with fx script was created by txke
I compile the lastest version of reshade,but open the reshade,have a lot of error like this.how to deal?
INFO | Compiling3DFX.fx
ERROR | Failed to preprocess .\reshade-shaders\Shaders\3DFX.fx
.\Shaders\ReShade.fxh(4, 2): preprocessor error: ReShade 3.0+ is required to use this header file
INFO | Compiling3DFX.fx
ERROR | Failed to preprocess .\reshade-shaders\Shaders\3DFX.fx
.\Shaders\ReShade.fxh(4, 2): preprocessor error: ReShade 3.0+ is required to use this header file
Last edit: 2 years 10 months ago by txke.
Please Log in or Create an account to join the conversation.
- txke
-
Topic Author
- Offline
Less More
- Posts: 4
2 years 10 months ago #2 by txke
Replied by txke on topic How to deal with fx script
INFO | Compiling3DFX.fx
ERROR | Failed to preprocess .\reshade-shaders\Shaders\3DFX.fx
.\Shaders\ReShade.fxh(4, 2): preprocessor error: ReShade 3.0+ is required to use this header file
ERROR | Failed to preprocess .\reshade-shaders\Shaders\3DFX.fx
.\Shaders\ReShade.fxh(4, 2): preprocessor error: ReShade 3.0+ is required to use this header file
Please Log in or Create an account to join the conversation.
- thalixte
-
- Offline
Less More
- Posts: 581
2 years 9 months ago #3 by thalixte
Replied by thalixte on topic How to deal with fx script
In the file Reshade.fxh, just comment the following lines:
#if !defined(__RESHADE__) || __RESHADE__ < 30000
#error "ReShade 3.0+ is required to use this header file"
#endif
#if !defined(__RESHADE__) || __RESHADE__ < 30000
#error "ReShade 3.0+ is required to use this header file"
#endif
The following user(s) said Thank You: txke
Please Log in or Create an account to join the conversation.
- deltaminds
-
- Offline
Less More
- Posts: 10
2 years 9 months ago #4 by deltaminds
Replied by deltaminds on topic How to deal with fx script
This sort of solved my problem! I hope OP has their problem solved as well!
Please Log in or Create an account to join the conversation.