Difference between revisions of "ETW Data"
(→<tt>anim.pack</tt>: collapsed) |
(→<tt>boot.pack</tt>: collapsed) |
||
Line 18: | Line 18: | ||
== <tt>boot.pack</tt> == | == <tt>boot.pack</tt> == | ||
− | Initial loading | + | Front End User Interface [[Acronyms Abbreviations Shorthand|TGA]], .fx, and .dds files for Initial loading: <tt>commontextures/</tt>, <tt>fx</tt>, and <tt>ui</tt>. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== <tt>groupformations.pack</tt> == | == <tt>groupformations.pack</tt> == |
Revision as of 15:51, 10 April 2009
At the heart of any game beats a spreadsheet (the cleverer ones hide this fact well). For complex games, there are several.
Thanks to the excellent Pack File Manager by LtChambers, we can now look at (many of) the data files for Empire: Total War.
When the Steam client caches the game on your system, it tucks the data files into %ProgramFiles%\Steam\SteamApps\common\empire total war\data
, as a collection of .pack files. These are archives that contain other files, much like .zip or .cab files.
There are several .pack files: the following sub-sections contain a quick look at some of the interesting things revealed.
Contents
- 1 anim.pack
- 2 battlepresets.pack
- 3 battleterrain.pack
- 4 boot.pack
- 5 groupformations.pack
- 6 local_en.pack
- 7 main.pack
- 8 models.pack
- 9 movies.pack
- 10 patch.pack
- 11 patch_en.pack
- 12 seasurfaces.pack
- 13 sound_non_wavefile_data.pack
- 14 sounds.pack
- 15 sounds_animation_triggers.pack
- 16 sounds_campaign.pack
- 17 sounds_music.pack
- 18 sounds_other.pack
- 19 sounds_placeholder.pack
- 20 sounds_sfx.pack
- 21 subtitles.pack
- 22 supertexture.pack
- 23 terrain_templates.pack
- 24 testdata.pack
- 25 ui.pack
- 26 ui_movies.pack
- 27 voices.pack
anim.pack
6,335 files in animations/, from aaa_warscapeframe to test.
battlepresets.pack
103 files in battleterrain/presets/, from afghan_mountains to wooden_fort.
battleterrain.pack
boot.pack
Front End User Interface TGA, .fx, and .dds files for Initial loading: commontextures/, fx, and ui.
groupformations.pack
local_en.pack
Localization resources, in the "en" (English) locale.
main.pack
This is the Big Kahuna, the key to most of the non-"eye candy" aspects of the game. As of version 1.11, the Pack File Manager does not decode all the contained files. But many that it can understand are quite useful.
Rather than just present them in alphabetical order, we've grouped each file in main.pack into (hopefully useful) categories:
Geography
The tables in these files describe elements of the strategic map.
- regions_continents
- regions
- region_unit_resources
- campaign_map_settlements
- campaign_map_towns_and_ports
Buildings & their Effects
- building_levels
- building_chains
- building_upgrades_junction
- building_effects_junction
- building_factionwide_effects_junction
- building_research_thread_junction
- building_resources_junction
- building_units_allowed
Factions & Groups
Units
- unit_category
- unit_class
- units
- units_to_special_editions_juncs
- unit_required_technology_junction
- units_to_exclusive_faction_permissions
- unit_abilities
- unit_to_unit_abilities_junction
- unit_experience_thresholds
- unit_stats_land
- unit_stats_naval
Governments
Economics & Trade
Technology & Research
The "tech tree."
- technology_threads
- technologies
- technology_required_technology_junctions
- technology_effects_junction
Historical Events & News
Traits & Ancillaries
The E:TW VnV system.
models.pack
movies.pack
The .bik files.
patch.pack
patch_en.pack
Patch data, localized for the "en" (English) locale.
seasurfaces.pack
The waves and cute lighting effects.
wind_level_0_sea
wind_level_0_swell
wind_level_1_sea
wind_level_1_swell
wind_level_2_sea
wind_level_2_swell
wind_level_3_sea
wind_level_3_swell
wind_level_4_sea
wind_level_4_swell
sound_non_wavefile_data.pack
sounds.pack
sounds_animation_triggers.pack
Animations.
animals
horse_matched
matched_combat
men
sounds_campaign.pack
sounds_music.pack
sounds_other.pack
Windoze WAV files, borrowed from M2:TW -
other/med ii/arrows/med2_arrow_flyby_{01-25}_gme.wav
sounds_placeholder.pack
sounds_sfx.pack
Special effects noises.
subtitles.pack
Localized subtitle text strings, in CSV format, for various .bik files.
supertexture.pack
terrain_templates.pack
testdata.pack
TGA, mesh and .dds files for animations, buildings, campaignflags/terrain/trees, clouds, coastline, diplomat, euroline, fence, gun, legs, loki, musketman, overlays, ranger, splines, terrain, victory, wakes and water, and XML files for the world.
Very important -- start here before modding!
ui.pack
User Interface elements.
ui_movies.pack
Gentlemen shooting themselves in the face, etc.
voices.pack
24,055 .mp3 files, for events from armies_generic_response (for each Government type) to unit_type_selection on the generals_unit, from 7 actors, localized to 17 locales (ar, cz, du, fr, ge, hi, it, pe, pl, po, ru, sp, sw, tu, uk, us, us_trib).
--MikeV 7 April 2009