模組結構

本頁面所適用的版本可能已經過時,最後更新於1.0


先來看看遊戲內的目錄結構。 /ImperatorRome/game/


├─common
│  ├─achievements
│  ├─ai_diplochance
│  ├─ai_objectives
│  ├─ai_plan_goals
│  ├─ambitions
│  ├─buildings
│  ├─character_interactions
│  ├─coat_of_arms
│  │  ├─coat_of_arms
│  │  ├─options
│  │  └─template_lists
│  ├─combat_tactics
│  ├─countries
│  │  ├─africa
│  │  ├─anatolia
│  │  ├─arabia
│  │  ├─bactria
│  │  ├─britannia
│  │  ├─caucasiamesopotamia
│  │  ├─gaul
│  │  ├─germania
│  │  ├─greece
│  │  ├─iberia
│  │  ├─illyria_dacia
│  │  ├─india
│  │  ├─italia
│  │  ├─nuragic
│  │  └─syria
│  ├─cultures
│  ├─customizable_localization
│  ├─deathreasons
│  ├─defines
│  │  ├─audio
│  │  ├─graphic
│  │  └─jomini
│  ├─diplomatic_stances
│  ├─economic_policies
│  ├─effect_localization
│  ├─ethnicities
│  ├─event_pictures
│  ├─event_themes
│  ├─genes
│  ├─governments
│  ├─governor_policies
│  ├─ideas
│  ├─inventions
│  ├─laws
│  ├─military_traditions
│  ├─modifiers
│  ├─modifier_icons
│  ├─named_colors
│  ├─offices
│  ├─omens
│  ├─on_action
│  ├─opinions
│  ├─party_changes
│  ├─party_impact
│  ├─party_types
│  ├─pop_types
│  ├─prices
│  ├─province_names
│  ├─province_terrain
│  ├─religions
│  ├─scripted_effects
│  ├─scripted_lists
│  ├─scripted_modifiers
│  ├─scripted_tests
│  ├─scripted_triggers
│  ├─script_values
│  ├─subject_types
│  ├─technology_tables
│  ├─terrain_types
│  ├─titles
│  ├─trade_goods
│  ├─traits
│  ├─units
│  ├─unit_abilities
│  └─wargoals
├─content_source
│  └─map_objects
│      ├─generators
│      └─masks
├─decisions
├─dlc
│  ├─dlc001_dde
│  │  ├─gfx
│  │  │  ├─interface
│  │  │  │  └─event_window
│  │  │  ├─map
│  │  │  │  └─map_object_data
│  │  │  └─models
│  │  │      ├─buildings
│  │  │      │  └─wonders
│  │  │      ├─ships
│  │  │      │  ├─egyptian_warship
│  │  │      │  ├─macedon_warship
│  │  │      │  ├─phrygia_warship
│  │  │      │  └─seleucid_warship
│  │  │      └─units
│  │  │          ├─macedon
│  │  │          ├─phrygia
│  │  │          ├─seleucid
│  │  │          └─thrace
│  │  ├─music
│  │  └─sound
│  │      └─banks
│  ├─dlc002_preorder
│  │  └─gfx
│  │      ├─interface
│  │      │  └─event_window
│  │      ├─map
│  │      │  └─map_object_data
│  │      └─models
│  │          ├─buildings
│  │          │  └─wonders
│  │          ├─ships
│  │          │  └─epirus_warship
│  │          └─units
│  │              └─epirus
│  └─dlc003_art
│      ├─Art Book
│      └─Wallpapers
│          └─Base Game
├─events
│  ├─dde
│  ├─dhe
│  └─religion_flavor
├─fonts
├─gfx
│  ├─coat_of_arms
│  │  ├─colored_emblems
│  │  ├─patterns
│  │  └─textured_emblems
│  ├─compound_nodes
│  ├─cursors
│  ├─FX
│  ├─interface
│  │  ├─achievement
│  │  ├─alerts
│  │  ├─buttons
│  │  │  └─inventions
│  │  ├─combat
│  │  ├─debug
│  │  ├─diplomacy
│  │  ├─economy
│  │  ├─end_game
│  │  ├─event_window
│  │  ├─frontend
│  │  ├─icons
│  │  │  ├─achievements
│  │  │  ├─ai_objectives
│  │  │  ├─buildings
│  │  │  ├─combat_imminent
│  │  │  ├─combat_tactics
│  │  │  ├─diplomatic_stances
│  │  │  ├─diplomatic_status
│  │  │  ├─font_icons
│  │  │  ├─governor_policies
│  │  │  ├─ideas
│  │  │  ├─idea_groups
│  │  │  ├─laws
│  │  │  ├─macro_builder
│  │  │  ├─military_traditions
│  │  │  ├─modifiers
│  │  │  ├─omens
│  │  │  ├─outliner
│  │  │  ├─party_types
│  │  │  ├─pop_types
│  │  │  ├─powers
│  │  │  ├─shared_icons
│  │  │  ├─subunits
│  │  │  ├─terrain
│  │  │  ├─tradegoods
│  │  │  ├─traits
│  │  │  ├─treaty_type
│  │  │  └─unit_abilities
│  │  ├─log
│  │  ├─macro_builder
│  │  │  └─config
│  │  ├─map
│  │  ├─mapitems
│  │  ├─minimap
│  │  ├─prototype
│  │  ├─province
│  │  ├─religion
│  │  ├─social
│  │  ├─temp
│  │  ├─tiles
│  │  ├─topbar
│  │  ├─units
│  │  └─unit_view
│  ├─loadingscreens
│  ├─map
│  │  ├─adjacencies
│  │  ├─borders
│  │  ├─city_data
│  │  ├─environment
│  │  ├─map_modes
│  │  ├─map_object_data
│  │  │  └─generated
│  │  ├─movement_arrows
│  │  ├─post_effects
│  │  ├─rivers
│  │  ├─surround_map
│  │  ├─terrain
│  │  │  └─unmasked
│  │  ├─textures
│  │  └─water
│  ├─models
│  │  ├─audio_emitters
│  │  ├─buildings
│  │  │  ├─african_city_buildings
│  │  │  ├─decals
│  │  │  ├─eastern_port
│  │  │  ├─hellenistic_city_buildings
│  │  │  ├─hellenistic_fort
│  │  │  ├─indian_city_buildings
│  │  │  ├─indian_fort
│  │  │  ├─persian
│  │  │  ├─persian_fort
│  │  │  ├─roman_bridge
│  │  │  ├─roman_port
│  │  │  ├─steppe
│  │  │  ├─tribal
│  │  │  ├─tribal_fort
│  │  │  ├─tribal_port
│  │  │  ├─western
│  │  │  └─wonders
│  │  ├─debug
│  │  │  └─multi_test_object
│  │  ├─interface
│  │  │  └─banners
│  │  │      └─italian_banner
│  │  ├─mapitems
│  │  │  ├─rock
│  │  │  ├─selection_markers
│  │  │  ├─trees
│  │  │  │  ├─tree_cypress
│  │  │  │  ├─tree_grass
│  │  │  │  ├─tree_india
│  │  │  │  │  └─.mayaSwatches
│  │  │  │  ├─tree_oak_2
│  │  │  │  ├─tree_olive
│  │  │  │  ├─tree_palm
│  │  │  │  └─tree_pine
│  │  │  └─weather
│  │  │      └─desert
│  │  ├─portraits
│  │  │  ├─attachments
│  │  │  │  ├─beards
│  │  │  │  │  ├─beard1
│  │  │  │  │  │  └─blendshapes
│  │  │  │  │  ├─beard1_goatee1
│  │  │  │  │  ├─beard1_thin
│  │  │  │  │  ├─beard2
│  │  │  │  │  ├─beard3
│  │  │  │  │  ├─beard_01
│  │  │  │  │  └─beard_02
│  │  │  │  ├─boy_clothes
│  │  │  │  │  ├─clothes_1
│  │  │  │  │  └─clothes_2
│  │  │  │  ├─female_clothes
│  │  │  │  │  ├─arabian
│  │  │  │  │  │  ├─arabian_1
│  │  │  │  │  │  └─arabian_2
│  │  │  │  │  ├─bactrian
│  │  │  │  │  │  ├─bactrian_1
│  │  │  │  │  │  └─bactrian_2
│  │  │  │  │  ├─carthaginian
│  │  │  │  │  │  ├─carthaginian_1
│  │  │  │  │  │  └─carthaginian_2
│  │  │  │  │  ├─celtic
│  │  │  │  │  │  ├─celtic_1
│  │  │  │  │  │  └─celtic_2
│  │  │  │  │  ├─dravidian
│  │  │  │  │  │  ├─dravidian_1
│  │  │  │  │  │  └─dravidian_2
│  │  │  │  │  ├─egyptian
│  │  │  │  │  │  ├─egyptian_1
│  │  │  │  │  │  └─egyptian_2
│  │  │  │  │  ├─ethiopian
│  │  │  │  │  │  ├─ethiopian_1
│  │  │  │  │  │  └─ethiopian_2
│  │  │  │  │  ├─germanic
│  │  │  │  │  │  ├─germanic_1
│  │  │  │  │  │  └─germanic_2
│  │  │  │  │  ├─greek
│  │  │  │  │  │  ├─greek_1
│  │  │  │  │  │  └─greek_2
│  │  │  │  │  ├─iberian
│  │  │  │  │  │  ├─iberian_1
│  │  │  │  │  │  ├─iberian_2
│  │  │  │  │  │  └─iberian_3
│  │  │  │  │  ├─mauryan
│  │  │  │  │  │  ├─mauryan_1
│  │  │  │  │  │  └─mauryan_2
│  │  │  │  │  ├─persian
│  │  │  │  │  │  ├─persian_1
│  │  │  │  │  │  └─persian_2
│  │  │  │  │  ├─roman
│  │  │  │  │  │  ├─chiton1
│  │  │  │  │  │  ├─roman_1
│  │  │  │  │  │  ├─roman_2
│  │  │  │  │  │  └─roman_3
│  │  │  │  │  └─scythian
│  │  │  │  │      ├─scythian_1
│  │  │  │  │      └─scythian_2
│  │  │  │  ├─female_eyebrows
│  │  │  │  │  ├─eyebrows_1
│  │  │  │  │  ├─eyebrows_2
│  │  │  │  │  ├─eyebrows_3
│  │  │  │  │  ├─eyebrows_4
│  │  │  │  │  ├─eyebrows_5
│  │  │  │  │  └─eyebrows_6
│  │  │  │  ├─female_hair
│  │  │  │  │  ├─arabian
│  │  │  │  │  │  ├─arabian_1
│  │  │  │  │  │  ├─arabian_2
│  │  │  │  │  │  └─arabian_3
│  │  │  │  │  ├─celtic
│  │  │  │  │  │  ├─celtic_1
│  │  │  │  │  │  ├─celtic_2
│  │  │  │  │  │  └─celtic_3
│  │  │  │  │  ├─egyptian
│  │  │  │  │  │  ├─egyptian_1
│  │  │  │  │  │  └─egyptian_2
│  │  │  │  │  ├─ethiopian
│  │  │  │  │  │  ├─ethiopian_1
│  │  │  │  │  │  └─ethiopian_2
│  │  │  │  │  ├─greek
│  │  │  │  │  │  ├─greek_1
│  │  │  │  │  │  ├─greek_2
│  │  │  │  │  │  ├─greek_3
│  │  │  │  │  │  ├─greek_4
│  │  │  │  │  │  └─greek_5
│  │  │  │  │  ├─mauryan
│  │  │  │  │  │  ├─mauryan_1
│  │  │  │  │  │  └─mauryan_2
│  │  │  │  │  ├─persian
│  │  │  │  │  │  ├─persian_1
│  │  │  │  │  │  └─persian_2
│  │  │  │  │  └─roman
│  │  │  │  │      ├─roman_1
│  │  │  │  │      ├─roman_2
│  │  │  │  │      ├─roman_3
│  │  │  │  │      ├─roman_4
│  │  │  │  │      └─roman_5
│  │  │  │  ├─girl_clothes
│  │  │  │  │  ├─clothes_1
│  │  │  │  │  └─clothes_2
│  │  │  │  ├─male_beards
│  │  │  │  │  ├─beard_1
│  │  │  │  │  ├─beard_10
│  │  │  │  │  ├─beard_11
│  │  │  │  │  ├─beard_12
│  │  │  │  │  ├─beard_13
│  │  │  │  │  ├─beard_14
│  │  │  │  │  ├─beard_15
│  │  │  │  │  ├─beard_16
│  │  │  │  │  ├─beard_17
│  │  │  │  │  ├─beard_18
│  │  │  │  │  ├─beard_2
│  │  │  │  │  ├─beard_3
│  │  │  │  │  ├─beard_4
│  │  │  │  │  ├─beard_5
│  │  │  │  │  ├─beard_6
│  │  │  │  │  ├─beard_7
│  │  │  │  │  ├─beard_8
│  │  │  │  │  └─beard_9
│  │  │  │  ├─male_clothes
│  │  │  │  │  ├─arabian
│  │  │  │  │  │  ├─arabian_1
│  │  │  │  │  │  ├─arabian_2
│  │  │  │  │  │  ├─arabian_3
│  │  │  │  │  │  └─arabian_4
│  │  │  │  │  ├─bactrian
│  │  │  │  │  │  ├─bactrian_1
│  │  │  │  │  │  ├─bactrian_2
│  │  │  │  │  │  ├─bactrian_3
│  │  │  │  │  │  └─bactrian_4
│  │  │  │  │  ├─carthaginian
│  │  │  │  │  │  ├─carthaginian_1
│  │  │  │  │  │  ├─carthaginian_2
│  │  │  │  │  │  ├─carthaginian_3
│  │  │  │  │  │  └─carthaginian_4
│  │  │  │  │  ├─celtic
│  │  │  │  │  │  ├─bust_celtic
│  │  │  │  │  │  ├─celtic_1
│  │  │  │  │  │  ├─celtic_2
│  │  │  │  │  │  ├─celtic_3
│  │  │  │  │  │  └─celtic_4
│  │  │  │  │  ├─dravidian
│  │  │  │  │  │  ├─dravidian_1
│  │  │  │  │  │  ├─dravidian_2
│  │  │  │  │  │  ├─dravidian_3
│  │  │  │  │  │  └─dravidian_4
│  │  │  │  │  ├─egyptian
│  │  │  │  │  │  ├─egyptian_1
│  │  │  │  │  │  ├─egyptian_2
│  │  │  │  │  │  ├─egyptian_3
│  │  │  │  │  │  └─egyptian_4
│  │  │  │  │  ├─ethiopian
│  │  │  │  │  │  ├─ethiopian_1
│  │  │  │  │  │  ├─ethiopian_2
│  │  │  │  │  │  ├─ethiopian_3
│  │  │  │  │  │  └─ethiopian_4
│  │  │  │  │  ├─germanic
│  │  │  │  │  │  ├─germanic_1
│  │  │  │  │  │  ├─germanic_2
│  │  │  │  │  │  ├─germanic_3
│  │  │  │  │  │  └─germanic_4
│  │  │  │  │  ├─greek
│  │  │  │  │  │  ├─greek_1
│  │  │  │  │  │  ├─greek_2
│  │  │  │  │  │  ├─greek_3
│  │  │  │  │  │  └─greek_4
│  │  │  │  │  ├─iberian
│  │  │  │  │  │  ├─iberian_1
│  │  │  │  │  │  ├─iberian_2
│  │  │  │  │  │  ├─iberian_3
│  │  │  │  │  │  └─iberian_4
│  │  │  │  │  ├─mauryan
│  │  │  │  │  │  ├─mauryan_1
│  │  │  │  │  │  ├─mauryan_2
│  │  │  │  │  │  ├─mauryan_3
│  │  │  │  │  │  └─mauryan_4
│  │  │  │  │  ├─persian
│  │  │  │  │  │  ├─persian_1
│  │  │  │  │  │  ├─persian_2
│  │  │  │  │  │  ├─persian_3
│  │  │  │  │  │  └─persian_4
│  │  │  │  │  ├─roman
│  │  │  │  │  │  ├─roman_1
│  │  │  │  │  │  ├─roman_2
│  │  │  │  │  │  ├─roman_3_a
│  │  │  │  │  │  ├─roman_3_b
│  │  │  │  │  │  ├─roman_4
│  │  │  │  │  │  ├─roman_5
│  │  │  │  │  │  └─roman_6
│  │  │  │  │  └─scythian
│  │  │  │  │      ├─scythian_1
│  │  │  │  │      ├─scythian_2
│  │  │  │  │      ├─scythian_3
│  │  │  │  │      └─scythian_4
│  │  │  │  ├─male_eyebrows
│  │  │  │  │  ├─eyebrows_1
│  │  │  │  │  ├─eyebrows_2
│  │  │  │  │  ├─eyebrows_3
│  │  │  │  │  ├─eyebrows_4
│  │  │  │  │  ├─eyebrows_5
│  │  │  │  │  └─eyebrows_6
│  │  │  │  └─male_hair
│  │  │  │      ├─arabian
│  │  │  │      │  ├─arabian_1
│  │  │  │      │  └─arabian_2
│  │  │  │      ├─carthaginian
│  │  │  │      │  ├─carthaginian_1
│  │  │  │      │  └─carthaginian_2
│  │  │  │      ├─celtic
│  │  │  │      │  ├─celtic_1
│  │  │  │      │  └─celtic_2
│  │  │  │      ├─dravidian
│  │  │  │      │  ├─dravidian_1
│  │  │  │      │  └─dravidian_2
│  │  │  │      ├─egyptian
│  │  │  │      │  └─egyptian_1
│  │  │  │      ├─ethiopian
│  │  │  │      │  ├─ethiopian_1
│  │  │  │      │  ├─ethiopian_2
│  │  │  │      │  └─ethiopian_3
│  │  │  │      ├─germanic
│  │  │  │      │  ├─germanic_1
│  │  │  │      │  └─germanic_2
│  │  │  │      ├─greek
│  │  │  │      │  ├─greek_1
│  │  │  │      │  └─greek_2
│  │  │  │      ├─iberian
│  │  │  │      │  └─iberian_1
│  │  │  │      ├─mauryan
│  │  │  │      │  ├─mauryan_1
│  │  │  │      │  └─mauryan_2
│  │  │  │      ├─numidian
│  │  │  │      │  └─numidian_1
│  │  │  │      ├─persian
│  │  │  │      │  ├─persian_1
│  │  │  │      │  ├─persian_2
│  │  │  │      │  ├─persian_3
│  │  │  │      │  ├─persian_4
│  │  │  │      │  └─persian_5
│  │  │  │      ├─roman
│  │  │  │      │  ├─roman_1
│  │  │  │      │  ├─roman_2
│  │  │  │      │  ├─roman_3
│  │  │  │      │  ├─roman_4
│  │  │  │      │  ├─roman_5
│  │  │  │      │  ├─roman_6
│  │  │  │      │  └─roman_7
│  │  │  │      └─scythian
│  │  │  │          ├─scythian_1
│  │  │  │          └─scythian_2
│  │  │  ├─boy_head
│  │  │  ├─decals
│  │  │  ├─female_bust
│  │  │  ├─female_head
│  │  │  │  ├─.mayaSwatches
│  │  │  │  ├─blendshapes
│  │  │  │  ├─female_blindfold_1
│  │  │  │  ├─female_eyepatch_1
│  │  │  │  └─female_eyepatch_2
│  │  │  ├─girl_head
│  │  │  ├─infant
│  │  │  ├─male_bust
│  │  │  └─male_head
│  │  │      ├─.mayaSwatches
│  │  │      ├─blendshapes
│  │  │      ├─male_blindfold_1
│  │  │      │  └─.mayaSwatches
│  │  │      ├─male_eyepatch_1
│  │  │      │  └─.mayaSwatches
│  │  │      └─male_eyepatch_2
│  │  ├─ships
│  │  │  ├─african_warship
│  │  │  ├─greek_warship
│  │  │  ├─indian_warship
│  │  │  ├─italian_warship
│  │  │  ├─persian_warship
│  │  │  └─tribal_warship
│  │  └─units
│  │      ├─arabian
│  │      ├─barbarian
│  │      ├─carthaginian
│  │      ├─celtic
│  │      ├─dravidian
│  │      ├─egyptian
│  │      ├─germanic
│  │      ├─greek
│  │      ├─iberian
│  │      ├─italian
│  │      ├─mauryan
│  │      ├─nubian
│  │      ├─persian
│  │      ├─props
│  │      ├─ptolomeic
│  │      ├─ROM
│  │      └─scythian
│  ├─particles
│  │  ├─environment
│  │  └─units
│  └─portraits
│      ├─accessories
│      ├─decals
│      ├─environments
│      ├─example_portraits
│      └─portrait_modifiers
├─gui
│  ├─achievements
│  ├─applicationutils
│  ├─jomini
│  │  ├─browser
│  │  ├─credits
│  │  └─music_player
│  ├─message
│  ├─POPS
│  ├─settings
│  ├─shared
│  └─social
├─launcher-assets
├─localization
│  ├─english
│  ├─french
│  ├─german
│  ├─gui
│  ├─load_tips
│  ├─russian
│  ├─simp_chinese
│  └─spanish
├─map_data
├─music
├─previewer_assets
│  ├─assetviewer_interface
│  ├─gfx
│  │  ├─cursors
│  │  ├─fonts
│  │  ├─interface
│  │  └─pdx_gui
│  └─interface
├─sound
│  ├─banks
│  └─MOD_banks
├─tutorial
└─tweakergui_assets
    ├─gfx
    │  ├─fonts
    │  ├─FX
    │  └─interface
    └─interface



參考資料