Mod Switching
This method can be used as a very efficient mod switching mechanism:
Proceed as above, but before saving your .cfg file, add the following:
Code:
Quote:
[features]
mod = mymodfolder
The mymodfolder is a placeholder for your personal mod folder, so say you have a mod called "Fishpants", then create a subfolder inside your MTW2 directory called "Fishpants", then add "mod = Fishpants" to your configuration file.
According to Epistolary Richard, a mod directory will require data/sounds/events.idx and data/sounds/events.dat, and I presume the campaign files, too, in order to work.
It should supercede any packed files, but that may actually only be the case after the unpacking tool has been released by CA.
Step-by-step guide on how to set up the mod switch feature:
1. Create a .bat file(make a .txt then rename the extension) in the Medieval II Total War folder with this line in it:
medieval2.exe @mymod.cfg
2. Copy and paste the medieval2.preference.cfg file, rename the copy to mymod.cfg, and add this to it:
[features]
mod = mymod
(it also helps to set this file to read-only as otherwsie the changes seem to be lost)
3. Create a new folder inside the Medieval II Total War folder called mymod. Then create a folder called data inside that.
4. Copy the world and sound folders from Medeival II Total War\data to Medeival II Total War\mymod\data.
5. Then place any modified text files in the mymod\data folder.
6. Run the game using the .bat file.
Hope this helps you guys.
Step by step guide how to create a new .bat file:
1) Click start, then click run and type "notepad" and press ok.
2) After notepad opens up, type what you want (medieval2.exe @mod.cfg) and click on file, save, and browse to where you want to save the file.
3) For the file name, type the name that you want to give it and be sure that you end it with .bat. Like for example, mymod.bat.
4 For the "save as type" option, be sure that you select "All Files" or the file will be saved as a text document.
5) Save your new batch file and close notepad. Now, to run the batch file, double click it like an .exe.