Skip to content

Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers.

License

Notifications You must be signed in to change notification settings

Miruido/WoWDatabaseEditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoW Database Editor

Integrated development environment (IDE) for Smart Scripts and database editing for TrinityCore based servers.

This project is continuation of Visual SAI Studio, but rewritten from scratch. Anyone is welcome to help :-) Together we can make great wow emu editor! Smart script editing is already in good enough shape to use it on daily basis

(screenshots below)

Supported server versions

  • Supported database: TC 3.3.5, TC 4.3.4 ("preservation project"), TC master (9.0.x), AzerothCore (3.3.5)
  • Supported DBC: 3.3.5, 4.3.4

(9.0.x dbc support in progress)

Download latest version

Application has built in auto updater, so you do not have to redownload here to upgrade the app.

Mac OS / Linux / Windows version

To run the cross platform version, you need .NET 5 Runtime for your OS.

WoW Database Editor is compatibile with both MacOS, Linux and Windows.

Download links:

I want to contribute!

That's a fantastic news! There is still a lot to do in the IDE, if you do not know what you can do, check out opened issues, especially those marked as "help wanted"

Sponsors

WoW Database Editor is sponsored by Atlantiss and Tauri.

Atlantiss & Tauri

How to build

WoW Database Editor is using git submodules, therefore after you clone, after you pull you have to download submodules:

git submodule update --init --recursive

Now you can open solution in Visual Studio or other C#/.NET IDE and build. Start "WoWDatabaseCore.Avalonia" project

To build version to distribute:

-- Windows version
dotnet publish -c Release --self-contained false -f net5.0 -o bin/wowdatabaseeditor-avalonia-win/ LoaderAvalonia/LoaderAvalonia.csproj -r win7-x64

-- MacOS version
dotnet publish -c Release --self-contained false -f net5.0 -o bin/wowdatabaseeditor-avalonia-mac/ LoaderAvalonia/LoaderAvalonia.csproj -r osx-x64

-- Linux version
dotnet publish -c Release --self-contained false -f net5.0 -o bin/wowdatabaseeditor-avalonia-linux/ LoaderAvalonia/LoaderAvalonia.csproj -r linux-x64

Thanks to:

  • tgjones for Gemini Graph Editor
  • WDBXEditor for dbc loading
  • Atlantiss - the editor begin as internal tool
  • TrinityCore, Cmangos and everyone who contributes to WoW Core!
  • Avalonia - WoW Database Editor is built upon Avalonia UI framework

screenshot7 screenshot4 screenshot5 screenshot6 screenshot1 screenshot3 darktheme

About

Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%