[Solved]Duplicate Shaders' Order Resets Every Time
- canceralp
 - Topic Author
 
		Less
		More
		
			
	
		
	
						7 years 4 months ago		 -  7 years 4 months ago		#1
		by canceralp
	
	[Solved]Duplicate Shaders' Order Resets Every Time was created by canceralp
	Hello,
I have ReShade 3.2.2 for GTA V and using
1) Motion Blur
2) FXAA
3) Lumasharpen
However, I actually have 3 Motion Blur, 3 FXAA and 3 Lumasharpen files intentionally. So, in total, I have 9 shaders.
The problem is, I want to order them as ABC ABC ABC. After I re-open the game (or reload ReShade) the order becomes AAA BBB CCC. Also, when I assign different hotkeys for - say- each FXAA, they also reset to the same assigned key, too. Is there a way to convince ReShade to treat them individually?
One more question: would you suggest placing Motion Blur before or after the other effects?
Thanks.
	I have ReShade 3.2.2 for GTA V and using
1) Motion Blur
2) FXAA
3) Lumasharpen
However, I actually have 3 Motion Blur, 3 FXAA and 3 Lumasharpen files intentionally. So, in total, I have 9 shaders.
The problem is, I want to order them as ABC ABC ABC. After I re-open the game (or reload ReShade) the order becomes AAA BBB CCC. Also, when I assign different hotkeys for - say- each FXAA, they also reset to the same assigned key, too. Is there a way to convince ReShade to treat them individually?
One more question: would you suggest placing Motion Blur before or after the other effects?
Thanks.
		Last edit: 7 years 4 months ago  by canceralp.			
			Please Log in or Create an account to join the conversation.
- crosire
 
		Less
		More
		
			
	
		
	
						7 years 4 months ago				#2
		by crosire
	
	Replied by crosire on topic Duplicate Shaders' Order Resets Every Time
	Change the technique names in the shader files so that they are unique for all duplicates.
	
		The following user(s) said Thank You: canceralp 	
			Please Log in or Create an account to join the conversation.
- canceralp
 - Topic Author
 
		Less
		More
		
			
	
		
	
						7 years 4 months ago				#3
		by canceralp
	
	Replied by canceralp on topic Duplicate Shaders' Order Resets Every Time
	That's how I do it. In the Shaders Folder the files are like this:
1) FXAA (1)
2) FXAA (2)
3) FXAA (3)
4) Motion Blur (1)
.
.
.
This is how I achieved duplications of Shaders, but also I have the problems I mentioned above.
			1) FXAA (1)
2) FXAA (2)
3) FXAA (3)
4) Motion Blur (1)
.
.
.
This is how I achieved duplications of Shaders, but also I have the problems I mentioned above.
Please Log in or Create an account to join the conversation.
- crosire
 
		Less
		More
		
			
	
		
	
						7 years 4 months ago				#4
		by crosire
	
	Replied by crosire on topic Duplicate Shaders' Order Resets Every Time
	I'm talking about the technique name, not the file name. This:
	technique FXAA { ... }
		The following user(s) said Thank You: canceralp 	
			Please Log in or Create an account to join the conversation.
- canceralp
 - Topic Author
 
		Less
		More
		
			
	
		
	
						7 years 4 months ago				#5
		by canceralp
	
	Replied by canceralp on topic Duplicate Shaders' Order Resets Every Time
	Hmm, I don't know how to do that.
			Please Log in or Create an account to join the conversation.
- crosire
 
		Less
		More
		
			
	
		
	
						7 years 4 months ago				#6
		by crosire
	
	Replied by crosire on topic Duplicate Shaders' Order Resets Every Time
	You open the file. Find those lines and edit them.toandetc.
	technique FXAAtechnique FXAA1technique FXAA2
		The following user(s) said Thank You: canceralp 	
			Please Log in or Create an account to join the conversation.