Frodo45127 / rpfm

Rusted PackFile Manager (RPFM) is a... reimplementation in Rust and Qt5 of PackFile Manager (PFM), one of the best modding tools for Total War Games.
MIT License
366 stars 58 forks source link

Dependencies Cache Error (Warhammer 3) #228

Closed LordSesshomaru43 closed 1 year ago

LordSesshomaru43 commented 1 year ago

Following a beginners guide on Tw-modding.com ( https://tw-modding.com/index.php/Tutorial:RPFM_For_Dummies ) Chapter 2, I get an error when I try to generate a Dependencies Cache.

I cannot generate Dependencies Cache. The error states: "Error while trying to use a file from disk: The file with the specified path hasn't been found."

What is the best way to overcome this issue so that I may finally start modding Total War Warhammer 3?

Extra info I am using v3.0.16. for more context, as instructed I setup all the relevant file paths within RPFM according to that wiki for WH3 instead of WH2. Also, whenever I try to Clear the dependencies cash folder in the debug settings of RPFM an error states "The system cannot find the file specified. (os error 2)" Lastly I was able to get a 3rd error stating "The dependencies cache for the Game Selected is either missing, outdated, or it was generated without the Assembly Kit. Please, re-generate it and try again." I had the Assembly Kit beforehand, all tools are installed on the same drive. I consulted "Da Modding Den Discord" on this issue as well with no answer yet. Thank you for your time.

06 7 5

LordSesshomaru43 commented 1 year ago

Solved, I was missing the Manifest.Txt file in the games data folder that comes with the game. Which means all I had to do was validate the games files through steam. Gg!