You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# WoW Database Editor
2
2
Integrated development environment (IDE) for Smart Scripts and database editing for TrinityCore based servers.
3
3
4
-
This project is continuation of [Visual SAI Studio](https://github.com/BandyscLegacy/VisualSAIStudio), but rewritten from scratch. It is still in early stages, but 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**
4
+
This project is continuation of [Visual SAI Studio](https://github.com/BandyscLegacy/VisualSAIStudio), 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**
5
5
6
6
# Supported server versions
7
7
@@ -17,19 +17,14 @@ Application has built in auto updater, so you do not have to redownload here to
17
17
## Mac OS / Linux / Windows version
18
18
**To run the cross platform version, you need [.NET 5 Runtime](https://dotnet.microsoft.com/download/dotnet/5.0) for your OS**.
19
19
20
-
WoW Database Editor is shipped with beta cross platform version. That version is compatibile with both MacOS, Linux and Windows.
20
+
WoW Database Editor is compatibile with both MacOS, Linux and Windows.
21
21
22
-
**Cross-platform download links**:
22
+
**Download links**:
23
23
*[WoWDatabaseEditor for Windows.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorWindows.zip?branch=master)
24
24
*[WoWDatabaseEditor for Linux.zip](https://github.com/BAndysc/WoWDatabaseEditor/releases) (please use version from GitHub Releases and update via application)
25
25
*[WoWDatabaseEditor for MacOS.zip](https://github.com/BAndysc/WoWDatabaseEditor/releases) (please use version from GitHub Releases and update via application)
26
26
27
-
This version probably will become the only option in the future, so I will appreciate any bug reports in it.
28
-
29
-
## Windows legacy version
30
-
**On Windows the application requires [.NET 5 Desktop Runtime x64](https://dotnet.microsoft.com/download/dotnet/5.0)**. Ensure you have `.NET Desktop Runtime 5.x` installed (`.NET 5` is NOT enough)
31
-
32
-
This Windows version IS different to the version above. Every commit is built by AppVeyor, here are the latest **Windows only binaries**: [WoWDatabaseEditorWindows.zip](https://ci.appveyor.com/api/projects/BAndysc/wowdatabaseeditor/artifacts/WoWDatabaseEditorWindowsWPF.zip?branch=master)
27
+
Note: Legacy Windows version ("WPF") is already deprecated
33
28
34
29
# I want to contribute!
35
30
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"](https://github.com/BAndysc/WoWDatabaseEditor/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
@@ -42,6 +37,7 @@ That's a fantastic news! There is still a lot to do in the IDE, if you do not kn
42
37
* TrinityCore, Cmangos and everyone who contributes to WoW Core!
43
38
*[Avalonia](https://avaloniaui.net/) - WoW Database Editor is built upon Avalonia UI framework
0 commit comments