文件详情
查看文件信息和操作选项
文件信息
文件描述
├── XD8618 │ └── Age of Mythology Retold │ ├── _CommonRedist │ │ └── vcredist │ │ └── 2022 │ │ └── VC_redist.x64.exe │ ├── d3d12_agility │ │ └── D3D12Core.dll │ ├── game │ │ ├── ai │ │ │ ├── campaign │ │ │ │ ├── fott │ │ │ │ ├── mythical_battles │ │ │ │ ├── tgg │ │ │ │ ├── tna │ │ │ │ └── global_spc_modifiers.xs │ │ │ ├── core │ │ │ │ ├── atlantean │ │ │ │ ├── bo_system │ │ │ │ ├── buildings │ │ │ │ ├── economy │ │ │ │ ├── egyptian │ │ │ │ ├── godpowers │ │ │ │ ├── greek │ │ │ │ ├── military │ │ │ │ ├── norse │ │ │ │ ├── scenario │ │ │ │ ├── shared │ │ │ │ ├── startup │ │ │ │ ├── strategy │ │ │ │ ├── utilities │ │ │ │ ├── chats.xs │ │ │ │ ├── core.xs │ │ │ │ ├── exploration.xs │ │ │ │ ├── globals.xs │ │ │ │ ├── globals_override.xs │ │ │ │ ├── handlers.xs │ │ │ │ ├── main.xs │ │ │ │ ├── setup.xs │ │ │ │ └── techs.xs │ │ │ ├── personalities │ │ │ │ ├── attacker.personality │ │ │ │ ├── defender.personality │ │ │ │ ├── personalities.xml │ │ │ │ └── standard.personality │ │ │ ├── chairon.xs │ │ │ ├── chatsets.xml │ │ │ ├── human_assist.xs │ │ │ └── inactive_ai.xs │ │ ├── art │ │ │ ├── ArtAtlantean.bar │ │ │ ├── ArtAtlanteanTextures.bar │ │ │ ├── ArtEffects.bar │ │ │ ├── ArtEgyptian.bar │ │ │ ├── ArtEgyptianTextures.bar │ │ │ ├── ArtGreek.bar │ │ │ ├── ArtGreekTextures.bar │ │ │ ├── ArtLibraries.bar │ │ │ ├── ArtLighting.bar │ │ │ ├── ArtMisc.bar │ │ │ ├── ArtMiscTextures.bar │ │ │ ├── ArtNature.bar │ │ │ ├── ArtNatureTextures.bar │ │ │ ├── ArtNorse.bar │ │ │ ├── ArtNorseTextures.bar │ │ │ ├── ArtShared.bar │ │ │ ├── ArtSharedTextures.bar │ │ │ ├── ArtSpc.bar │ │ │ ├── ArtSpcTextures.bar │ │ │ ├── ArtSpecial.bar │ │ │ ├── ArtSpecialTextures.bar │ │ │ ├── ArtTerrain.bar │ │ │ ├── ArtTerrainTextures.bar │ │ │ ├── ArtUI.bar │ │ │ ├── ArtVFX.bar │ │ │ └── ArtVFXTextures.bar │ │ ├── campaign │ │ │ ├── backgrounds │ │ │ │ ├── background_atlantis.mythscn │ │ │ │ ├── background_egypt.mythscn │ │ │ │ ├── background_greek.mythscn │ │ │ │ └── background_norse.mythscn │ │ │ ├── demo │ │ │ │ ├── cinematic_demo │ │ │ │ ├── marketing_screenshot_scenarios │ │ │ │ ├── tantalus_demos │ │ │ │ ├── trailer │ │ │ │ ├── aomspe01.mythscn │ │ │ │ ├── backgroundTestScenario.mythscn │ │ │ │ ├── cdemo_egyptian.mythscn │ │ │ │ ├── marketing_shot_greek_town_M01.mythscn │ │ │ │ ├── performance_test1.mythscn │ │ │ │ ├── rtx_showcase.mythscn │ │ │ │ ├── Showcase.mythscn │ │ │ │ ├── Showcase_destruction.mythscn │ │ │ │ └── TantalusArtTest.mythscn │ │ │ ├── fott │ │ │ │ ├── cinematics │ │ │ │ ├── fott.xml │ │ │ │ ├── fott01.mythscn │ │ │ │ ├── fott02.mythscn │ │ │ │ ├── fott03.mythscn │ │ │ │ ├── fott04.mythscn │ │ │ │ ├── fott05.mythscn │ │ │ │ ├── fott06.mythscn │ │ │ │ ├── fott07.mythscn │ │ │ │ ├── fott08.mythscn │ │ │ │ ├── fott09.mythscn │ │ │ │ ├── fott10.mythscn │ │ │ │ ├── fott11.mythscn │ │ │ │ ├── fott12.mythscn │ │ │ │ ├── fott13.mythscn │ │ │ │ ├── fott14.mythscn │ │ │ │ ├── fott15.mythscn │ │ │ │ ├── fott16A.mythscn │ │ │ │ ├── fott16B.mythscn │ │ │ │ ├── fott17.mythscn │ │ │ │ ├── fott18.mythscn │ │ │ │ ├── fott19.mythscn │ │ │ │ ├── fott20.mythscn │ │ │ │ ├── fott21.mythscn │ │ │ │ ├── fott22.mythscn │ │ │ │ ├── fott23.mythscn │ │ │ │ ├── fott24.mythscn │ │ │ │ ├── fott25.mythscn │ │ │ │ ├── fott26.mythscn │ │ │ │ ├── fott27.mythscn │ │ │ │ ├── fott28.mythscn │ │ │ │ ├── fott29.mythscn │ │ │ │ ├── fott30.mythscn │ │ │ │ ├── fott31.mythscn │ │ │ │ └── fott32.mythscn │ │ │ ├── mythical_battles │ │ │ │ ├── cinematics │ │ │ │ ├── fre01.mythscn │ │ │ │ └── mythb.xml │ │ │ ├── sandbox │ │ │ │ ├── Sandbox_Atlantean_All_Assets.mythscn │ │ │ │ ├── Sandbox_Egyptian_All_Assets.mythscn │ │ │ │ ├── Sandbox_Greek_All_Assets.mythscn │ │ │ │ ├── Sandbox_Norse_All_Assets.mythscn │ │ │ │ └── Shared_SPC_All_Assets.mythscn │ │ │ ├── stresstest │ │ │ │ ├── benchmark_test.mythscn │ │ │ │ └── benchmark_test_4_player.mythscn │ │ │ ├── tgg │ │ │ │ ├── cinematics │ │ │ │ ├── tgg.xml │ │ │ │ ├── tgg01.mythscn │ │ │ │ ├── tgg02.mythscn │ │ │ │ ├── tgg03.mythscn │ │ │ │ └── tgg04.mythscn │ │ │ ├── tna │ │ │ │ ├── cinematics │ │ │ │ ├── tna.xml │ │ │ │ ├── tna01.mythscn │ │ │ │ ├── tna02.mythscn │ │ │ │ ├── tna03.mythscn │ │ │ │ ├── tna04.mythscn │ │ │ │ ├── tna05.mythscn │ │ │ │ ├── tna06.mythscn │ │ │ │ ├── tna07.mythscn │ │ │ │ ├── tna08.mythscn │ │ │ │ ├── tna09.mythscn │ │ │ │ ├── tna10.mythscn │ │ │ │ ├── tna11.mythscn │ │ │ │ └── tna12.mythscn │ │ │ ├── tutorial │ │ │ │ ├── aomspt.mythscn │ │ │ │ ├── aomspt_a.mythscn │ │ │ │ ├── aomspt_controller.mythscn │ │ │ │ ├── ccatl.mythscn │ │ │ │ ├── ccatl_menu.mythscn │ │ │ │ ├── ccegy.mythscn │ │ │ │ ├── ccegy_menu.mythscn │ │ │ │ ├── ccnor.mythscn │ │ │ │ ├── ccnor_menu.mythscn │ │ │ │ └── tut.xml │ │ │ ├── bonus_reginleif.mythscn │ │ │ └── cinematic_data.xml │ │ ├── config │ │ │ ├── profiles │ │ │ │ ├── XboxDefaultGraphicalProfile.xml │ │ │ │ ├── XboxGraphicalProfileTesting.xml │ │ │ │ ├── XboxOneXGraphicalProfilePerformance.xml │ │ │ │ ├── XboxOneXGraphicalProfileQuality.xml │ │ │ │ ├── XboxSeriesSGraphicalProfilePerformance.xml │ │ │ │ ├── XboxSeriesSGraphicalProfileQuality.xml │ │ │ │ ├── XboxSeriesXGraphicalProfilePerformance.xml │ │ │ │ └── XboxSeriesXGraphicalProfileQuality.xml │ │ │ ├── DefaultProfile.xml │ │ │ ├── developer.con │ │ │ ├── development.cfg │ │ │ ├── editor.con │ │ │ ├── game.cfg │ │ │ ├── game.con │ │ │ ├── locale.cfg │ │ │ ├── production.cfg │ │ │ ├── splash.bmp │ │ │ ├── splash_beta.bmp │ │ │ ├── xbox.cfg │ │ │ └── XboxDefaultOverrides.xml │ │ ├── data │ │ │ ├── Data.bar │ │ │ ├── fonts.bar │ │ │ └── gamepad.bar │ │ ├── modelcache │ │ │ ├── ArtModelCacheAnimationData.bar │ │ │ ├── ArtModelCacheMeta.bar │ │ │ ├── ArtModelCacheModelData.bar │ │ │ ├── ArtModelCacheModelDataAtlantean.bar │ │ │ ├── ArtModelCacheModelDataEgyptian.bar │ │ │ ├── ArtModelCacheModelDataGreek.bar │ │ │ ├── ArtModelCacheModelDataNorse.bar │ │ │ └── ArtPhysCache.bar │ │ ├── movies │ │ │ ├── beta_static_startup_splash.ddt │ │ │ └── static_startup_splash.ddt │ │ ├── random_maps │ │ │ ├── groupings │ │ │ │ └── default.xml │ │ │ ├── lib │ │ │ │ ├── util │ │ │ │ ├── rm_beautification.xs │ │ │ │ ├── rm_biome.xs │ │ │ │ ├── rm_connections.xs │ │ │ │ ├── rm_core.xs │ │ │ │ ├── rm_forests.xs │ │ │ │ ├── rm_locs.xs │ │ │ │ ├── rm_math.xs │ │ │ │ ├── rm_objects.xs │ │ │ │ ├── rm_players.xs │ │ │ │ ├── rm_util.xs │ │ │ │ └── rm_vcs.xs │ │ │ ├── acropolis.xml │ │ │ ├── acropolis.xs │ │ │ ├── air.xml │ │ │ ├── air.xs │ │ │ ├── alfheim.xml │ │ │ ├── alfheim.xs │ │ │ ├── anatolia.xml │ │ │ ├── anatolia.xs │ │ │ ├── archipelago.xml │ │ │ ├── archipelago.xs │ │ │ ├── arena.xml │ │ │ ├── arena.xs │ │ │ ├── black_sea.xml │ │ │ ├── black_sea.xs │ │ │ ├── blue_lagoon.xml │ │ │ ├── blue_lagoon.xs │ │ │ ├── elysium.xml │ │ │ ├── elysium.xs │ │ │ ├── erebus.xml │ │ │ ├── erebus.xs │ │ │ ├── ghost_lake.xml │ │ │ ├── ghost_lake.xs │ │ │ ├── giza.xml │ │ │ ├── giza.xs │ │ │ ├── gold_rush.xml │ │ │ ├── gold_rush.xs │ │ │ ├── highland.xml │ │ │ ├── highland.xs │ │ │ ├── ironwood.xml │ │ │ ├── ironwood.xs │ │ │ ├── islands.xml │ │ │ ├── islands.xs │ │ │ ├── jotunheim.xml │ │ │ ├── jotunheim.xs │ │ │ ├── kerlaugar.xml │ │ │ ├── kerlaugar.xs │ │ │ ├── land_unknown.xml │ │ │ ├── land_unknown.xs │ │ │ ├── landmaps.set │ │ │ ├── marsh.xml │ │ │ ├── marsh.xs │ │ │ ├── mediterranean.xml │ │ │ ├── mediterranean.xs │ │ │ ├── megalopolis.xml │ │ │ ├── megalopolis.xs │ │ │ ├── midgard.xml │ │ │ ├── midgard.xs │ │ │ └── mirage.xml │ │ ├── render │ │ │ ├── Render.bar │ │ │ └── ShaderCacheDX12.bar │ │ ├── sound │ │ │ └── Sound.bar │ │ ├── sound_localized │ │ │ ├── Sound-de-DE.bar │ │ │ ├── Sound-es-ES.bar │ │ │ ├── Sound-es-MX.bar │ │ │ ├── Sound-fr-FR.bar │ │ │ ├── Sound-it-IT.bar │ │ │ ├── Sound-ja-JP.bar │ │ │ └── Sound-pt-BR.bar │ │ └── ui │ │ ├── UI.bar │ │ ├── UI4K.bar │ │ ├── UIEditor.bar │ │ ├── UILegacyResources.bar │ │ ├── UILegacyResources4K.bar │ │ ├── UIResources.bar │ │ └── UIResources4K.bar │ ├── runtimes │ │ ├── win-arm64 │ │ │ └── native │ │ │ └── WebView2Loader.dll │ │ ├── win-x64 │ │ │ └── native │ │ │ └── WebView2Loader.dll │ │ └── win-x86 │ │ └── native │ │ └── WebView2Loader.dll │ ├── steam_settings │ │ ├── settings │ │ ├── dlc.txt │ │ ├── force_account_name.txt │ │ ├── force_language.txt │ │ └── steam_appid.txt │ ├── 300T精品资源入口.txt │ ├── amd_ags_x64.dll │ ├── AOEURLHelper.exe │ ├── AoEURLInstaller_Steam.exe │ ├── AoMRT_s.exe │ ├── AoMRT_s_00.ico │ ├── athens.dat │ ├── BattleServer.exe │ ├── bink2w64.dll │ ├── BsSndRpt64.exe │ ├── BugSplat64.dll │ ├── BugSplatRc64.dll │ ├── cacert.pem │ ├── ColdClientLoader.ini │ ├── doxygen_retail.7z │ ├── fmod.dll │ ├── GFSDK_Aftermath_Lib.x64.dll │ ├── imgui.ini │ ├── install.vdf │ ├── Microsoft.Web.WebView2.Core.dll │ ├── Microsoft.Web.WebView2.WinForms.dll │ ├── Microsoft.Web.WebView2.Wpf.dll │ ├── PartyWin.dll │ ├── PlayFabCore.Win32.143.dll │ ├── PlayFabServices.Win32.143.dll │ ├── steam_api64.dll │ ├── steamclient.dll │ ├── steamclient64.dll │ ├── steamclient_loader.exe │ ├── TestWebClient.exe │ ├── ucrtbase.dll │ ├── vscodeextensionretail.7z │ └── 网盘资源分享群.jpg ├── 300T精品资源入口.txt └── 网盘云盘资源分享群聊二维码.png