Code Monkey home page Code Monkey logo

drumnovoice / wowdatabaseeditor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bandysc/wowdatabaseeditor

0.0 0.0 0.0 43.69 MB

Integrated development environment (IDE), an editor for Smart Scripts (SAI/smart_scripts) for TrinityCore based servers. Cmangos support work in progress. Featuring a 3D view built with OpenGL and custom ECS framework

License: MIT License

Shell 0.03% Smalltalk 0.01% C# 98.09% ANTLR 1.50% GLSL 0.34% HLSL 0.05%

wowdatabaseeditor's Introduction

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

wowdatabaseeditor's People

Contributors

bandysc avatar bertirean avatar branel avatar crypticaz avatar cyberium avatar dependabot[bot] avatar funjoker avatar intemporel avatar jackpoz avatar justzerooo avatar mdx7 avatar pelekon avatar t1ti avatar timesorrow avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.