After Texture Dump, how to add Textures back into games?
- DrFreaK666
- Topic Author
Less
More
1 year 8 months ago #1
by DrFreaK666
After Texture Dump, how to add Textures back into games? was created by DrFreaK666
Hello,
I played a bit with the Texture Dump feature and I like it a lot.
In the past I used TexMod and uMod, but with Reshade it´s a lot easier.
I upscaled a Texture and want to add it back into the game.
How do I do that or isn´t that feature available yet?
I copied the texture back into the Tex Dump folder and made it write protected.
I copied the file into the "reshade-shaders/textures" folder, but both didn´t work.
Is it planned to add the feature into a future version, or is it already there and I only don´t know how?
Thanks for helping
I played a bit with the Texture Dump feature and I like it a lot.
In the past I used TexMod and uMod, but with Reshade it´s a lot easier.
I upscaled a Texture and want to add it back into the game.
How do I do that or isn´t that feature available yet?
I copied the texture back into the Tex Dump folder and made it write protected.
I copied the file into the "reshade-shaders/textures" folder, but both didn´t work.
Is it planned to add the feature into a future version, or is it already there and I only don´t know how?
Thanks for helping
Please Log in or Create an account to join the conversation.
- crosire
Less
More
1 year 8 months ago - 1 year 8 months ago #2
by crosire
Replied by crosire on topic After Texture Dump, how to add Textures back into games?
There is a texture replace add-on example here, but best to build it yourself:
github.com/crosire/reshade/tree/main/exa...s/08-texture_replace
(there is a prebuilt version here though:
github.com/crosire/reshade-docs/releases/tag/v2024-01-15
)
It only supports replacing textures with the same dimensions however and also no DXT-compressed textures. Reads image files from a "texreplace" directory (rather than "texdump").
It only supports replacing textures with the same dimensions however and also no DXT-compressed textures. Reads image files from a "texreplace" directory (rather than "texdump").
Last edit: 1 year 8 months ago by crosire.
Please Log in or Create an account to join the conversation.
- DrFreaK666
- Topic Author
Less
More
1 year 7 months ago #3
by DrFreaK666
Replied by DrFreaK666 on topic After Texture Dump, how to add Textures back into games?
Thanks, but my coding skills are not existent ^^
Please Log in or Create an account to join the conversation.
- IceLancer
Less
More
1 year 1 month ago - 1 year 1 month ago #4
by IceLancer
Replied by IceLancer on topic After Texture Dump, how to add Textures back into games?
Hello!
Is there some documentation on use of texture dump addon?
If i simply copy to game it starts dumping entire game textures and freezes game during process. I was hoping for little more manual dump approach?
hm, uhm. After a while. Found a single texture but i couldnt replace it. It wont accept new texture. Its identical in dimensions ,format (png), name hash
I tried editing texture name ROTTR_0x2A8546A2.png
by adding game exe as it says in github.com/Deadsimon/Reshade-uMod#05-texture_replace
Didnt help either.
Im stuck as there is nothing in logs about it. Only that replace addon is loaded.
Stored textures in ./texreplace
Is there some documentation on use of texture dump addon?
If i simply copy to game it starts dumping entire game textures and freezes game during process. I was hoping for little more manual dump approach?
hm, uhm. After a while. Found a single texture but i couldnt replace it. It wont accept new texture. Its identical in dimensions ,format (png), name hash
I tried editing texture name ROTTR_0x2A8546A2.png
by adding game exe as it says in github.com/Deadsimon/Reshade-uMod#05-texture_replace
Didnt help either.
Im stuck as there is nothing in logs about it. Only that replace addon is loaded.
Stored textures in ./texreplace
Last edit: 1 year 1 month ago by IceLancer.
Please Log in or Create an account to join the conversation.