Native Linux Modding Guide
Guide
Notes: make sure that your packfile is mod type,we cannot change the movie type packfile loading order in this way.
Notes:The mod order is same as the order in WIndows Total War Launcher(The first mod will cover the last mod)
Permission
Make sure your packfile has execute permission, use chmod +x packfile.pack
.Path
Move packfile to GAMEPATH/share/data/data.(GAMEPATH like SteamLibrary/steamapps/common/Total War THREE KINGDOMS)
Edit Script
Edit ~/.local/share/feral-interactive/Three Kingdoms/VFS/User/AppData/Roaming/The Creative Assembly/ThreeKingdoms/scripts/user.script.txt (creat if not exist)# this is a comment #
mod "packfile1.pack"; # mod 1 #
mod "packfile2.pack"; # mod 2 #
Notes:The mod order is same as the order in WIndows Total War Launcher(The first mod will cover the last mod)
Then your will find the mod loaded in the Total War.
This guide was created by its original author on the Steam Community. Are you the author and want it removed? Request removal.