All Projects → BAndysc → WoWDatabaseEditor

BAndysc / WoWDatabaseEditor

Licence: MIT license
Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Featuring a 3D view built with OpenGL and custom ECS framework

Programming Languages

C#
18002 projects
ANTLR
299 projects

Projects that are alternatives of or similar to WoWDatabaseEditor

oxyplot-avalonia
A cross-platform plotting library for .NET. This package targets Avalonia apps.
Stars: ✭ 102 (-34.19%)
Mutual labels:  avalonia, avaloniaui
SvgToXaml
Svg to xaml conveter.
Stars: ✭ 45 (-70.97%)
Mutual labels:  avalonia, avaloniaui
DialogHost.Avalonia
AvaloniaUI control that provides a simple way to display a dialog with information or prompt the user when information is needed
Stars: ✭ 92 (-40.65%)
Mutual labels:  avalonia, avaloniaui
Avalonia
A cross platform XAML framework for .NET
Stars: ✭ 12,588 (+8021.29%)
Mutual labels:  avalonia, avaloniaui
SimpleWavSplitter
Split multi-channel WAV files into single channel WAV files.
Stars: ✭ 15 (-90.32%)
Mutual labels:  avalonia, avaloniaui
Trinitycore
TrinityCore Open Source MMO Framework (master = 9.1.5.41488, 3.3.5 = 3.3.5a.12340)
Stars: ✭ 7,074 (+4463.87%)
Mutual labels:  mmorpg, trinitycore
xdelta3-cross-gui
A cross-platform GUI for creating xDelta3 patches, available for Windows, Linux, and Mac
Stars: ✭ 50 (-67.74%)
Mutual labels:  avalonia, avaloniaui
Material.Avalonia
Material design in AvaloniaUI
Stars: ✭ 279 (+80%)
Mutual labels:  avalonia, avaloniaui
ColorBlender
A .NET library for color matching and palette design.
Stars: ✭ 27 (-82.58%)
Mutual labels:  avalonia, avaloniaui
MessageBox.Avalonia
Messagebox for AvaloniaUI
Stars: ✭ 222 (+43.23%)
Mutual labels:  avalonia, avaloniaui
Steamtools
🛠「Steam++」是一个开源跨平台的多功能Steam工具箱。
Stars: ✭ 4,458 (+2776.13%)
Mutual labels:  avalonia, avaloniaui
Avalonia.IconPacks
Import of Visual Studio image library and MahApps.Metro.IconPacks for Avalonia
Stars: ✭ 121 (-21.94%)
Mutual labels:  avalonia, avaloniaui
Egorozh.ColorPicker
🎨🎨🎨 Best of the best ColorPicker on WPF and AvaloniaUI
Stars: ✭ 39 (-74.84%)
Mutual labels:  avalonia, avaloniaui
IconPacks.Browser
The Browser for all available Icon packages from MahApps.Metro.IconPacks
Stars: ✭ 74 (-52.26%)
Mutual labels:  avalonia, avaloniaui
Synfonia
Cross-platform C# Audio Player made with AvaloniaUI
Stars: ✭ 153 (-1.29%)
Mutual labels:  avalonia, avaloniaui
trinitycore
Moved to https://gitlab.com/nicolaw/trinitycore
Stars: ✭ 29 (-81.29%)
Mutual labels:  mmorpg, trinitycore
X-Filer-Cross-Platform
📁📁📁 X-Filer Cross-Platform - is a simple File Manager looking like popular browsers 📁📁📁
Stars: ✭ 19 (-87.74%)
Mutual labels:  avalonia, avaloniaui
Material.Icons.Avalonia
Avalonia control for display material icons from Material.Icons: https://github.com/SKProCH/Material.Icons
Stars: ✭ 19 (-87.74%)
Mutual labels:  avalonia, avaloniaui
Citrus.Avalonia
Modern styles for Avalonia controls.
Stars: ✭ 326 (+110.32%)
Mutual labels:  avalonia, avaloniaui
apollo-studio
Apollo Studio is a standalone editor and live playback engine for RGB Launchpad light effects.
Stars: ✭ 115 (-25.81%)
Mutual labels:  avalonia, avaloniaui

WoW Database Editor

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

This project is a continuation of Visual SAI Studio, but rewritten from scratch. Anyone is welcome to help :-) Together we can make great wow emu editor! Smart script and database 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.1 - 9.1.5

Sponsors

WoW Database Editor is sponsored by Stormforge. Project by Atlantiss and Tauri.

Stormforge

Download latest version

Application has a built-in auto updater, so you do not have to redownload a zip to upgrade.

Mac OS / Linux / Windows version

To run the editor, you need .NET 6 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"

How to build

In order to build WoW Database Editor you need to install .NET 6.0 SDK (it is installed automatically with Visual Studio 2022)

If you want to use Visual Studio, you need Visual Studio 2022. That's because older Visual Studio version doesn't support .NET 6.0!

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 the solution in Visual Studio or other C#/.NET IDE and build. Start LoaderAvalonia project (this part is important!)

To build a version to distribute:

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

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

-- Linux version
dotnet publish -c Release --self-contained false -f net6.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
  • Thenarden - for Nmpq - A Fully-Managed C# MPQ Parser

screenshot16 screenshot8 screenshot9 screenshot10 screenshot11 screenshot12 screenshot13 screenshot14 screenshot15

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].