No description
Find a file
2024-09-10 16:35:14 +02:00
.github ci: sudo 2024-09-09 12:19:27 +02:00
.vscode chore: added some configuration files 2024-04-14 07:43:23 +02:00
cores Merge branch 'master' into pointer-safety 2024-09-10 13:22:58 +02:00
misc chore: test 1 2024-04-15 16:10:47 +02:00
tswow-core livescripts: allow downcasting TS* classes that have not been checked yet 2024-09-10 16:35:14 +02:00
tswow-scripts datascripts: fix class icon paths on linux 2024-09-09 11:41:04 +02:00
.clang-format chore: added some configuration files 2024-04-14 07:43:23 +02:00
.clang-tidy chore: added some configuration files 2024-04-14 07:43:23 +02:00
.cmake-format chore: added some configuration files 2024-04-14 07:43:23 +02:00
.editorconfig chore: added some configuration files 2024-04-14 07:43:23 +02:00
.gitignore chore: ensure swc gets installed in build directory 2024-04-15 12:23:53 +02:00
.gitmodules azerothcore: remove files and readme mention 2022-07-05 11:50:22 +02:00
build.default.conf build: fix build setting key names 2022-01-01 18:17:21 +01:00
build.js build: copy package-lock to build directory before install 2022-04-19 15:13:06 +02:00
LICENSE datascripts: fix wotlk compiler errors 2022-02-11 18:36:32 +01:00
package-lock.json socket modification to template 2023-11-10 21:11:58 -05:00
package.json livescript: specify typescript-to-lua version 2023-02-22 13:25:32 +01:00
README.md readme: fix links 2022-11-06 18:00:31 +01:00

TSWoW

TSWoW (TypeScript WoW) is a free modding framework, mod loader and integrated development environment for the World of Warcraft: Wrath of the Lich King (WotLK) expansion build around the TrinityCore emulator.

With TSWoW, you use the TypeScript programming language and the VSCodium editor to easily modify the World of Warcraft game data and to script the behavior of the server.

Who is TSWoW for?

  • Modding Beginners - We have crash course aimed just at getting new people started!

  • Modding Veterans - TSWoW is primarily aimed at making modding more efficient and powerful. You will very fast realize the power of improving your workflow using programming.

TSWoW is a programming environment, and the language we use is TypeScript. This is among the easier languages to learn, and is very similar to Java, C#, JavaScript, Python etc. If you know any of those, you can probably learn TSWoW by just following the crash course. However, if any of the following is foreign to you then you might want to review them before you get started:

  • Integrated development environment (IDE)
  • JSON
  • Functions, objects, classes, methods
  • Callback functions / Delegates
  • Command-line interface

Introduction & Installation

Issues

Discord