I have the beta files from the october playtest. I am running the arc raiders/finals script, I added the AES key to the bms script from the linked post. I am getting this error when running the script with quickbms_4gb_files:
Error: [myfseek] offset 0xffffffffffffff34 in file 0 can't be reached
with the last line of code executed before failing being
36 goto -0xcc # version 11 (4.26-4.27
not sure what I'm missing hereUpdate: I was previously double clicking on quickbms_4gb_files.exe to run the script. I was missing the flags -C -o -F "{}.pak". I opened cmd and ran this script instead and it worked:
quickbms_4gb_files.exe -C -o -F "{}.pak" finalsScript.bms "C:\input\folder\with\paks" "C:\output\folder"
.
note that the input folder does not need the star * at the end of the folder path like when you run in by double clicking quickbms_4gb_files.exe
Update 2: Since I had to scratch my head for
hours to figure this out, I want to make this easier for the next guy:
1. Download finals beta test steam files
(ex: "steamapps\common\the finals playtest")... best of luck finding them!
2. Copy the finals AES Key from
this list3. Also on the
link where you get the AES key, register and download the attached file "
UE4_specific_scripts.zip"
4. Extract the file named "
unreal_tournament_4_0.4.27e_arc_raiders_+_the_finals.bms" from "
UE4_specific_scripts.zip"
5. Open the extracted bms file and paste the finals AES key on the line
set AES_KEY binary "<AES Key Here>" and save
6. Download
quickbms7. Open command prompt and cd into the path where you installed quickbms
(ex: "cd C:\path\to\quickbms")8. Run the command
quickbms_4gb_files.exe -C -o -F "{}.pak" unreal_tournament_4_0.4.27e_arc_raiders_+_the_finals.bms "C:\input\folder\with\paks" "C:\output\folder"
9. Spin in chair while waiting...
10. Download
UEViewer 11. Download
these two files and place them in UEViewer install location. (
files can also be found on this topic)
12. Run
umodel_materials_ue5.exe13. Set "
Path to game files" to the extracted files from quickbms in step 7
14. Check "
override game detection"
15. Set first drop down to "
Unreal engine 4"
16. Set second drop down to "
ARC Riders / The Finals"
17. Enjoy

Most of the models I found so far were in the path "C:\output\folder\Discovery\Content\Discovery"