-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi. I didn't know, which way to contact you, but I'll try here. I tried using the script to load some .pack files (for the Dawnless Days mod). I did download those .pack files from NexusMods and pasted them where workshop files would normally be (as the attila-forge script expects).
I then ran attila-forge with those .pack file names as input.
I can see this config in my preferences.script.txt (I already modified it, so that's why there's no mod.* prefix the script uses):
mod tdd_pack1_main_0.9.2.4.pack;
mod tdd_pack2_battles_0.9.2.4.pack;
mod tdd_pack3_models_0.9.2.4.pack;
mod tdd_pack4_buildings_0.9.2.4.pack;
mod tdd_pack5_weather_0.9.2.4.pack;
and the files are present in ~/.local/share/Steam/steamapps/common/Total War Attila/data. I also tried setting chmod 777 permissions to those .pack files - but that seems to have no effect.
One more thing I tried is to change the order of these "mod tdd_*.pack" instructions in the preferences.script.txt - reversed them like 5,4,3,2,1, but that did not make any change as well.
The problem is this:
For some reason Attila does not see those files, or is not able to use them.
I wonder if you have any ideas on how to solve this.
Any feedback is welcome.
Thanks a bunch!