✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Mar 11, 2019 5:16:25 GMT 10
I updated the RE tool with a new feature: it can now combine file lists.
Usage:
REtool.exe -combineHashlists list1.txt list2.txt
This will create a list called list1.txt.new which is a combination of both lists with all duplicates removed. Either list can be in the style of re2_pak_names_release.list (hash and filepath for each line) or the log files dumped by Ekey's tool (https://zenhax.com/viewtopic.php?p=43537#p43537).
|
|
Posts: 28
|
Post by RowanSkie on Mar 17, 2019 17:51:57 GMT 10
the REtool.exe doesn't seem to work. Should I place the REtool in the RE2 Folder?
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Mar 17, 2019 20:38:35 GMT 10
the REtool.exe doesn't seem to work. Should I place the REtool in the RE2 Folder? Looks like Windows is using the wrong "working" directory when you're using the batch file. I've seen some people have this problem with batch files and I can't remember what the solution was. If you're familiar with command prompt, you could use that to run the tool.
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Mar 24, 2019 0:14:11 GMT 10
Uploaded new version: www.fluffyquack.com/tools/REtool.rarChanges: - No longer have to rename TEX files so the tool works with DMC5. - Added a bunch of batch files to help with automating processing large amounts of TEX files (more info in OP). - The tool will output some basic information about TEX files when converting them to DDS (type, resolution, and mip count).
|
|
|
Post by aps on Mar 24, 2019 2:01:16 GMT 10
Brilliant! I really like it shows tex info now.
Well, what exactly UNORM means?
ALBM shows sRGB but NRMR not, it means bc7 liner?
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Mar 24, 2019 7:30:52 GMT 10
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Mar 29, 2019 4:04:21 GMT 10
Small update to allow for converting of non-DX10 DDS textures and to output some warnings if you're using a DDS file with wrong resolution or mipcount: www.fluffyquack.com/tools/REtool.rar
|
|
Posts: 366
|
Post by mangakagirl on Apr 2, 2019 5:05:13 GMT 10
i tried to unpack re_chunk_000.pak in game files nothing happend. then i copy to desktop try again nothing happend. now i downloaded new version and it cannot find the exe ''RETool.exe is not recognized as an internal or external command''
|
|
Random Modder
Posts: 1,511
|
Post by Snipz on Apr 2, 2019 8:58:22 GMT 10
|
|
Posts: 366
|
Post by mangakagirl on Apr 2, 2019 9:02:06 GMT 10
thank you but i still have ''RETool.exe is not recognized as an internal or external command'' :/
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Apr 14, 2019 1:47:16 GMT 10
thank you but i still have ''RETool.exe is not recognized as an internal or external command'' :/ Sorry for being late to address this, but I didn't find a fix until now. You can try this: www.fluffyquack.com/tools/REtool.rarApparently using admin account on specific Windows versions lead to the wrong working directory being set for batch files, but the new batch files I set up should work.
|
|
|
Post by benjaminsisko on Apr 19, 2019 18:58:00 GMT 10
Hi
How is the hash for the pak files calculated?
for example. if i've extracted an unknown file from the pak and identified the path and name of that file, how do I get the hash and add it to the release names list?
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Apr 19, 2019 22:14:09 GMT 10
Hi How is the hash for the pak files calculated? for example. if i've extracted an unknown file from the pak and identified the path and name of that file, how do I get the hash and add it to the release names list? My tool has a feature allowing you to calculate the hash. For instance, if you run it with this command line argument: REtool.exe -murmur natives/x64/sound/wwiseplugins.wpi.3 Then it will output the hash for natives/x64/sound/wwiseplugins.wpi.3
|
|
|
Post by benjaminsisko on Apr 20, 2019 2:43:48 GMT 10
Perfect!!!
Thank You
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Apr 20, 2019 2:56:30 GMT 10
If you're finding a lot of new files paths, there is another feature which you might find useful.
REtool.exe -combineHashlists [list1] [list2]
This will make the tool combine two file lists. And one of the lists could be a list without hashes (each line would be just one string, that being the file path), and the tool will automatically add hashes to the combined list.
|
|