How does the game sort priorities in packs that changes for example the same files?
Wich onw will override the other ? or it will simply crash the game?
How does the game sort priorities in packs that changes for example the same files?
Wich onw will override the other ? or it will simply crash the game?
------CONAN TRAILER--------
RomeII Realistic Heights mod
Arcani
I S S G A R D
Creator of Ran no Jidai mod
Creator of Res Gestae
Original Creator of severall add ons on RTW from grass to textures and Roman Legions
Oblivion Modder- DUNE creator
Fallout 3 Modder
2005-2006 Best modder , skinner , modeler awards winner.
actually modding skyrim [/SIZE]
Assuming the basic setup is the same as Shogun 2 here (because I haven't got past investigations yet), there are two different ways
Mod type packs:
User\AppData\Roaming\The Creative Assembly\Rome2\scripts\user.script.txt
entry:Only packs mentioned in the above file will be used, even if they are in the data directory. They will be loaded in the order mentioned in the script, with any conflicts being overwritten by each new pack.Code:mod mymod.pack
Movie type packs:
Will be automatically grabbed by the game if they are in the data directory. User has no control over order they are loaded. Same as above, last loaded will overwrite previous data.
You can set the pack type in PFM when you're making your mod. It is highly recommended that mod type packs are used due to dependencies and the lack of overwrite control with movie
It’s better to excite some and offend others than be bland and acceptable to all
Creating a mod.pack with PFM - Database Table Fragments
Actually, for movie packs you can set them in the order that you want them to override each other. For example, I am using Magnar's Mod, but I also wanted no special abilities, and 1 turn construction/research. Because they are all movie packs, I renamed them MOD1_x MOD2_y MOD3_z. They have to be in the reverse order that you want them to load. For me Magnar is MOD3 so that the other two mods will overwrite his updates with regard to special abilities and construction/research times.
so if I call my mod AAAAAAAA_mod it will load befoure all others?
------CONAN TRAILER--------
RomeII Realistic Heights mod
Arcani
I S S G A R D
Creator of Ran no Jidai mod
Creator of Res Gestae
Original Creator of severall add ons on RTW from grass to textures and Roman Legions
Oblivion Modder- DUNE creator
Fallout 3 Modder
2005-2006 Best modder , skinner , modeler awards winner.
actually modding skyrim [/SIZE]