Skip to content

FynnTW/ModdingTool

Repository files navigation

Medieval 2: Total War - Modding Tool


The following is a modding tool for the game Medieval II: Total War.

NOTE: This project is currently a Work In Progress. While the tool shouldn't cause any harm to your build, if you haven't already made backups of any files you care about, do it NOW before using this tool.

Features

  • Fast and lightweight
  • GUI for easy editing of EDU and BMDB
  • CLI for import/export EDU, EDB and BMDB in json formats
  • Run custom Lua scripts on the data with documented Lua plugin
  • Filter and sorting functionality of EDU units
  • Detailed error log for common mistakes in multiple files

Download

Build

dotnet --version

Install the dependencies

dotnet restore

Build the executable

./Build.ps1

Run the executable

.\CombinedOutput\ModdingTool.exe

Screenshots

Technology

  • .NET Framework
  • C#

Credits

  • FynnTW

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages