Empire: Total War Modding System
Hi All,
Since the mod community seems to be moving full speed ahead and you’ve already got some basic mods up and running I thought I’d explain the way the Empire modding system is intended to work. This should enable you to work with it, not against it, and hopefully avoid breaking things released by CA in the future.
First of all, the ETW data is meant to stay packed. The pack file system and the virtual file system that it builds internally within the game are central to the patching and modding systems, so please don’t ask users to unpack their data in order to run with your mods.
So how should you mod the game? Well, it works like this. Empire loads files of type .pack in the data directory in a certain order determined by the pack’s type. There are three basic types – release, patch and mod. The fifth byte in the pack file header is an numerical id which tells the game what a pack is, boot packs are 0, release packs are 1, patch packs are 2, mod packs are 3. The game then loads release packs first, then patch packs, then mod packs.
At game startup, the file entries in all of these packs are mounted into a virtual file system, and if the game finds an entry in a later pack which has the same name and location as an already existing entry, the new entry replaces the old. This means that a mod pack can replace any file in the vfs and add new ones as well, without asking the person who downloaded the mod to overwrite files on disk and destroy data.
In order to tell the game to use a mod, you do need to feed the game a script command. Currently the easiest way to do that is to create a user script file. The way to do this is to find your preferences.empire_script.txt file (this will be in Application Data on a Windows XP machine), and create a text file next to it called user.empire_script.txt. Inside that file, for each mod create a line which reads “mod my_pack.pack;” (without the quotes, obviously). The user script gets processed on load, and will tell the game to load your mods in that order. The user script can be used for many other things as well, but we’ll leave those for another day.
So basically, a mod is intended to be a single “mod pack” file, and installing a mod is just placing that pack inside the game’s data directory and adding the mod command, and uninstalling it is removing those things.
Now, a note on how to work with the databases. You’ll have noticed that each table in the databases (inside the db folder) is both a folder and a binary file. When the game instantiates the databases, which happens after the virtual file system is built, it scans each directory and parses -all- of the binary files it finds. This means that a mod pack can add a new binary data fragment inside the db/unit_stats_land_table folder which adds several new units, and the game will add them to its land units database. The fragments are processed in the same order as the pack files, and any new database records with the same name as an old record will cause the new to replace the old. This means that you can replace any record within the database without touching the rest of the data or modifying the CA-supplied files on disk.
For example, say the CA packs contain a unit record for ‘french_dragoons’, which is one entry out of hundreds inside the shipped unit_stats_land_table data fragment, which is used to build the unit table that was available at launch. Now say you create a mod pack which places a new data fragment, say called my_mods_unit_stats_land inside db/ unit_stats_land_table, which contains just one data record for ‘french_dragoons’. What will happen is your new record will end up replacing the current record for that unit in the game data, and the rest will stay as it was originally.
So… hopefully you’ll now have a good idea of how the modding system was architected, and how you should build tools to work with it. There’s also another interesting consequence of how the system works, which is that it opens the door for mods built on top of other mods…
One more thing to keep in mind is that we’ve not yet finished testing the mod support fully – that’s part of what’s happening here before the mod dev package gets released. We’re aware that there is currently an upper bound of about 6000 files in a single pack, though it’s very possible to create a mod spanning several packs. But be aware that there is some overhead associated with mounting a pack, and a data directory filled with scores of them will make the game startup time significantly longer.
The other thing I should mention – since you’re going to be experimenting with this – is that the game checks the final database integrity after loading mods. So if you add a pack file which includes a new unit record which doesn’t include a display model or is invalid in some other way, the game will unload that mod pack (though it keeps the rest). This isn’t the main error checking mechanism in the ETW data pipeline, that’s done elsewhere, but as modders you should be aware of it. Unfortunately there currently isn’t any log output on the reasons why the mod failed to load, we’re looking into adding that when the modding dev kit is released.
Armed with this info you’ll at least be able to work with the system as it was intended, without having to wait for the mod dev package. I have to say it’s great seeing you guys making headway so quickly. The pack and database inspection tool was a great start, I think, and really bodes well for the future of the Empire modding scene.
Good luck!
Fantastic stuff cheers guys!
Posted by Delenda est Carthago on March 19th, 2009 at 8:46 pm
Interesting. I didn’t see anywhere other than this comment:
“So how should you mod the game? Well, it works like this. Empire loads files of type .pack in the data directory in a certain order determined by the pack’s type. There are three basic types – release, patch and mod. The fifth byte in the pack file header is an numerical id which tells the game what a pack is, boot packs are 0, release packs are 1, patch packs are 2, mod packs are 3. The game then loads release packs first, then patch packs, then mod packs.”
that really explained how to name the files? Can you be a bit more specific? At least for those who are just getting started modding…
Posted by sniperdoc on March 20th, 2009 at 2:17 pm
So we don’t break it it’s already broken were just trying to get it to work.
Posted by K on March 20th, 2009 at 3:31 pm
I didn’t fully understand how to make the fragment with the new info… Does it work also to add victory conditions to minor nations?
Posted by Caesar Augustus on March 20th, 2009 at 7:06 pm
hi All ,
this is Salih from Turkey ,
i have bought Empire Total War game from Bangkok,Thailand a few days ago . i tried to install it today but i couldnt succeed it because this activation key which is included in cd didnt accept by steam , it says this activation key is not available for this region (turkey) how can i solve this problem ?
best regards
Posted by Salih on March 21st, 2009 at 9:18 pm
Empire: Total War Modding System…
The Creative Assembly recently posted a blog post detailing how modders should approach ‘Empire: Total War’ in these early days when there are no official modding tools and little documentation. They also talked about a «modding dev kit»…
Posted by Mod Realms on March 23rd, 2009 at 12:04 am
ive you uninstall the game can you install it back on a other computer
Posted by ferry on March 23rd, 2009 at 5:45 pm
pllzz make modding easy for empire i want a mod so bad i want a ww1 mod that would be the best nobody wanst to keep playin the vanilla every day i want difeerment mods!!
Posted by shane on March 25th, 2009 at 8:02 pm
Loving the game – but having a lot of errors and being thrown out 4 or 5 times a session – especially when trying to engage in sea combat with pirates – any suggestions or is there a mod on the horizon.
Posted by Stephen Byrne on March 28th, 2009 at 10:43 pm
You guys doing great jobs.
I’ll be waiting the official tools. Hope it’ll be released soon. ^___^
Posted by Granius1980 on April 3rd, 2009 at 4:33 am
Please somebody do a pirate mod for empire! I want to plunder the sea!
Posted by Shane on April 11th, 2009 at 12:33 pm
Hey ive been asking around and even talked to SEGa but got nowhere. Is anyone going to do something about the limit of money in the custom battles. one of my favorite things to do is to make full chevron armies of the best units and go at it. is there anyway to mod the game so thats possible.
Posted by David1970 on April 12th, 2009 at 7:05 am
Maybe you should take a look at the selection voices, as adding more custom units will cause units to respond incorrectly. For example the generals unit will respond with the armed citizen dialogue.
Posted by Van Diemen on April 12th, 2009 at 7:41 am
WOO HOO I CANT WAIT!!!!!
Posted by HI :D on April 23rd, 2009 at 4:00 pm
Great jobs too
Posted by HI :D on April 23rd, 2009 at 4:00 pm
I love how everyone makes suggestions and that, I wonder if CA reads them. I’ve been playing E:TW for like a week now with the blood/smoke mod (which I freakin’ LOVE) and I can’t wait for the chance to mod myself.
One thing I’m wondering about is the amount of cash in the Land Battle thingy. I wanna make a stack of highest-level elites ^^
Posted by q0ry on June 20th, 2009 at 4:28 pm
Mods sound nice. In the meantime how long until you fix the campaign AI?
Posted by Blunk on July 5th, 2009 at 8:05 am
Sorry for sounding inexperienced (which I am), but how exactly does one get around to obtaining or creating these .pack files?
Posted by Jon on July 23rd, 2009 at 1:18 am
it so far taking 2 days to install is there a quicker way ,it just seems to take for ever
Posted by Alan on May 25th, 2010 at 7:44 am