Age of Empires II: DE modding flash tutorial
http://www.aoehub.cf/2025/02/age-of-empires-ii-de-modding-tutorial.html
Welcome to your Age of Empires II: DE modding flash tutorial—your empire’s about to get a visual upgrade!
Step 1: Create your main mod folder (e.g., MyMainMod) and drop your modified data file at:
MyMainMod\resources\_common\dat\empires2_x2_p1.dat
Edit it in A.G.E. to add new units or techs.
Step 2: Build your UI mod folder (e.g., MyUIMod). Inside, create the path:
widgetui\textures\ingame\icons\techs
Place your custom DDS icon file (e.g., my_custom_icon.dds) there.
Step 3: Configure your UI mod’s JSON file by adding an entry that points to your icon’s exact location.
Step 4: Link your UI mod to your main mod—edit your main mod’s mod.json to include a dependency on your UI mod.
Step 5: Open your data file in A.G.E., assign a unique Icon ID to your custom icon for the desired tech, unit, or building.
Step 6: Import both mods into the game’s mod manager, enable them, and test in-game.
If your icon doesn’t appear, double-check your folder paths, file names, and JSON formatting. Happy modding—and may your custom icons lead your empire to glory!
Comments
Post a Comment