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
357 stars 57 forks source link

Wrong file path for WH3 #269

Closed JoenvandeVorle closed 11 months ago

JoenvandeVorle commented 12 months ago

For some reason, RPFM while looking for the data folder for WH3 tries to look in TotalWarWARHAMMERIII\share/data/data instead of TotalWarWARHAMMERIII/data. I am using the epic games version of the game so that may be related. the share/data/data folder doesn't exist, and for some reason it also uses a mix of forward and backslashes.

image

Frodo45127 commented 11 months ago

I don't have wh3 on epic to test it, so for wh3 if it's not a windows - steam install, rpfm considers it a linux-steam install, which has that path. You can create a "steam_api.dll" on the exe folder to trick RPFM into thinking it's a steam install of the game, but not sure if it'll explode somewhere else.

JoenvandeVorle commented 11 months ago

This seems to work so far, thanks!